{
  "resourceType": "ValueSet",
  "id": "shr-financial-InsuranceProviderTypeVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR InsuranceProviderTypeVS ValueSet</b></p>\n<p/>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/financial/vs/InsuranceProviderTypeVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.financial.InsuranceProviderTypeVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR InsuranceProviderTypeVS ValueSet",
  "title": "SHR InsuranceProviderTypeVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://standardhealthrecord.org/shr/financial/cs/InsuranceProviderTypeCS",
        "concept": [
          {
            "code": "chip",
            "display": "CHIP or SCHIP - State or Federal Children's Health Insurance Program"
          },
          {
            "code": "medicaid",
            "display": "Medicaid"
          },
          {
            "code": "medicare",
            "display": "Medicare"
          },
          {
            "code": "military",
            "display": "Military coverage (Tricare)"
          },
          {
            "code": "veteran",
            "display": "VA coverage"
          },
          {
            "code": "private",
            "display": "Private or self-insured group"
          },
          {
            "code": "no_insurance",
            "display": "No health insurance"
          }
        ]
      }
    ]
  }
}