Australian Digital Health Agency FHIR Implementation Guide 1.1.0

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

Example: BodyStructure-left-knee

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "BodyStructure",
  "id" : "left-knee",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-bodystructure-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BodyStructure</b><a name=\"left-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 \"left-knee\" </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>: Left <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000)</span></p><p><b>patient</b>: <a href=\"Patient-hi-testdata-moss-cleo.html\">Patient/hi-testdata-moss-cleo</a> \" MOSS\"</p></div>"
  },
  "location" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "72696002",
        "display" : "Knee region structure"
      }
    ]
  },
  "locationQualifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "7771000",
          "display" : "Left"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/hi-testdata-moss-cleo"
  }
}