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

: DaType5HospImpRevisitEncounter - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="DaType5HospImpRevisitEncounter"/>
  <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="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <coding>
      <system
              value="http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type"/>
      <code value="revisit"/>
      <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-03"/>
  </period>
  <reasonCode>
    <text value="general weakness"/>
  </reasonCode>
  <serviceProvider>🔗 
    <reference value="Organization/janusync-organization-example"/>
  </serviceProvider>
</Encounter>