臺灣健保事前審查實作指引
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" : "extensions",
    "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>EncounterSubjective</b>: <a href=\"Observation-obs-subjective.html\">Observation Subjective Narrative</a></p><p><b>EncounterObjective</b>: <a href=\"Observation-obs-objective.html\">Observation Objective Narrative</a></p><p><b>EncounterClinicalImpression</b>: <a href=\"ClinicalImpression-cliImp-min.html\">ClinicalImpression: status = completed; summary = Right knee . arthritis . active</a></p><p><b>EncounterCarePlan</b>: <a href=\"CarePlan-careplan-min.html\">CarePlan: status = completed; intent = plan; category = Assessment and Plan of Treatment; description = 1.Arrenge Arthrocentesis of Right knee and synovial fluid analysis (routine, culture and crystal analysis) after patient consent. 2.Analgesics. 3.Bed rest with ice packing if necessary.</a></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/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><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-con-diagnosis.html\">Condition M17.11</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-org-hosp-example.html\">Organization 臺北市立聯合醫院</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-encounter-subjective",
      "valueReference" : {
        🔗 "reference" : "Observation/obs-subjective"
      }
    },
    {
      "url" : "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-encounter-objective",
      "valueReference" : {
        🔗 "reference" : "Observation/obs-objective"
      }
    },
    {
      "url" : "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-encounter-clinicalImpression",
      "valueReference" : {
        🔗 "reference" : "ClinicalImpression/cliImp-min"
      }
    },
    {
      "url" : "https://nhicore.nhi.gov.tw/pas/StructureDefinition/extension-encounter-carePlan",
      "valueReference" : {
        🔗 "reference" : "CarePlan/careplan-min"
      }
    }
  ],
  "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"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/con-diagnosis"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/org-hosp-example"
  }
}