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-f206-staphylococcus.xml

Raw XML (canonical form)

Real-world patient - staphylococcus (id = "f206")

Raw XML

<Observation xmlns="http://hl7.org/fhir">
  <id value="f206"/>
 <code><!--  Kind of observation = Blood culture  -->
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="104177005"/>
       <display value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
 </code>
 <valueCodeableConcept>
     <coding>
        <system value="http://snomed.info/sct"/>
        <code value="3092008"/>
        <display value="Staphylococcus aureus"/>
     </coding>
 </valueCodeableConcept>
 <interpretation>
     <coding>
         <system value="http://hl7.org/fhir/v2/0078"/>
         <code value="POS"/>
     </coding>
 </interpretation>
 <issued value="2013-03-11T10:28:00+01:00"/>
 <status value="final"/>
 <reliability value="ok"/>
 <!--  BodySite not relevant  -->
 <method>
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="104177005"/>
       <display value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
 </method>
 <!--  No identifier could be provided to this observation  -->
 <subject><!--  It entails Roel's Staphylococcus  -->
     <reference value="Patient/f201"/>
     <display value="Roel"/>
 </subject>
 <performer><!--  Roel's blood culture was tested by Luigi Maas  -->
     <reference value="Practitioner/f202"/>
     <display value="Luigi Maas"/>
 </performer>
 <!--  ReferenceRange and component are not applicable  -->
</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.