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/cardiac-myxoma (XML)

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

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

This example demonstrates a cardiac myxoma represented as one morphologic entity spanning the left atrium and left ventricle. (id = "cardiac-myxoma")

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

<!--  This example demonstrates a single morphology spanning multiple included anatomical
 structures.  --><BodyStructure xmlns="http://hl7.org/fhir">
  <id value="cardiac-myxoma"/> 
  <identifier> 
    <system value="http://example.org/fhir/bodystructure-identifiers"/> 
    <value value="M1"/> 
  </identifier> 
  <spanningMorphology> 
    <text value="Cardiac myxoma"/> 
  </spanningMorphology> 
  <includedStructure> 
    <structure> 
      <text value="Left atrium"/> 
    </structure> 
  </includedStructure> 
  <includedStructure> 
    <structure> 
      <text value="Left ventricle"/> 
    </structure> 
  </includedStructure> 
  <description value="A cardiac myxoma originating in the left atrium and extending through the mitral
   valve into the left ventricle."/> 
  <patient> 
    <reference value="Patient/example"/> 
  </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.