FHIR IG analytics| Package | ca.on.olis.r4 |
| Resource Type | SearchParameter |
| Id | searchparameter-example-identifier.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"id": "example-olis-search-diagnostic-report-by-patient-identifier",
"url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier",
"version": "2.0.1",
"name": "PatientIdentifierSearchParameter",
"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 identifier - Ontario HCN only. Mandatory for patient query, not supported in bulk query",
"purpose": "Need to search DiagnosticReport by patient identifier",
"code": "patient.identifier",
"base": [
"DiagnosticReport"
],
"type": "token",
"expression": "DiagnosticReport.subject",
"xpathUsage": "normal",
"multipleOr": false,
"multipleAnd": false,
"comparator": [
"eq"
]
}