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