{
  "resourceType": "StructureDefinition",
  "id": "shr-financial-Coverage",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Coverage Profile</b></p>\n  <p>Health insurance coverage available (even if not used for payment for a given encounter).</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.financial.Coverage maps to Coverage:\n  Type maps to type\n  InsuranceMemberId maps to subscriberId\n  EffectiveTimePeriod maps to period\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-financial-Coverage",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.financial.Coverage"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Coverage Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Health insurance coverage available (even if not used for payment for a given encounter).",
  "purpose": "Health care programs and insurers are significant payors of health service costs.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "cdanetv4",
      "uri": "http://www.cda-adc.ca/en/services/cdanet/",
      "name": "Canadian Dental Association eclaims standard"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "cpha3pharm",
      "uri": "http://www.pharmacists.ca/",
      "name": "Canadian Pharmacy Associaiton eclaims standard"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Coverage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Coverage",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Coverage:shr-financial-Coverage",
        "path": "Coverage",
        "short": "SHR Coverage Profile",
        "definition": "Health insurance coverage available (even if not used for payment for a given encounter)."
      },
      {
        "id": "Coverage:shr-financial-Coverage.type",
        "path": "Coverage.type",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://standardhealthrecord.org/shr/financial/vs/InsuranceProviderTypeVS"
          }
        }
      }
    ]
  }
}