FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.cathay.fhir.iclaim
Resource TypeClaim
IdClaim-Claim-C3.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

理賠申請書編號:A0003 (https://www.cgh.org.tw)

理賠申請書狀態: Active (Financial Resource Status Codes#active)

理賠申請書類別: Institutional (Claim Type Codes#institutional)

理賠申請書用途: Claim (Use#claim)

病人Patient/Patient-C3 "康美女"

理賠申請書日期: 2023-08-12

醫院Organization/Organization-min "國泰醫療財團法人國泰綜合醫院"

處理優先順序: Immediate (Process Priority Codes#stat)

保險

-順序FocalCoverage
*1trueCoverage/Coverage-C3

Source1

{
  "resourceType": "Claim",
  "id": "Claim-C3",
  "meta": {
    "profile": [
      "https://claim.cgh.org.tw/iclaim/StructureDefinition/claim-iclaim"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.cgh.org.tw",
      "value": "A0003"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "institutional"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/Patient-C3"
  },
  "created": "2023-08-12",
  "provider": {
    "reference": "Organization/Organization-min"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/processpriority",
        "code": "stat"
      }
    ]
  },
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/Coverage-C3"
      }
    }
  ]
}