FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Coverage

Packageca.healthpei.io.core
Resource TypeStructureDefinition
IdCoverage
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.healthpei.io.core@0.1.7-DFT&canonical=http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Coverage
URLhttp://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Coverage
Statusdraft
NameCoverage
TitleCoverage
DescriptionFinancial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.
TypeCoverage
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca-pei-profile-OrganizationOrganization
ca-pei-profile-PatientPatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Coverage",
  "url": "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Coverage",
  "name": "Coverage",
  "title": "Coverage",
  "status": "draft",
  "description": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.identifier",
        "path": "Coverage.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier.system",
        "path": "Coverage.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier.value",
        "path": "Coverage.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.status",
        "path": "Coverage.status",
        "mustSupport": true
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.beneficiary.reference",
        "path": "Coverage.beneficiary.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.period",
        "path": "Coverage.period",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.period.start",
        "path": "Coverage.period.start",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.period.end",
        "path": "Coverage.period.end",
        "mustSupport": true
      },
      {
        "id": "Coverage.payor",
        "path": "Coverage.payor",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.display",
        "path": "Coverage.payor.display",
        "mustSupport": true
      }
    ]
  }
}