醫療保險理賠實作指引
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-C1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "Condition-C1",
  "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>:1080108642</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>#842.19)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-C1.html\">Patient/Patient-C1</a> \"郝美麗\"</p><p><b>就醫(Encounter)紀錄</b>:<a href=\"Encounter-Encounter-C1.html\">Encounter/Encounter-C1</a></p><p><b>記錄日期</b>:2023-08-07</p><p><b>主治醫師</b>:<a href=\"PractitionerRole-PractitionerRole-pri.html\">PractitionerRole/PractitionerRole-pri</a> \"陳健骨\"</p><p><b>負責醫師(院長)</b>:<a href=\"PractitionerRole-PractitionerRole-res.html\">PractitionerRole/PractitionerRole-res</a> \"邱榮一\"</p><p><b>診斷報告</b>:<a href=\"DiagnosticReport-DiagnosticReport-C1.html\">DiagnosticReport/DiagnosticReport-C1</a></p><p><b>醫療摘要</b>:手扭傷後,關節局部腫脹,關節彎曲受限,伸不直或彎曲不了</p></div>"
  },
  "identifier" : [
    {
      "value" : "1080108642"
    }
  ],
  "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" : "842.19",
        "display" : "手其他部位扭傷及拉傷"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-C1"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-C1"
  },
  "recordedDate" : "2023-08-07",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-pri"
  },
  "asserter" : {
    🔗 "reference" : "PractitionerRole/PractitionerRole-res"
  },
  "stage" : [
    {
      "assessment" : [
        {
          🔗 "reference" : "DiagnosticReport/DiagnosticReport-C1"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "手扭傷後,關節局部腫脹,關節彎曲受限,伸不直或彎曲不了"
    }
  ]
}