臺灣健保事前審查實作指引
1.1.0 - ci-build

臺灣健保事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions

: 門診病歷 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "enc-opd",
  "meta" : {
    "profile" : [
      🔗 "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Encounter-opd-twpas"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-opd</b></p><a name=\"enc-opd\"> </a><a name=\"hcenc-opd\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-opd-twpas.html\">門診病歷-Encounter OPD TWPAS</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family practice (qualifier value)</span></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-pra-min.html\">Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code,Medical License number</a></td></tr></table><p><b>period</b>: 2025-11-11 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-org-hosp-example.html\">Organization 臺北市立聯合醫院</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "419772000"
      }
    ]
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/pra-min"
      }
    }
  ],
  "period" : {
    "start" : "2025-11-11"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/org-hosp-example"
  }
}