臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: TWSS 個案案件狀態對應 FHIR EpisodeOfCare Status - JSON Representation

Draft as of 2026-08-10

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "twss-case-status-to-episode-of-care-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap twss-case-status-to-episode-of-care-status</b></p><a name=\"twss-case-status-to-episode-of-care-status\"> </a><a name=\"hctwss-case-status-to-episode-of-care-status\"> </a><p>Mapping from (not specified) to <a href=\"http://hl7.org/fhir/R4/valueset-episode-of-care-status.html\">EpisodeOfCareStatus</a></p><br/><p>Mapping from <a href=\"CodeSystem-twss-case-status.html\">TWSS-個案案件狀態</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html\">EpisodeOfCareStatus</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>B (處遇中)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>C (已結案)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>finished</td></tr></table></div>"
  },
  "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-10T08:34:13+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"
            }
          ]
        }
      ]
    }
  ]
}