Guía de Implementación cl core FHIR R4, (Versión Evolutiva)
2.0.0 - ci-build Chile flag

Guía de Implementación cl core FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions

: Ejemplo de índice de masa corporal de paciente - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="observacion-signos-vitales-imc-ejemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-imc"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observación observacion-signos-vitales-imc-ejemplo</b></p><a name="observacion-signos-vitales-imc-ejemplo"> </a><a name="hcobservacion-signos-vitales-imc-ejemplo"> </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-imc.html">CL Índice de Masa Corporal</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 39156-5}">Body mass index (BMI) [Ratio]</span></p><p><b>subject</b>: <a href="Patient-PacienteCL.html">Xime  Female, DoB: 1983-03-24 ( Chile: 15236327-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 --&gt; 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>: 23.2 Hk/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM  codekg/m2 = 'kg/m2')</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="39156-5"/>
      <display value="Body mass index (BMI) [Ratio]"/>
    </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="23.2"/>
    <unit value="Hk/m2"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg/m2"/>
  </valueQuantity>
</Observation>