{
  "resourceType" : "Encounter",
  "id" : "DaType1HospFollowUpEncounterExample",
  "meta" : {
    "profile" : ["http://connectdtx.kr/fhir/StructureDefinition/janusync-associated-care-encounter"]
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [{
    "coding" : [{
      "system" : "http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-type",
      "code" : "follow-up",
      "display" : "추적관찰"
    }]
  }],
  "subject" : {
    "reference" : "Patient/janusync-deidentified-patient-example"
  },
  "participant" : [{
    "individual" : {
      "reference" : "PractitionerRole/janusync-medicaldoctor-practitionerrole-example"
    }
  }],
  "period" : {
    "start" : "2026-05-20T10:00:00+09:00",
    "end" : "2026-05-20T10:40:00+09:00"
  },
  "serviceProvider" : {
    "reference" : "Organization/janusync-organization-example"
  }
}