Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.3 - trial-use
This page is part of the Chile Core (v1.9.3: STU3 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "observacion-signos-vitales-ejemplo",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-signos-vitales"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observacion-signos-vitales-ejemplo</b></p><a name=\"observacion-signos-vitales-ejemplo\"> </a><a name=\"hcobservacion-signos-vitales-ejemplo\"> </a><a name=\"observacion-signos-vitales-ejemplo-es-CL\"> </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-cl-core-signos-vitales.html\">CL Signos Vitales</a></p></div><p><b>status</b>: Registered</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2708-6}\">Saturación de oxígeno: Sangre arterial : Punto temporal: Fracción de masa: Cuantitativo:</span></p><p><b>subject</b>: <a href=\"Patient-PacienteCL.html\">Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEncounterCL.html\">Encounter: status = planned; class = Virtual (ActCode#VR); type = Programada; serviceType = Medicina General; period = 2022-06-23 00:00:00-0300 --> 2022-06-23 00:50:00-0300</a></p><p><b>effective</b>: 2024-01-17 15:00:00-0300</p><p><b>performer</b>: <a href=\"Practitioner-EjemploPrestadorCL2.html\">Practitioner María Luisa Soto (official)</a></p><p><b>value</b>: 91 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p></div>"
},
"status" : "registered",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2708-6",
"display" : "Saturación de oxígeno: Sangre arterial : Punto temporal: Fracción de masa: Cuantitativo:"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PacienteCL"
},
"encounter" : {
🔗 "reference" : "Encounter/EjemploEncounterCL"
},
"effectiveDateTime" : "2024-01-17T15:00:00-03:00",
"performer" : [
{
🔗 "reference" : "Practitioner/EjemploPrestadorCL2"
}
],
"valueQuantity" : {
"value" : 91,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}