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

Diagnosticreport-example-f202-bloodculture.xml

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

Raw XML

<DiagnosticReport 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 104177005}">Blood culture for bacteria, including anaerobic screen</span>
      </p>
      <p>
        <b>status</b>: final_
      </p>
      <p>
        <b>issued</b>: 11-Mar 2013 10:28
      </p>
      <p>
        <b>subject</b>: Roel
      </p>
      <p>
        <b>performer</b>: AUMC
      </p>
      <p>
        <b>requestDetail</b>: Roel
      </p>
      <p>
        <b>serviceCategory</b>: 
        <span title="Codes: {http://snomed.info/sct 15220000}, {http://hl7.org/fhir/v2/0074 LAB}">Laboratory test</span>
      </p>
      <p>
        <b>diagnostic[x]</b>: 11-Mar 2013 3:45
      </p>
      <p>
        <b>result</b>: Results for staphylococcus analysis on Roel's blood culture
      </p>
      <p>
        <b>conclusion</b>: Blood culture tested positive on staphylococcus aureus
      </p>
      <p>
        <b>codedDiagnosis</b>: 
        <span title="Codes: {http://snomed.info/sct 428763004}">Bacteremia due to staphylococcus</span>
      </p>
    </div>
  </text>
  <contained>
    <DiagnosticOrder id="req">
      <subject><!--   It entails Roel's diagnostic report   -->
        <reference value="Patient/f201"/>
        <display value="Roel"/>
      </subject>
      <orderer>
        <reference value="Practitioner/f201"/>
        <display value="Dokter Bronsig"/>
      </orderer>
      <encounter>
        <reference value="Encounter/f203"/>
        <display value="Roel's encounter on March eleventh 2013"/>
      </encounter>
    </DiagnosticOrder>
  </contained>
  <name>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="104177005"/>
      <display value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
  </name>
  <status value="final"/>
  <issued value="2013-03-11T10:28:00+01:00"/>
  <subject><!--   It entails Roel's diagnostic report   -->
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <performer><!--   The diagnostic report was issued by AUMC   -->
    <reference value="Organization/f201"/>
    <display value="AUMC"/>
  </performer><!--   No identifier was available   -->
  <requestDetail>
    <reference value="#req"/>
  </requestDetail>
  <serviceCategory><!--   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>
  </serviceCategory>
  <diagnosticDateTime value="2013-03-11T03:45:00+01:00"/>
  <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>