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

FHIR IG analytics

Packagehl7.fhir.us.phcp
Resource TypeCoverage
IdCoverage-phcp-coverage-example.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


Source1

{
  "resourceType": "Coverage",
  "id": "phcp-coverage-example",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2020-12-09T20:35:09.080+00:00",
    "source": "#veFHiJYYqE2f6rg0",
    "profile": [
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3e676a50-7aac-11db-9fe1-0800200c9a66"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "SUBSUPP",
        "display": "subsidized supplemental health program"
      }
    ]
  },
  "policyHolder": {
    "reference": "Patient/phcp-patient-example"
  },
  "beneficiary": {
    "reference": "Patient/phcp-patient-example"
  },
  "payor": [
    {
      "reference": "Organization/phcp-payer-organization-example"
    }
  ]
}