HL7 Europe Base and Core FHIR IG
0.1.0-ballot - ballot 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 0.1.0-ballot 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

: Example Body Structure - JSON Representation

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "example-body-structure-eu",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base-r5/StructureDefinition/BodyStructure-eu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure example-body-structure-eu</b></p><a name=\"example-body-structure-eu\"> </a><a name=\"hcexample-body-structure-eu\"> </a><a name=\"example-body-structure-eu-en-US\"> </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.html\">Body structure (EU base)</a></p></div><p><b>morphology</b>: <span title=\"Codes:{http://snomed.info/sct 339008}\">Blister</span></p><h3>IncludedStructures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Structure</b></td><td><b>Laterality</b></td><td><b>Qualifier</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 8205005}\">Wrist</span></td><td><span title=\"Codes:{http://snomed.info/sct 7771000}\">Left</span></td><td><span title=\"Codes:{http://snomed.info/sct 351726001}\">Below</span></td></tr></table><p><b>patient</b>: <a href=\"Patient-patient-eu-core-example.html\">John Doe  Male, DoB: 1980-01-01</a></p></div>"
  },
  "morphology" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "339008",
        "display" : "Blister"
      }
    ]
  },
  "includedStructure" : [
    {
      "structure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "8205005",
            "display" : "Wrist"
          }
        ]
      },
      "laterality" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "7771000",
            "display" : "Left"
          }
        ]
      },
      "qualifier" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "351726001",
              "display" : "Below"
            }
          ]
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/patient-eu-core-example"
  }
}