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

FHIR IG analytics

Packagendhm.in
Resource TypeCoverage
IdCoverage-example-01.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

Generated Narrative: Coverage example-01

identifier: https://xyzinsurance.in/policynumber//235037120

status: Active

type: PAY

subscriber: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

subscriberId: ABC123456BI007

beneficiary: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

relationship: Self

period: ?? --> 2026-03-17

payor: Organization XYZ Insurance Co. Ltd.


Source1

{
  "resourceType": "Coverage",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://xyzinsurance.in/policynumber/",
      "value": "235037120"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "code": "pay",
        "display": "PAY"
      }
    ]
  },
  "subscriber": {
    "reference": "Patient/example-01"
  },
  "subscriberId": "ABC123456BI007",
  "beneficiary": {
    "reference": "Patient/example-01"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      }
    ]
  },
  "period": {
    "end": "2026-03-17"
  },
  "payor": [
    {
      "reference": "Organization/example-02"
    }
  ]
}