<?xml version="1.0" encoding="UTF-8"?>

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