v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/orders/:orderId/tests
Gets a list of ordered test summaries for the specified person id and order id after apply additional OData operations.
get/persons/{personId}/chart/lab/orders/{orderId}/tests
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose ordered tests are being retrieved.
orderIdstring required
(Required) (Required) The id of the lab order for which the ordered tests are being retrieved.
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"orderId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"testCodeId": "<string>",
"testCodeText": "<string>",
"testCodeSystem": "<string>",
"testComment": "<string>",
"collectionTime": "<string>",
"collectionTimezone": "<string>",
"expectedResultDate": "<string>",
"scheduledTime": "<string>",
"scheduledTimezone": "<string>",
"loincCode": "<string>",
"chargeId": "<string>",
"orderingReason": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}