FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | ConceptMap |
| Id | ConceptMap-twss-case-status-to-episode-of-care-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/sfaassn2025-source/base/ConceptMap-twss-case-status-to-episode-of-care-status.html |
| URL | https://sfaa.gov.tw/base/ConceptMap/twss-case-status-to-episode-of-care-status |
| Version | 0.0.1 |
| Status | draft |
| Date | 2026-08-09T20:26:20+00:00 |
| Name | TWSSCaseStatusToEpisodeOfCareStatus |
| Title | TWSS 個案案件狀態對應 FHIR EpisodeOfCare Status |
| Realm | tw |
| Authority | national |
| Description | TWSS 個案案件狀態代碼系統與 FHIR episode-of-care-status 代碼系統之對應。 |
No resources found
| CodeSystem | ||
| dk.ehealth.sundhed.fhir.ig.core#current | episode-of-care-status | Episode Of Care Status |
| tw.gov.mohw.twss.base#current | twss-case-status | 個案案件狀態 |
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 Code | Relationship | Target Code |
| B (處遇中) | is equivalent to | active |
| C (已結案) | is equivalent to | finished |
{
"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"
}
]
}
]
}
]
}