Tiempos de Espera Interoperable
0.2.1 - draft Chile flag

Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/SIGTEv2-IG/ and changes regularly. See the Directory of published versions

: Ejemplo de Solicitud de AbAdrenal - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "AbadrenalEjemplo",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest AbadrenalEjemplo</b></p><a name=\"AbadrenalEjemplo\"> </a><a name=\"hcAbadrenalEjemplo\"> </a><a name=\"AbadrenalEjemplo-es-CL\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8059-8}\">Ab adrenal en Sérum</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional:\u00a090000000-6\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2024-02-22 08:30:00-0300</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerProfesionalLEAtendedor.html\">Practitioner Gonzalo Gonzalez </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 24867002}\">insuficiencia adrenal severa</span></p><p><b>note</b>: para dar seguimiento al tratamiento del paciente</p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
    }
  ],
  "status" : "draft",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8059-8"
      }
    ],
    "text" : "Ab adrenal en Sérum"
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploPatientLE"
  },
  "authoredOn" : "2024-02-22T08:30:00-03:00",
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerProfesionalLEAtendedor"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "24867002",
          "display" : "Severe adrenal insufficiency"
        }
      ],
      "text" : "insuficiencia adrenal severa"
    }
  ],
  "note" : [
    {
      "text" : "para dar seguimiento al tratamiento del paciente"
    }
  ]
}