臺灣健保癌症用藥事前審查實作指引
1.0.4 - release

This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v1.0.4: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: NHI-健保事前審查-受理審查案件核定註記值集 - JSON Representation

Active as of 2025-05-05

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "nhi-approve-claim-comment",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nhi-approve-claim-comment</b></p><a name=\"nhi-approve-claim-comment\"> </a><a name=\"hcnhi-approve-claim-comment\"> </a><a name=\"nhi-approve-claim-comment-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-nhi-approve-comment.html\"><code>https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-1\">1</a></td><td>同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-2\">2</a></td><td>不予同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-3\">3</a></td><td>部份同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-4\">4</a></td><td>補件</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-5\">5</a></td><td>退件</td></tr></table></li></ul></div>"
  },
  "url" : "https://nhicore.nhi.gov.tw/pas/ValueSet/nhi-approve-claim-comment",
  "version" : "1.0.4",
  "name" : "NHIApproveClaimComment",
  "title" : "NHI-健保事前審查-受理審查案件核定註記值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-05",
  "publisher" : "衛生福利部中央健康保險署",
  "contact" : [
    {
      "name" : "衛生福利部中央健康保險署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nhi.gov.tw"
        }
      ]
    }
  ],
  "description" : "NHI-健保事前審查-受理審查案件核定註記值集",
  "compose" : {
    "include" : [
      {
        "system" : "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment",
        "concept" : [
          {
            "code" : "1",
            "display" : "同意"
          },
          {
            "code" : "2",
            "display" : "不予同意"
          },
          {
            "code" : "3",
            "display" : "部份同意"
          },
          {
            "code" : "4",
            "display" : "補件"
          },
          {
            "code" : "5",
            "display" : "退件"
          }
        ]
      }
    ]
  }
}