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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeConceptMap
IdConceptMap-twss-case-status-to-episode-of-care-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/sfaassn2025-source/base/ConceptMap-twss-case-status-to-episode-of-care-status.html
URLhttps://sfaa.gov.tw/base/ConceptMap/twss-case-status-to-episode-of-care-status
Version0.0.1
Statusdraft
Date2026-08-09T20:26:20+00:00
NameTWSSCaseStatusToEpisodeOfCareStatus
TitleTWSS 個案案件狀態對應 FHIR EpisodeOfCare Status
Realmtw
Authoritynational
DescriptionTWSS 個案案件狀態代碼系統與 FHIR episode-of-care-status 代碼系統之對應。

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentepisode-of-care-statusEpisode Of Care Status
tw.gov.mohw.twss.base#currenttwss-case-status個案案件狀態

Narrative

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

Generated Narrative: ConceptMap twss-case-status-to-episode-of-care-status

Mapping from (not specified) to EpisodeOfCareStatus


Mapping from 個案案件狀態 to EpisodeOfCareStatus

Source CodeRelationshipTarget Code
B (處遇中)is equivalent toactive
C (已結案)is equivalent tofinished

Source1

{
  "resourceType": "ConceptMap",
  "id": "twss-case-status-to-episode-of-care-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sfaa.gov.tw/base/ConceptMap/twss-case-status-to-episode-of-care-status",
  "version": "0.0.1",
  "name": "TWSSCaseStatusToEpisodeOfCareStatus",
  "title": "TWSS 個案案件狀態對應 FHIR EpisodeOfCare Status",
  "status": "draft",
  "experimental": false,
  "date": "2026-08-09T20:26:20+00:00",
  "publisher": "衛生福利部社會及家庭署",
  "contact": [
    {
      "name": "衛生福利部社會及家庭署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description": "TWSS 個案案件狀態代碼系統與 FHIR episode-of-care-status 代碼系統之對應。",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/episode-of-care-status",
  "group": [
    {
      "source": "https://sfaa.gov.tw/base/CodeSystem/twss-case-status",
      "target": "http://hl7.org/fhir/episode-of-care-status",
      "element": [
        {
          "code": "B",
          "display": "處遇中",
          "target": [
            {
              "code": "active",
              "display": "Active",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "C",
          "display": "已結案",
          "target": [
            {
              "code": "finished",
              "display": "Finished",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}