JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<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>