0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Observation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleObservation"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/ObservationProfile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleObservation</b></p><a name="ExampleObservation"> </a><a name="hcExampleObservation"> </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-ObservationProfile.html">ObservationProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/observations</code>/OBS-78901</p><p><b>status</b>: Final</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 8310-5}">Body temperature</span></p><p><b>subject</b>: <a href="Patient/example">Patient/example</a></p><p><b>effective</b>: 2025-03-12 08:30:00+0000</p><p><b>issued</b>: 2025-03-12 09:00:00+0000</p><p><b>value</b>: 37.5 Celsius<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeCel = 'Cel')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}">High</span></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 368209003}">Oral cavity structure</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 89003005}">Thermometry</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>36.1 Celsius</td><td>37.2 Celsius</td></tr></table><h3>Components</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://loinc.org 8327-9}">Oral temperature</span></td><td>37.5 Celsius</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.org/observations"/>
    <value value="OBS-78901"/>
  </identifier>
  <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="8310-5"/>
      <display value="Body temperature"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2025-03-12T08:30:00Z"/>
  <issued value="2025-03-12T09:00:00Z"/>
  <valueQuantity>
    <value value="37.5"/>
    <unit value="Celsius"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="Cel"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
  </interpretation>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368209003"/>
      <display value="Oral cavity structure"/>
    </coding>
  </bodySite>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="89003005"/>
      <display value="Thermometry"/>
    </coding>
  </method>
  <referenceRange>
    <low>
      <value value="36.1"/>
      <unit value="Celsius"/>
    </low>
    <high>
      <value value="37.2"/>
      <unit value="Celsius"/>
    </high>
  </referenceRange>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8327-9"/>
        <display value="Oral temperature"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="37.5"/>
      <unit value="Celsius"/>
    </valueQuantity>
  </component>
</Observation>