{ "description": "This is the FHIR R4 capability statement for Ontario Laboratories Information System (OLIS) server-Provider", "_filename": "OLIS-ProviderQuery-server.json", "package_name": "ca.on.oh-olis", "format": [ "json", "xml" ], "date": "2021-12-05", "publisher": "Ontario Health", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "CA-ON", "system": "urn:iso:std:iso:3166", "display": "Canada Ontario" } ] } ], "purpose": "Main EHR capability statement, published for contracting and operational support", "name": "Ontario Laboratories Information System FHIR R4 Capability Statement", "copyright": "Copyright © Ontario Health", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "Ontario Laboratories Information System FHIR R4 Capability Statement", "package_version": "2.0.0-0.0.1", "status": "active", "id": "be46fa60-c556-475c-b879-fb154d92b808", "kind": "capability", "url": "https://ehealthontario.ca/fhir/ca-on-lab-CapabilityStatement", "software": { "name": "OLIS FHIR R4 Provider Query API" }, "version": "2.0.0", "contact": [ { "name": "Ontario Health", "telecom": [ { "value": "architecture@ehealthontario.on.ca", "system": "email" } ] } ], "rest": [ { "mode": "server", "resource": [ { "type": "DiagnosticReport", "profile": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport", "interaction": [ { "code": "search-type", "documentation": "Search DiagnosticReport resources using specified parameters. Supports both GET and POST operation" } ], "searchParam": [ { "name": "patient.identifier", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier", "documentation": "Only supports search by Ontario Health Card Number- mandatory for OLIS patient query, not supported for bulk query" }, { "name": "patient.birthDate", "type": "date", "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-birthDate", "documentation": "Patient date of birth - mandatory for OLIS patient query, not supported for bulk query" }, { "name": "issued", "type": "date", "definition": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-issued-date", "documentation": "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" }, { "name": "specimen.collected", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/Specimen-collected", "documentation": "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). Not supported for bulk query" }, { "name": "result.based-on:ServiceRequest.code", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code", "documentation": "Test request status code- optional. Not supported for bulk query" }, { "name": "result.interpretation", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/Observation-interpretation", "documentation": "Abnormal results- optional. Not supported for bulk query" }, { "name": "identifier", "type": "token", "documentation": "Diagnostic report identifier- optional. Not supported for bulk query" }, { "name": "result.code", "type": "token", "definition": "http://ehealthontario.ca/fhir/SearchParameter/result-code", "documentation": "Test result code- optional. Not supported for bulk query" }, { "name": "patient.gender", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Patient-gender", "documentation": "Patient gender- optional for OLIS patient query, not supported for bulk query" } ], "documentation": "Retrieve history of patient's lab results or all covid results for public health units" } ], "security": { "cors": true, "description": "JWT. Please refer to Ontario JWT Guide." }, "documentation": "Support retrieval of patient's laboratory records, or retrieve all lab results for certain category" } ] }