{
  "resourceType": "SearchParameter",
  "id": "DiagnosticReport-issued",
  "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued",
  "name": "issued",
  "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": "issued",
  "base": [
    "DiagnosticReport"
  ],
  "type": "date",
  "description": "When the report was issued",
  "expression": "DiagnosticReport.issued",
  "xpath": "f:DiagnosticReport/f:issued",
  "xpathUsage": "normal"
}