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

Diagnosticreport-example-dxa.xml

Raw XML (canonical form)

Imaging Example (Bone Density DXA) (id = "102")

Raw XML

<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="102"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <contained>
    <Observation><!--    Here is one of the measurements above encoded as an observation for example purposes.
          -->
      <id value="r1"/>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="24701-5"/>
          <display value="Femur DXA Bone density"/>
        </coding>
      </code>
      <valueQuantity>
        <value value="0.887"/>
        <units value="g/cm²"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="g/cm-2"/>
      </valueQuantity>
      <status value="final"/>
      <reliability value="ok"/>
      <bodySiteCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="71341001:272741003=7771000"/>
        </coding>
      </bodySiteCodeableConcept>
    </Observation>
  </contained><!--    femur, laterality = left    --><!--    first, various administrative/context stuff    -->
  <name>
    <coding>
      <system value="http://loinc.org"/>
      <code value="38269-7"/>
    </coding>
    <text value="DXA BONE DENSITOMETRY"/>
  </name>
  <status value="final"/><!--    all this report is final    -->
  <issued value="2008-06-18T09:23:00+10:00"/>
  <subject>
    <reference value="Patient/pat2"/>
  </subject><!--    well, actually. this isn't the patient, but it'll do for now    -->
  <performer>
    <reference value="Organization/1832473e-2fe0-452d-abe9-3cdb9879522f"/>
    <display value="Acme Imaging Diagnostics"/>
  </performer>
  <diagnosticDateTime value="2008-06-17"/>
  <result>
    <reference value="#r1"/>
  </result><!--    the imaging service marks this to help find categories of patient    -->
  <codedDiagnosis>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="391040000"/>
      <display value="At risk of osteoporotic fracture"/>
    </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.