{
  "resourceType" : "Encounter",
  "id" : "DaType3HospProcedureEncounter",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-associated-care-encounter"]
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [{
    "coding" : [{
      "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type",
      "code" : "procedure"
    }]
  }],
  "subject" : {
    "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "participant" : [{
    "individual" : {
      "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
    }
  }],
  "period" : {
    "start" : "2026-04-10T09:00:00+09:00",
    "end" : "2026-04-12T17:00:00+09:00"
  },
  "diagnosis" : [{
    "condition" : {
      "reference" : "Condition/DaType3HospPrimaryCondition"
    },
    "rank" : 1
  },
  {
    "condition" : {
      "reference" : "Condition/DaType3HospSecondaryCondition"
    },
    "rank" : 2
  }],
  "serviceProvider" : {
    "reference" : "Organization/janusync-organization-example"
  }
}