This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Observation-example-f203-bicarbonate.xml

Real-world patient - CO2 (id = "f203")

Raw XML

<Observation xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>name</b>: 
        <span title="Codes: {http://snomed.info/sct 365722008}">Bicarbonate level</span>
      </p>
      <p>
        <b>value[x]</b>: 28 mmol/L
      </p>
      <p>
        <b>interpretation</b>: 
        <span title="Codes: {http://snomed.info/sct 166698001}, {http://hl7.org/fhir/v2/0078 N}">Serum bicarbonate level normal</span>
      </p>
      <p>
        <b>issued</b>: 4-Apr 2013 14:34
      </p>
      <p>
        <b>status</b>: final_
      </p>
      <p>
        <b>reliability</b>: ok
      </p>
      <p>
        <b>method</b>: 
        <span title="Codes: {http://snomed.info/sct 271239003}">Serum bicarbonate measurement</span>
      </p>
      <p>
        <b>identifier</b>: Bicarbonaat value of Roel on April 2013 - 03720 = 1304-03720-Bicarbonate
      </p>
      <p>
        <b>subject</b>: Roel
      </p>
      <p>
        <b>performer</b>: Luigi Maas
      </p>
      <h3>ReferenceRanges</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Low</b>
          </td>
          <td>
            <b>High</b>
          </td>
          <td>
            <b>Meaning</b>
          </td>
          <td>
            <b>Age</b>
          </td>
        </tr>
        <tr>
          <td>22 null</td>
          <td>29 null</td>
          <td>
            <span title="Codes: {http://hl7.org/fhir/referencerange-meaning normal}">Normal Range</span>
          </td>
          <td> </td>
        </tr>
      </table>
    </div>
  </text>
  <name><!--   Kind of observation = Bicarbonate   -->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="365722008"/>
      <display value="Bicarbonate level"/>
    </coding>
  </name>
  <valueQuantity><!--   Bicarbonate=28mmol/L   -->
    <value value="28"/>
    <units value="mmol/L"/>
    <system value="http://snomed.info/sct"/>
    <code value="258813002"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="166698001"/>
      <display value="Serum bicarbonate level normal"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="N"/>
    </coding>
  </interpretation>
  <issued value="2013-04-04T14:34:00+01:00"/><!--   Bicarbonate was measured on April fourth   -->
  <status value="final"/><!--   The observation is complete   -->
  <reliability value="ok"/><!--   No reliability concerns   -->
  <method><!--   Method was serum measurement   -->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="271239003"/>
      <display value="Serum bicarbonate measurement"/>
    </coding>
  </method>
  <identifier>
    <label value="Bicarbonaat value of Roel on April 2013 - 03720"/>
    <system value="https://intranet.aumc.nl/labvalues"/><!--   Does not exist   -->
    <value value="1304-03720-Bicarbonate"/>
  </identifier>
  <subject><!--   It entails Roel's Bicarbonate level   -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <performer><!--   The bicarbonate level was measured by Luigi Maas   -->
    <reference value="Practitioner/f202"/>
    <display value="Luigi Maas"/>
  </performer>
  <referenceRange><!--   Healthy bicarbonate level ranges from 22mmol/L to 29mmol/L   -->
    <low>
      <value value="22"/>
    </low>
    <high>
      <value value="29"/>
    </high>
    <meaning>
      <coding>
        <system value="http://hl7.org/fhir/referencerange-meaning"/>
        <code value="normal"/>
        <display value="Normal Range"/>
      </coding>
    </meaning>
  </referenceRange>
</Observation>