{
  "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
      }
    ]
  }
}