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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeCoverage
IdCoverage-rs-example-coverage.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

Example coverage for rs-example-patient referencing rs-organization-single-ex as payor.

Source1

{
  "resourceType": "Coverage",
  "id": "rs-example-coverage",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "EHCPOL"
      }
    ]
  },
  "subscriber": {
    "reference": "Patient/rs-example-patient"
  },
  "beneficiary": {
    "reference": "Patient/rs-example-patient"
  },
  "period": {
    "start": "2025-01-01",
    "end": "2025-12-31"
  },
  "payor": [
    {
      "reference": "Organization/rs-organization-single-ex"
    }
  ],
  "class": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code": "group"
          }
        ]
      },
      "value": "RS-GRP-001"
    }
  ]
}