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
<Encounter xmlns="http://hl7.org/fhir">
<id value="DaType1HospFollowUpEncounterExample"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-associated-care-encounter"/>
</meta>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type"/>
<code value="follow-up"/>
<display value="추적관찰"/>
</coding>
</type>
<subject>🔗
<reference value="Patient/janusync-deidentified-patient-example"/>
</subject>
<participant>
<individual>🔗
<reference
value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
</individual>
</participant>
<period>
<start value="2026-05-20T10:00:00+09:00"/>
<end value="2026-05-20T10:40:00+09:00"/>
</period>
<serviceProvider>🔗
<reference value="Organization/janusync-organization-example"/>
</serviceProvider>
</Encounter>