MyHealth@EU Core
1.0.0 - trial-use 150

This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: BodyStructure: example - JSON Representation

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "b2c3d4e5-f6a7-8901-bcde-f12345678901",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/bodyStructure-myhealtheu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Left knee - John Doe</div>"
  },
  "morphology" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "72704001",
        "display" : "Fracture"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  }
}