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
<Observation xmlns="http://hl7.org/fhir">
<id value="observacion-signos-vitales-ejemplo"/>
<meta>
<profile
value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-signos-vitales"/>
</meta>
<text>
<status value="generated"/>
<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 (use: official, ))</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>
</text>
<status value="registered"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2708-6"/>
<display
value="Saturación de oxígeno: Sangre arterial : Punto temporal: Fracción de masa: Cuantitativo:"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/PacienteCL"/>
</subject>
<encounter>🔗
<reference value="Encounter/EjemploEncounterCL"/>
</encounter>
<effectiveDateTime value="2024-01-17T15:00:00-03:00"/>
<performer>🔗
<reference value="Practitioner/EjemploPrestadorCL2"/>
</performer>
<valueQuantity>
<value value="91"/>
<unit value="%"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
</Observation>