2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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-f001-glucose.xml

Raw XML (canonical form)

Real-world patient - glucose (id = "f001")

Raw XML

<Observation xmlns="http://hl7.org/fhir">
  <id value="f001"/>
    <code>
        <coding>
            <system value="http://loinc.org"/>
            <code value="15074-8"/>
            <display value="Glucose [Moles/volume] in Blood"/>
        </coding>
    </code>
    <valueQuantity>
        <value value="6.3"/>
        <units value="mmol/l"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mmol/L"/>
    </valueQuantity>
    <interpretation>
        <coding>
            <system value="http://hl7.org/fhir/v2/0078"/>
            <code value="A"/>
            <display value="abnormal"/>
        </coding>
    </interpretation>
    <appliesPeriod>
        <start value="2013-04-02T09:30:10+01:00"/>
        <end value="2013-04-05T09:30:10+01:00"/>
    </appliesPeriod>
    <issued value="2013-04-03T15:30:10+01:00"/>
    <status value="final"/> <!--   urn:oid:2.16.840.1.113883.4.642.1.7   -->
    <reliability value="ok"/> <!--   2.16.840.1.113883.4.642.1.118   -->
    <bodySiteCodeableConcept>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="308046002"/>
            <display value="Superficial forearm vein"/>
        </coding>
    </bodySiteCodeableConcept>
    <method>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="120220003"/>
            <display value="Injection to forearm"/>
        </coding>
    </method>
    <identifier>
        <use value="official"/>
        <system value="http://www.bmc.nl/zorgportal/identifiers/observations"/>
        <value value="6323"/>
    </identifier>
    <subject>
        <reference value="Patient/f001"/>
        <display value="P. van de Heuvel"/>
    </subject>
    <performer>
        <reference value="Practitioner/f005"/>
        <display value="A. Langeveld"/>
    </performer>
    <referenceRange>
      <low>
          <value value="3.1"/>
          <units value="mmol/l"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mmol/L"/>
      </low>
      <high>
          <value value="6.2"/>
          <units value="mmol/l"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mmol/L"/>
      </high>
    </referenceRange>
</Observation>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.