{
  "resourceType": "SearchParameter",
  "id": "Encounter-service-provider",
  "url": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider",
  "name": "service-provider",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Administration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "code": "service-provider",
  "base": [
    "Encounter"
  ],
  "type": "reference",
  "description": "The custodian organization of this Encounter record",
  "expression": "Encounter.serviceProvider",
  "xpath": "f:Encounter/f:serviceProvider",
  "xpathUsage": "normal",
  "target": [
    "Organization"
  ]
}