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

: Coverage-C1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "Coverage-C1",
  "meta" : {
    "profile" : [
      🔗 "https://claim.cgh.org.tw/iclaim/StructureDefinition/coverage-iclaim"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>status</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/codesystem-fm-status.html\">FinancialResourceStatusCodes</a>#active )</span></p><p><b>beneficiary</b>: <a href=\"Patient-Patient-C1.html\">Patient/Patient-C1</a> \"郝美麗\"</p><p><b>payor</b>: <a href=\"Organization-Organization-cathay.html\">Organization/Organization-cathay</a> \"國泰人壽保險股份有限公司\"</p></div>"
  },
  "status" : "active",
  "beneficiary" : {
    🔗 "reference" : "Patient/Patient-C1"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/Organization-cathay"
    }
  ]
}