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-closure-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

個案服務案件結案資料

案件編號:EOC-CLOSE-001

案件狀態:finished

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

服務期間:2026-01-01 至 2026-07-31

結案原因[extension: twss-case-close-reason]:服務目標已達成

案件狀態[extension: twss-case-status-extension]:已結案

結案時是否轉介[extension: twss-is-referred-at-closure]:否


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "episode-closure-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-case-close-reason",
      "valueCodeableConcept": {
        "text": "服務目標已達成"
      }
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-case-status-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-case-status",
            "code": "C",
            "display": "已結案"
          }
        ]
      }
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-is-referred-at-closure",
      "valueBoolean": false
    }
  ],
  "identifier": [
    {
      "system": "https://sfaa.gov.tw/base/identifier/case-number",
      "value": "EOC-CLOSE-001"
    }
  ],
  "status": "finished",
  "type": [
    {
      "coding": [
        {
          "system": "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
          "code": "early-intervention",
          "display": "兒童發展通報轉介及個案管理服務"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/pat-min"
  },
  "period": {
    "start": "2026-01-01",
    "end": "2026-07-31"
  }
}