{
  "resourceType": "SearchParameter",
  "id": "DocumentManifest-author",
  "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-author",
  "name": "author",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Structured Documents)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure/index.cfm"
        }
      ]
    }
  ],
  "code": "author",
  "base": [
    "DocumentManifest"
  ],
  "type": "reference",
  "description": "Who and/or what authored the manifest",
  "expression": "DocumentManifest.author",
  "xpath": "f:DocumentManifest/f:author",
  "xpathUsage": "normal",
  "target": [
    "Practitioner",
    "Organization",
    "Device",
    "Patient",
    "RelatedPerson"
  ]
}