FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example BodyStructure/dicom-includedStructure (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

This example demonstrates a DICOM-derived BodyStructure representation of the Left Wrist, with laterality and SNOMED coding for anatomical structure. (id = "dicom-includedStructure")

<?xml version="1.0" encoding="UTF-8"?>

<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="dicom-includedStructure"/> 
  <text> 
    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">
      <p> DICOM-derived BodyStructure: Left Wrist</p> 
    </div> 
  </text> 
  <includedStructure> 
    <structure> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="74670003"/> 
        <display value="Wrist joint structure"/> 
      </coding> 
    </structure> 
    <laterality> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="7771000"/> 
        <display value="Left"/> 
      </coding> 
    </laterality> 
  </includedStructure> 
  <patient> 
    <reference value="Patient/dicom"/> 
  </patient> 
</BodyStructure> 

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.