HL7 Laboratory Report
1.0.0-ballot - STU 1 Ballot International flag

HL7 Laboratory Report, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-lab-rep-ig/ and changes regularly. See the Directory of published versions

: BodyStructure: example - XML Representation

Page standards status: Informative

Raw xml | Download


<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="bodystruct-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: BodyStructure bodystruct-example</b></p><a name="bodystruct-example"> </a><a name="hcbodystruct-example"> </a><a name="bodystruct-example-en-US"> </a><p><b>active</b>: false</p><p><b>morphology</b>: <span title="Codes:">Skin patch</span></p><p><b>location</b>: <span title="Codes:{http://snomed.info/sct 14975008}">Forearm</span></p><p><b>locationQualifier</b>: <span title="Codes:{http://snomed.info/sct 255549009}">Anterior</span></p><p><b>patient</b>: <a href="Patient-pat-lab-example.html">František Očkovaný Moreira  Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p></div>
  </text>
  <active value="false"/>
  <morphology>
    <text value="Skin patch"/>
  </morphology>
  <location>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="14975008"/>
      <display value="Forearm"/>
    </coding>
  </location>
  <locationQualifier>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="255549009"/>
      <display value="Anterior"/>
    </coding>
    <text value="Anterior"/>
  </locationQualifier>
  <patient>🔗 
    <reference value="Patient/pat-lab-example"/>
  </patient>
</BodyStructure>