{
  "resourceType" : "Observation",
  "id" : "d532c253-9bd1-433a-a08e-fb6384f4a6b6",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/hdr/StructureDefinition/observation-imgFinding-eu-hdr"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example observation for radiology results.</div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "imaging",
      "display" : "Imaging"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "36554-4",
      "display" : "XR Chest Single View"
    }]
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "effectiveDateTime" : "2024-09-10T10:30:00Z",
  "issued" : "2024-09-10T11:00:00Z",
  "performer" : [{
    "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
  }],
  "valueString" : "Found a mass in the heart cavity",
  "bodySite" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "727751002",
      "display" : "Entire surface region of front of chest"
    }]
  }
}