{
  "resourceType" : "Observation",
  "id" : "DaType5HospExpireNoteObservationExample",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-composite-observation"]
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "47046-8",
      "display" : "Summary of death note"
    }]
  },
  "subject" : {
    "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "effectiveDateTime" : "2026-05-10",
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "81954-0",
        "display" : "Date of death [Date]"
      }]
    },
    "valueDateTime" : "2026-05-10"
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "69453-9",
        "display" : "Cause of death"
      }]
    },
    "valueString" : "수술 후 합병증"
  }]
}