醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Condition-C4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "Condition-C4",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/condition-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病情、問題或診斷資料</b></h3><p><b>病情、問題或診斷識別碼</b>:1080108645</p><p><b>臨床狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-condition-clinical.html\">ConditionClinicalStatusCodes</a>#active)</span></p><p><b>病情、問題或診斷類別</b>:Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>病情、問題或診斷識別</b>:便秘 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem-icd-9-cm-2001-tw.html\">NHIICD9CM</a>#564.0)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-C3.html\">Patient/Patient-C3</a> \"玳健康\"</p><p><b>就醫(Encounter)紀錄</b>:<a href=\"Encounter-Encounter-C4.html\">Encounter/Encounter-C4</a></p><p><b>記錄日期</b>:2023-08-15</p><p><b>主治醫師</b>:<a href=\"PractitionerRole-PractitionerRole-pri2.html\">PractitionerRole/PractitionerRole-pri2</a> \"王建胃\"</p><p><b>負責醫師(院長)</b>:<a href=\"PractitionerRole-PractitionerRole-res2.html\">PractitionerRole/PractitionerRole-res2</a> \"邱榮二\"</p><p><b>診斷報告</b>:<a href=\"DiagnosticReport-DiagnosticReport-C4.html\">DiagnosticReport/DiagnosticReport-C4</a></p><p><b>醫療摘要</b>:腹部的膨脹感、腹痛、腸脹氣,而且在排便之後才能得到緩解。</p></div>"
  },
  "identifier" : [
    {
      "value" : "1080108645"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "remission"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-9-cm-2001-tw",
        "code" : "564.0",
        "display" : "便秘"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-C3"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-C4"
  },
  "recordedDate" : "2023-08-15",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-pri2"
  },
  "asserter" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-res2"
  },
  "stage" : [
    {
      "assessment" : [
        {
          🔗 "reference" : "DiagnosticReport/DiagnosticReport-C4"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "腹部的膨脹感、腹痛、腸脹氣,而且在排便之後才能得到緩解。"
    }
  ]
}