{
  "resourceType": "SearchParameter",
  "id": "Claim-use",
  "url": "http://hl7.org/fhir/SearchParameter/Claim-use",
  "name": "use",
  "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": "use",
  "base": [
    "Claim"
  ],
  "type": "token",
  "description": "The kind of financial resource",
  "expression": "Claim.use",
  "xpath": "f:Claim/f:use",
  "xpathUsage": "normal"
}