ph4h

Guía CORE PH4H - RACSEL
0.2 - draft International flag

Guía CORE PH4H - RACSEL - Local Development build (v0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo de ServiceRequest: Derivación de Uruguay a Panamá - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "EjemploServiceRequestUY-PA",
  "meta" : {
    "profile" : [
      🔗 "http://racsel.org/StructureDefinition/LACServiceRequestIT"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest EjemploServiceRequestUY-PA</b></p><a name=\"EjemploServiceRequestUY-PA\"> </a><a name=\"hcEjemploServiceRequestUY-PA\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LACServiceRequestIT.html\">Perfil de ServiceRequest para Interconsulta Transfronteriza - IT -</a></p></div><p><b>identifier</b>: <code>https://salud.gub.uy/interconsultas</code>/UY-PA-2026-998877\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 103696004}\">Derivación a especialista</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 308430006}\">Dermatología</span></p><p><b>subject</b>: <a href=\"http://MPI/fhir/Patient/525\">Juan Pérez</a></p><p><b>authoredOn</b>: 2026-05-03 10:00:00-0300</p><p><b>requester</b>: <a href=\"Organization/UY\">País Uruguay</a></p><p><b>performer</b>: <a href=\"Organization/PA\">País Panamá</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Evaluación de lesión pigmentada en piel (posible melanoma)</span></p><p><b>supportingInfo</b>: <a href=\"http://servidor_pais/fhir/Bundle/21\">International Patient Summary (IPS) - Uruguay</a></p><p><b>note</b>: </p><blockquote><div><p>Se solicita evaluación especializada por evolución tórpida de lesión en flanco izquierdo.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://salud.gub.uy/interconsultas",
      "value" : "UY-PA-2026-998877"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "103696004",
          "display" : "Patient referral to specialist"
        }
      ],
      "text" : "Derivación a especialista"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "308430006",
        "display" : "Dermatology"
      }
    ],
    "text" : "Dermatología"
  },
  "subject" : {
    "reference" : "http://MPI/fhir/Patient/525",
    "display" : "Juan Pérez"
  },
  "authoredOn" : "2026-05-03T10:00:00-03:00",
  "requester" : {
    "reference" : "Organization/UY",
    "display" : "País Uruguay"
  },
  "performer" : [
    {
      "reference" : "Organization/PA",
      "display" : "País Panamá"
    }
  ],
  "reasonCode" : [
    {
      "text" : "Evaluación de lesión pigmentada en piel (posible melanoma)"
    }
  ],
  "supportingInfo" : [
    {
      "reference" : "http://servidor_pais/fhir/Bundle/21",
      "display" : "International Patient Summary (IPS) - Uruguay"
    }
  ],
  "note" : [
    {
      "text" : "Se solicita evaluación especializada por evolución tórpida de lesión en flanco izquierdo."
    }
  ]
}