臺灣社政領域基礎實作指引
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 - XML Representation

Draft as of 2026-08-10

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="twss-case-status-to-episode-of-care-status"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://sfaa.gov.tw/base/ConceptMap/twss-case-status-to-episode-of-care-status"/>
  <version value="0.0.1"/>
  <name value="TWSSCaseStatusToEpisodeOfCareStatus"/>
  <title value="TWSS 個案案件狀態對應 FHIR EpisodeOfCare Status"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2026-08-10T08:34:13+00:00"/>
  <publisher value="衛生福利部社會及家庭署"/>
  <contact>
    <name value="衛生福利部社會及家庭署"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.twss.gov.tw/"/>
    </telecom>
  </contact>
  <description value="TWSS 個案案件狀態代碼系統與 FHIR episode-of-care-status 代碼系統之對應。"/>
  <targetCanonical
                   value="http://hl7.org/fhir/ValueSet/episode-of-care-status"/>
  <group>
    <source value="https://sfaa.gov.tw/base/CodeSystem/twss-case-status"/>
    <target value="http://hl7.org/fhir/episode-of-care-status"/>
    <element>
      <code value="B"/>
      <display value="處遇中"/>
      <target>
        <code value="active"/>
        <display value="Active"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="C"/>
      <display value="已結案"/>
      <target>
        <code value="finished"/>
        <display value="Finished"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>