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/breast-mass (XML)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Patient

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

This example demonstrates using BodyStructure to describe a breast mass. (id = "breast-mass")

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

<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="breast-mass"/> 
  <includedStructure> 
    <structure> 
      <coding> 
        <code value="76752008"/> 
        <system value="http://snomed.info/sct"/> 
        <display value="Breast"/> 
      </coding> 
    </structure> 
    <laterality> 
      <coding> 
        <code value="7771000"/> 
        <system value="http://snomed.info/sct"/> 
        <display value="Left"/> 
      </coding> 
    </laterality> 
    <bodyLandmarkOrientation> 
      <clockFacePosition> 
        <coding> 
          <code value="260328008"/> 
          <system value="http://snomed.info/sct"/> 
          <display value="2 o'clock position"/> 
        </coding> 
      </clockFacePosition> 
    </bodyLandmarkOrientation> 
    <bodyLandmarkOrientation> 
      <landmarkDescription> 
        <coding> 
          <code value="24142002"/> 
          <system value="http://snomed.info/sct"/> 
          <display value="Nipple"/> 
        </coding> 
      </landmarkDescription> 
      <distanceFromLandmark> 
        <value> 
          <value value="3"/> 
          <code value="cm"/> 
          <unit value="cm"/> 
          <system value="http://unitsofmeasure.org"/> 
        </value> 
      </distanceFromLandmark> 
    </bodyLandmarkOrientation> 
    <morphology> 
      <coding> 
        <code value="89164003"/> 
        <system value="http://snomed.info/sct"/> 
        <display value="Breast mass"/> 
      </coding> 
    </morphology> 
  </includedStructure> 
  <patient> 
    <reference value="Patient/genetics-example1"/> 
  </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.