{
  "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"
  }
}