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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeEpisodeOfCare
IdEpisodeOfCare-episode-base.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

個案服務案件基礎資料

案件編號:EOC-BASE-001 (https://example.org/twss/episode-id)

案件狀態:Active

案件類型:兒童發展通報轉介及個案管理服務 TWSS 個案服務或補助案件類型#early-intervention)

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

服務期間:自 2026-01-01 起


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "episode-base",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://sfaa.gov.tw/base/identifier/case-number",
      "value": "EOC-BASE-001"
    }
  ],
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
          "code": "early-intervention",
          "display": "兒童發展通報轉介及個案管理服務"
        }
      ],
      "text": "兒童發展通報轉介及個案管理服務案件"
    }
  ],
  "patient": {
    "reference": "Patient/pat-min"
  },
  "period": {
    "start": "2026-01-01"
  }
}