Drs® Enterprise - FHIR®© API Documentation
Laboratory Test And Results Observation
Retrieving a patient’s laboratory results
The logical ID (of the patient to retrieve) is passed as part of the URL. The logical ID is found as the result of a search.
GET
https://<hosturl>/FHIR/<databasename>/Patient/123/Observation GET https://<hosturl>/FHIR/<databasename>/Patient/123/Observation?date=2016-01-01 GET https://<hosturl>/FHIR/<databasename>/Patient/123/Observation?datefrom=2016-01-01&dateto=2017-01-01 |
Name | Required? | Type | Description |
id | Yes | string | The logical ID of the patient. This is retrieved using the search function. |
date | No | string | A string representing a date to include in the search. |
datefrom | No | string | Date range, date to start search from. |
dateto | No | string | Date range, date to finish search. |
This API call can return patient data based on date range or exact date filtering for laboratory tests and results. If no dates are supplied, all patient data is returned for laboratory tests and results.
NOTE: Laboratory Tests and Results are grouped together in the this section.
Sample Output