{
  "resourceType": "SearchParameter",
  "id": "DiagnosticReport-performer",
  "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer",
  "name": "performer",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Orders and Observations)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "code": "performer",
  "base": [
    "DiagnosticReport"
  ],
  "type": "reference",
  "description": "Who was the source of the report (organization)",
  "expression": "DiagnosticReport.performer.actor",
  "xpath": "f:DiagnosticReport/f:performer/f:actor",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization"
  ]
}