{
  "resourceType": "SearchParameter",
  "id": "ImagingManifest-endpoint",
  "url": "http://hl7.org/fhir/SearchParameter/ImagingManifest-endpoint",
  "name": "endpoint",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Imaging Integration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    }
  ],
  "code": "endpoint",
  "base": [
    "ImagingManifest"
  ],
  "type": "reference",
  "description": "The endpoint for the study or series",
  "expression": "ImagingManifest.study.endpoint | ImagingManifest.study.series.endpoint",
  "xpath": "f:ImagingManifest/f:study/f:endpoint | f:ImagingManifest/f:study/f:series/f:endpoint",
  "xpathUsage": "normal",
  "target": [
    "Endpoint"
  ]
}