STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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

Diagnosticreport-example-f202-bloodculture.xml

Raw XML (canonical form)

Real-world patient example (id = "f202")

<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="f202"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory test <span>(Details : {SNOMED CT code '15220000' = 'Laboratory test (procedure)', given as 'Laboratory
           test'}; {http://hl7.org/fhir/v2/0074 code 'LAB' = 'Laboratory)</span></p><p><b>code</b>: Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = 'Blood culture for bacteria, including anaerobic
           screen (procedure)', given as 'Blood culture for bacteria, including anaerobic screen'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>effective</b>: 11/03/2013 3:45:00 AM</p><p><b>issued</b>: 11/03/2013 10:28:00 AM</p><p><b>performer</b>: <a>AUMC</a></p><p><b>request</b>: id: req; Original Order <span>(Details : {http://hl7.org/fhir/request-stage code 'original-order' = 'Original Order)</span>; Blood culture for bacteria, including anaerobic screen <span>(Details : {SNOMED CT code '104177005' = 'Blood culture for bacteria, including anaerobic
           screen (procedure)', given as 'Blood culture for bacteria, including anaerobic screen'})</span>; Roel; Roel's encounter on March eleventh 2013; Dokter Bronsig</p><p><b>result</b>: <a>Results for staphylococcus analysis on Roel's blood culture</a></p><p><b>conclusion</b>: Blood culture tested positive on staphylococcus aureus</p><p><b>codedDiagnosis</b>: Bacteremia due to staphylococcus <span>(Details : {SNOMED CT code '428763004' = 'Bacteremia due to Staphylococcus aureus (finding)',
           given as 'Bacteremia due to staphylococcus'})</span></p></div></text><contained>
<DiagnosticRequest>
  <id value="req"/>
  <stage>
    <coding>
      <system value="http://hl7.org/fhir/request-stage"/>
      <code value="original-order"/>
    </coding>
  </stage>
<code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="104177005"/>
      <display value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
  </code>  <subject>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <context>
    <reference value="Encounter/f203"/>
    <display value="Roel's encounter on March eleventh 2013"/>
  </context>
  <requester>
    <reference value="Practitioner/f201"/>
    <display value="Dokter Bronsig"/>
  </requester>
</DiagnosticRequest>
  </contained>
  <status value="final"/>
  <category>
  <!--    Lab test    -->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="15220000"/>
      <display value="Laboratory test"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/v2/0074"/>
      <code value="LAB"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="104177005"/>
      <display value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <effectiveDateTime value="2013-03-11T03:45:00+01:00"/>
  <issued value="2013-03-11T10:28:00+01:00"/>
  <performer>
    <reference value="Organization/f201"/>
    <display value="AUMC"/>
  </performer>
<!--    No identifier was available    -->
  <request>
    <reference value="#req"/>
  </request>
  <result>
    <reference value="Observation/f206"/>
    <display value="Results for staphylococcus analysis on Roel's blood culture"/>
  </result>
  <conclusion value="Blood culture tested positive on staphylococcus aureus"/>
  <codedDiagnosis>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="428763004"/>
      <display value="Bacteremia due to staphylococcus"/>
    </coding>
  </codedDiagnosis>
</DiagnosticReport>

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.