DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Observation-qicore-example.xml

Raw XML (canonical form)

Example of QICore Observation (id = "qicore")

Raw XML

<Observation xmlns="http://hl7.org/fhir">
  <id value="qicore"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/observation-bodyPosition">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="33586001"/>
        <display value="Sitting position (finding)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/observation-delta">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="1250004"/>
        <display value="Decreased (qualifier value)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="30350-3"/>
      <display value="Hemoglobin [Mass/volume] in Venous blood"/>
    </coding>
  </code>
  <valueQuantity>
    <value value="7.2"/>
    <units value="g/dl"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="g/dL"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="L"/>
      <display value="low"/>
    </coding>
  </interpretation>
  <appliesPeriod>
    <start value="2013-04-02T10:30:10+01:00"/>
    <end value="2013-04-05T10:30:10+01:00"/>
  </appliesPeriod>
  <issued value="2013-04-03T15:30:10+01:00"/>
  <status value="final"/>
  <reliability value="ok"/>
  <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>
  <subject>
    <reference value="Patient/example"/>
  </subject>
</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.