AI Transparency on FHIR
0.1.0 - ci-build International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

: Blood Culture Result - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="f206"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation f206</b></p><a name="f206"> </a><a name="hcf206"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://example.org/codes/foobar 104177}, {http://loinc.org 600-7}">Blood culture</span></p><p><b>subject</b>: <a href="http://example.org/fhir/Patient/f201">http://example.org/fhir/Patient/f201</a></p><p><b>effective</b>: 2013-03-11 10:28:00+0100</p><p><b>issued</b>: 2013-03-11 10:28:00+0100</p><p><b>performer</b>: <a href="http://example.org/fhir/Practitioner/pract">http://example.org/fhir/Practitioner/pract</a></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 3092008}">Staphylococcus aureus</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}">Positive</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 104177005}">Blood culture for bacteria, including anaerobic screen</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://example.org/codes/foobar"/>
      <code value="104177"/>
      <display value="Blood culture"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="600-7"/>
      <display value="Bacteria identified in Blood by Culture"/>
    </coding>
  </code>
  <subject>
    <reference value="http://example.org/fhir/Patient/f201"/>
  </subject>
  <effectiveDateTime value="2013-03-11T10:28:00+01:00"/>
  <issued value="2013-03-11T10:28:00+01:00"/>
  <performer>
    <reference value="http://example.org/fhir/Practitioner/pract"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3092008"/>
      <display value="Staphylococcus aureus"/>
    </coding>
  </valueCodeableConcept>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="POS"/>
    </coding>
  </interpretation>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="104177005"/>
      <display
               value="Blood culture for bacteria, including anaerobic screen"/>
    </coding>
  </method>
</Observation>