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="DaType1HospPatientHistoryObservationExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-patient-history-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="survey"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="35090-0"/>
<display value="Patient history"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-deidentified-patient-example"/>
</subject>
<effectiveDateTime value="2026-04-20T11:00:00+09:00"/>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
<code value="hx.diabetes"/>
<display value="당뇨 병력"/>
</coding>
</code>
<valueBoolean value="false"/>
</component>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
<code value="hx.hypertension"/>
<display value="고혈압 병력"/>
</coding>
</code>
<valueBoolean value="false"/>
</component>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
<code value="hx.hepatic.hepatitis"/>
<display value="간염 병력"/>
</coding>
</code>
<valueBoolean value="false"/>
</component>
<component>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-component"/>
<code value="hx.tuberculosis"/>
<display value="결핵 병력"/>
</coding>
</code>
<valueBoolean value="false"/>
</component>
</Observation>