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

: Encounter-C4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "Encounter-C4",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>就醫資料</b></h3><p><b>識別碼</b>:1286483 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://www.cgh.org.tw\">國泰醫療財團法人國泰綜合醫院</a>)</span></p><p><b>就醫現況</b>:finished <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\">EncounterStatus</a>#finished)</span></p><p><b>就醫分類</b>:ambulatory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/5.1.0/CodeSystem-v3-ActCode.html\">ActEncounterCode</a>#AMB)</span></p><p><b>應診科別</b>:家醫科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-nhi-department-values.html\">Department</a>#01)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-C3.html\">Patient/Patient-C3</a> \"玳健康\"</p><p><b>開單醫師</b>:<a href=\"PractitionerRole-PractitionerRole-rec2.html\">PractitionerRole/PractitionerRole-rec2</a> \"王二郎\"</p><p><b>就醫的開始和結束時間</b>:2023-08-15 17:00:14-0500 --&gt; 2023-08-15 18:00:14-0500</p><p><b>就醫天數</b>:1天 <span style=\"background: LightGoldenRodYellow\">(Details: UCUM code d = 'd')</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.cgh.org.tw",
      "value" : "1286483"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "https://claim.cgh.org.tw/iclaim/CodeSystem/nhi-department-values",
        "code" : "01",
        "display" : "家醫科"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-C3"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "PractitionerRole/PractitionerRole-rec2"
      }
    }
  ],
  "period" : {
    "start" : "2023-08-15T17:00:14-05:00",
    "end" : "2023-08-15T18:00:14-05:00"
  },
  "length" : {
    "value" : 1,
    "unit" : "days",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  }
}