FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/example-olis-search-diagnostic-report-by-start-date

Packageca.on.oh-olis
Resource TypeSearchParameter
Idexample-olis-search-diagnostic-report-by-start-date
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date
URLhttp://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date
Statusdraft
Date2021-01-23
NameReportIssuedDateSearchParameter
Authorityhl7
DescriptionStart 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
PurposeNeed to search DiagnosticReport by issued date (start date)
Typedate

Resources that use this resource

CapabilityStatement
ca-on-lab-CapabilityStatementOntario Laboratories Information System FHIR R4 Consumer Query Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "example-olis-search-diagnostic-report-by-start-date",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date",
  "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"
  ]
}