臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.1.0 - ci-build

This page is part of the 臺灣電子處方箋與調劑單張實作指引(TW EMPD IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 自費註記 - JSON Representation

Active as of 2024-02-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "SelfpayStatus-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SelfpayStatus-cs</b></p><a name=\"SelfpayStatus-cs\"> </a><a name=\"hcSelfpayStatus-cs\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"SelfpayStatus-cs-00\"> </a></td><td>自費</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"SelfpayStatus-cs-01\"> </a></td><td>非自費</td></tr></table></div>"
  },
  "url" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs",
  "version" : "0.1.0",
  "name" : "SelfpayStatusCodeSystem",
  "title" : "自費註記",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-02-22",
  "publisher" : "NHI",
  "contact" : [
    {
      "name" : "NHI",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nhi.gov.tw/en/mp-2.html"
        }
      ]
    }
  ],
  "description" : "用於表示自費或非自費註記",
  "copyright" : "衛生福利部",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "00",
      "display" : "自費"
    },
    {
      "code" : "01",
      "display" : "非自費"
    }
  ]
}