{
  "resourceType": "SearchParameter",
  "id": "Coverage-type",
  "url": "http://hl7.org/fhir/SearchParameter/Coverage-type",
  "name": "type",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Financial Management)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm/index.cfm"
        }
      ]
    }
  ],
  "code": "type",
  "base": [
    "Coverage"
  ],
  "type": "token",
  "description": "The kind of coverage (health plan, auto, Workers Compensation)",
  "expression": "Coverage.type",
  "xpath": "f:Coverage/f:type",
  "xpathUsage": "normal"
}