| Package | ca.on.oh-olis |
| Resource Type | SearchParameter |
| Id | example-olis-search-diagnostic-report-by-patient-birthDate |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate |
| URL | http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate |
| Status | draft |
| Date | 2021-01-23 |
| Name | PatientBirthDateSearchParameter |
| Authority | hl7 |
| Description | Search by patient birthDate - mandatory for patient query, not supported by bulk query |
| Purpose | Need to search DiagnosticReport by patient birthDate |
| Type | date |
| CapabilityStatement | |
| ca-on-lab-CapabilityStatement | Ontario Laboratories Information System FHIR R4 Consumer Query Capability Statement |
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"id": "example-olis-search-diagnostic-report-by-patient-birthDate",
"url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate",
"name": "PatientBirthDateSearchParameter",
"status": "draft",
"experimental": true,
"date": "2021-01-23",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health",
"telecom": [
{
"system": "url",
"value": "http://ontariohealth.ca"
}
]
}
],
"description": "Search by patient birthDate - mandatory for patient query, not supported by bulk query",
"purpose": "Need to search DiagnosticReport by patient birthDate",
"code": "patient.birthDate",
"base": [
"DiagnosticReport"
],
"type": "date",
"expression": "DiagnosticReport.subject",
"xpathUsage": "normal",
"multipleOr": false,
"multipleAnd": false,
"comparator": [
"eq"
]
}