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 Resultado Examen - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "AnticuerpoAdrenal",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ObservationResultadoExamen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation AnticuerpoAdrenal</b></p><a name=\"AnticuerpoAdrenal\"> </a><a name=\"hcAnticuerpoAdrenal\"> </a><a name=\"AnticuerpoAdrenal-es-CL\"> </a><p><b>status</b>: Registered</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></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>encounter</b>: <a href=\"Encounter-EncounterIniciarEjemplo.html\">Encounter: extension = Derivación; identifier = http://example.org/sampleencounter-identifier#123\u00a0(use:\u00a0official,\u00a0); status = finished; class = Presencial (Modalidad Atencion Codigo#1); period = 2024-01-17 16:00:00+1000 --&gt; 2024-01-17 16:30:00+1000</a></p><p><b>effective</b>: 2024-01-17 15:00:00-0300</p><p><b>value</b>: 10 arb'U/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[arb'U]/mL = '[arb'U]/mL')</span></p></div>"
  },
  "status" : "registered",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8059-8"
      }
    ],
    "text" : "Ab adrenal en Sérum"
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploPatientLE"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterIniciarEjemplo"
  },
  "effectiveDateTime" : "2024-01-17T15:00:00-03:00",
  "valueQuantity" : {
    "value" : 10,
    "unit" : "arb'U/mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "[arb'U]/mL"
  }
}