Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: BodyStructure-right-knee

Formats: Narrative, XML, JSON, Turtle

Raw xml



<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="right-knee"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-bodystructure-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: BodyStructure</b><a name="right-knee"> </a></p><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">Resource BodyStructure &quot;right-knee&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-dh-bodystructure-core-1.html">ADHA Core BodyStructure</a></p></div><p><b>location</b>: Knee region structure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#72696002)</span></p><p><b>locationQualifier</b>: Right <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#24028007)</span></p><p><b>patient</b>: <a href="Patient-hi-testdata-moss-cleo.html">Patient/hi-testdata-moss-cleo</a> &quot; MOSS&quot;</p></div>
  </text>
  <location>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="72696002"/>
      <display value="Knee region structure"/>
    </coding>
  </location>
  <locationQualifier>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="24028007"/>
      <display value="Right"/>
    </coding>
  </locationQualifier>
  <patient>
    <reference value="Patient/hi-testdata-moss-cleo"/>
  </patient>
</BodyStructure>