{
  "resourceType": "SearchParameter",
  "id": "Linkage-author",
  "url": "http://hl7.org/fhir/SearchParameter/Linkage-author",
  "name": "author",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "author",
  "base": [
    "Linkage"
  ],
  "type": "reference",
  "description": "Author of the Linkage",
  "expression": "Linkage.author",
  "xpath": "f:Linkage/f:author",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization"
  ]
}