HL7 Europe Base and Core FHIR IG
2.0.1-ci - ci-build 150

HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base-r5/ and changes regularly. See the Directory of published versions

: BodyStructure Example: multiple included structures - XML Representation

Raw xml | Download


<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="example-body-structure-eu-multiple"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: BodyStructure example-body-structure-eu-multiple</b></p><a name="example-body-structure-eu-multiple"> </a><a name="hcexample-body-structure-eu-multiple"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-bodyStructure-eu-core.html">BodyStructure (EU core)</a></p></div><p><b>identifier</b>: <code>http://example.org/body-structures</code>/BS-0000042</p><p><b>morphology</b>: <span title="Codes:{http://snomed.info/sct 339008}">Blister</span></p><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title="Codes:{http://snomed.info/sct 8205005}">Wrist</span></p><p><b>laterality</b>: <span title="Codes:{http://snomed.info/sct 7771000}">Left</span></p><p><b>qualifier</b>: <span title="Codes:{http://snomed.info/sct 255554000}">Dorsal</span>, <span title="Codes:{http://snomed.info/sct 40415009}">Proximal</span></p></blockquote><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title="Codes:{http://snomed.info/sct 14975008}">Forearm</span></p><p><b>laterality</b>: <span title="Codes:{http://snomed.info/sct 7771000}">Left</span></p><p><b>qualifier</b>: <span title="Codes:{http://snomed.info/sct 46053002}">Distal</span></p></blockquote><p><b>patient</b>: <a href="Patient-patient-eu-core-example.html">John Doe  Male, DoB: 1980-01-01</a></p></div>
  </text>
  <identifier>
    <system value="http://example.org/body-structures"/>
    <value value="BS-0000042"/>
  </identifier>
  <morphology>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="339008"/>
      <display value="Blister"/>
    </coding>
  </morphology>
  <includedStructure>
    <structure>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="8205005"/>
        <display value="Wrist"/>
      </coding>
    </structure>
    <laterality>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="7771000"/>
        <display value="Left"/>
      </coding>
    </laterality>
    <qualifier>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="255554000"/>
        <display value="Dorsal"/>
      </coding>
    </qualifier>
    <qualifier>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="40415009"/>
        <display value="Proximal"/>
      </coding>
    </qualifier>
  </includedStructure>
  <includedStructure>
    <structure>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="14975008"/>
        <display value="Forearm"/>
      </coding>
    </structure>
    <laterality>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="7771000"/>
        <display value="Left"/>
      </coding>
    </laterality>
    <qualifier>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="46053002"/>
        <display value="Distal"/>
      </coding>
    </qualifier>
  </includedStructure>
  <patient>🔗 
    <reference value="Patient/patient-eu-core-example"/>
  </patient>
</BodyStructure>