FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeSearchParameter
Idsearchparameter-example-issuedDate.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "example-olis-search-diagnostic-report-by-start-date",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date",
  "version": "2.0.1",
  "name": "ReportIssuedDateSearchParameter",
  "status": "draft",
  "experimental": true,
  "date": "2021-01-23",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Start date of the search criteria, the date can either be the date  that OLIS recieves the report (issued), or the date that the test was performed (specimen.collected). Mandatory for bulk query",
  "purpose": "Need to search DiagnosticReport by issued date (start date)",
  "code": "issued",
  "base": [
    "DiagnosticReport"
  ],
  "type": "date",
  "expression": "DiagnosticReport.issued",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "gt",
    "lt",
    "ge",
    "le"
  ]
}