FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeEncounter
IdEncounter-meeting-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

個案會議

個案Patient/pat-min "王小明"

服務案件EpisodeOfCare/episode-base

會議地點Location/location-min

會議開始時間:2026-07-29T09:00:00+08:00


Source1

{
  "resourceType": "Encounter",
  "id": "meeting-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/MeetingEncounter-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/episode-base"
    }
  ],
  "period": {
    "start": "2026-07-29T09:00:00+08:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-min"
      }
    }
  ]
}