JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DaType5HospEncounter - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="DaType5HospEncounter"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"/>
  </meta>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>🔗 
    <reference value="Patient/janusync-deidentified-patient-example"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference
                 value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
    </individual>
  </participant>
  <period>
    <start value="2026-04-23T09:00:00+09:00"/>
    <end value="2026-04-30T11:00:00+09:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/janusync-organization-example"/>
  </serviceProvider>
</Encounter>