{
  "resourceType": "StructureDefinition",
  "id": "argo-coverage",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-coverage",
  "version": "1.0.0",
  "name": "Argonaut_Coverage_Profile",
  "title": "Argonaut Coverage Profile",
  "status": "active",
  "date": "2017-11-07",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "The Argonaut Coverage Profile profile is used to provide insurance information for scheduling an appointment and or registering a patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage",
        "path": "Coverage",
        "definition": "This is the Coverage profile which is used to provide insurance information for scheduling an appointment and or registering a patient.",
        "mustSupport": false
      },
      {
        "id": "Coverage.id",
        "path": "Coverage.id",
        "comment": "This may be the same as the SubscriberID or the Concatenetation of the SubscriberID + the Subscriber suffix.",
        "mustSupport": true
      },
      {
        "id": "Coverage.identifier",
        "path": "Coverage.identifier",
        "comment": "This may be the same as the SubscriberID or the Concatenetation of the SubscriberID + the Subscriber suffix.",
        "alias": [
          "SubscriberID"
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.status",
        "path": "Coverage.status",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.type",
        "path": "Coverage.type",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Coverage.subscriber",
        "path": "Coverage.subscriber",
        "short": "Suscriber (in case dependent is patient)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.subscriberId",
        "path": "Coverage.subscriberId",
        "short": "Subscriber ID",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Coverage.relationship",
        "path": "Coverage.relationship",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Coverage.period",
        "path": "Coverage.period",
        "mustSupport": true
      },
      {
        "id": "Coverage.payor",
        "path": "Coverage.payor",
        "short": "Payer",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Coverage.grouping",
        "path": "Coverage.grouping",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Coverage.grouping.plan",
        "path": "Coverage.grouping.plan",
        "short": "Plan ID",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Coverage.grouping.planDisplay",
        "path": "Coverage.grouping.planDisplay",
        "short": "Plan Name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}