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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeCoverage
IdPEI_Coverage.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Coverage",
  "id": "PEICoverage",
  "meta": {
    "profile": [
      "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Coverage"
    ]
  },
  "identifier": [
    {
      "system": "https://princeedwardisland.ca/fhir/NamingSystem/ca-pe-patient-coverage-id",
      "value": "01809821"
    }
  ],
  "status": "active",
  "beneficiary": {
    "reference": "Patient/100208"
  },
  "period": {
    "start": "2003-09-01",
    "end": "2029-12-31"
  },
  "payor": [
    {
      "display": "PEI Government"
    }
  ]
}