{
  "resourceType": "StructureDefinition",
  "id": "abc0ca02-80f9-4e44-bd86-0b90e4d14ab9",
  "meta": {
    "lastUpdated": "2022-04-05T00:56:58.652+00:00"
  },
  "url": "https://danielthomson.co.nz/fhir/StructureDefinition/EntitlementExample",
  "name": "EntitlementExample",
  "status": "draft",
  "date": "2022-04-05T00:47:58.2451104+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage.type",
        "path": "Coverage.type",
        "short": "Type of entitlement",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://danielthomson.co.nz/fhir/ValueSet/EntitlementType"
        }
      },
      {
        "id": "Coverage.policyHolder",
        "path": "Coverage.policyHolder",
        "max": "0"
      },
      {
        "id": "Coverage.subscriberId",
        "path": "Coverage.subscriberId",
        "max": "0"
      },
      {
        "id": "Coverage.dependent",
        "path": "Coverage.dependent",
        "max": "0"
      },
      {
        "id": "Coverage.class",
        "path": "Coverage.class",
        "max": "0"
      },
      {
        "id": "Coverage.order",
        "path": "Coverage.order",
        "max": "0"
      },
      {
        "id": "Coverage.network",
        "path": "Coverage.network",
        "max": "0"
      },
      {
        "id": "Coverage.costToBeneficiary",
        "path": "Coverage.costToBeneficiary",
        "max": "0"
      },
      {
        "id": "Coverage.subrogation",
        "path": "Coverage.subrogation",
        "max": "0"
      },
      {
        "id": "Coverage.contract",
        "path": "Coverage.contract",
        "max": "0"
      }
    ]
  }
}