{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-coverage",
  "name": "CoverageIAR",
  "title": "Coverage IAR",
  "status": "active",
  "description": "A contained resource within the Encounter that records the patient’s type of insurance, specifying who pays for the services, identifying the beneficiary, and the period of coverage.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.id",
        "path": "Coverage.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier",
        "path": "Coverage.identifier",
        "mustSupport": false
      },
      {
        "id": "Coverage.identifier.system",
        "path": "Coverage.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier.value",
        "path": "Coverage.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Coverage.status",
        "path": "Coverage.status",
        "mustSupport": true
      },
      {
        "id": "Coverage.type",
        "path": "Coverage.type",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://cihi.ca/fhir/irrs/ValueSet/irrs-coverage-type"
        }
      },
      {
        "id": "Coverage.type.coding.display.extension:translation",
        "path": "Coverage.type.coding.display.extension",
        "sliceName": "translation"
      },
      {
        "id": "Coverage.type.coding.display.extension:translation.extension",
        "path": "Coverage.type.coding.display.extension.extension",
        "min": 2
      },
      {
        "id": "Coverage.beneficiary",
        "path": "Coverage.beneficiary",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/iar/StructureDefinition/profile-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.beneficiary.reference",
        "path": "Coverage.beneficiary.reference",
        "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",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier",
        "path": "Coverage.payor.identifier",
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier.system",
        "path": "Coverage.payor.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Coverage.payor.identifier.value",
        "path": "Coverage.payor.identifier.value",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}