IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation - hight measurement - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-VS-cuff-size"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-vital-signs"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Observation of Hight - 1.72 Meters</div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="9843-4"/>
      <display value="Head Occipital-frontal circumference"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-with-israeli-id"/>
  </subject>
  <effectiveDateTime value="2021-02-20"/>
  <performer>🔗 
    <reference value="Practitioner/practitioner-nurse"/>
  </performer>
  <valueQuantity>
    <value value="34.2"/>
    <unit value="cm"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="cm"/>
  </valueQuantity>
  <referenceRange>
    <low>
      <value value="30"/>
      <unit value="cm"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="cm"/>
    </low>
    <high>
      <value value="40"/>
      <unit value="cm"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="cm"/>
    </high>
  </referenceRange>
</Observation>