ph4h
EN ES

PH4H - RACSEL Core Guide
0.2.1 - draft International flag

PH4H - RACSEL Core Guide - Local Development build (v0.2.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Track 1.2 ServiceRequest Example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "Track12ServiceRequestExample",
  "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 Track12ServiceRequestExample</b></p><a name=\"Track12ServiceRequestExample\"> </a><a name=\"hcTrack12ServiceRequestExample\"> </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\">ServiceRequest Profile for Cross-Border Consultation - IT -</a></p></div><p><b>identifier</b>: <code>https://salud.gub.uy/interconsultas</code>/UY-PA-2026-998877</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:\">Dermatología</span></p><p><b>subject</b>: Juan Pérez (Identifier: <code>urn:oid.2.16.858.1.858.1.1.1</code>/123456789)</p><p><b>requester</b>: Hospital de Clínicas (Identifier: <code>https://racsel.org/examples/organizations</code>/hospital-uy)</p><p><b>performer</b>: República de Panamá (Identifier: <code>https://racsel.org/examples/organizations</code>/pais-panama)</p><p><b>reasonCode</b>: <span title=\"Codes:\">Evaluación de lesión pigmentada en piel</span></p><p><b>supportingInfo</b>: IPS - Resumen de Historia Clínica (Identifier: <code>https://racsel.org/examples/bundles</code>/123)</p><p><b>note</b>: </p><blockquote><div><p>Se solicita evaluación de lesión pigmentada para descartar malignidad.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://salud.gub.uy/interconsultas",
      "value" : "UY-PA-2026-998877"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "103696004"
        }
      ],
      "text" : "Derivación a especialista"
    }
  ],
  "code" : {
    "text" : "Dermatología"
  },
  "subject" : {
    "identifier" : {
      "system" : "urn:oid.2.16.858.1.858.1.1.1",
      "value" : "123456789"
    },
    "display" : "Juan Pérez"
  },
  "requester" : {
    "identifier" : {
      "system" : "https://racsel.org/examples/organizations",
      "value" : "hospital-uy"
    },
    "display" : "Hospital de Clínicas"
  },
  "performer" : [
    {
      "identifier" : {
        "system" : "https://racsel.org/examples/organizations",
        "value" : "pais-panama"
      },
      "display" : "República de Panamá"
    }
  ],
  "reasonCode" : [
    {
      "text" : "Evaluación de lesión pigmentada en piel"
    }
  ],
  "supportingInfo" : [
    {
      "identifier" : {
        "system" : "https://racsel.org/examples/bundles",
        "value" : "123"
      },
      "display" : "IPS - Resumen de Historia Clínica"
    }
  ],
  "note" : [
    {
      "text" : "Se solicita evaluación de lesión pigmentada para descartar malignidad."
    }
  ]
}