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="janusync-encounter-imp-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"/>
</meta>
<extension
url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterAuthoredOn">
<valueDateTime value="2000-01-01T12:00:00+09:00"/>
</extension>
<status value="in-progress"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="IMP"/>
</class>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<participant>
<individual>🔗
<reference
value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
</individual>
</participant>
<period>
<start value="2000-01-01T14:00:00+09:00"/>
</period>
<serviceProvider>🔗
<reference value="Organization/janusync-organization-example"/>
</serviceProvider>
</Encounter>