v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/panels
Gets a list of observation panels for the specified person id after applying additional OData operations.
get/persons/{personId}/chart/lab/panels
Path parameters
personIdstring required
(Required) (Required) The id of the person for whom the observation panels are being retrieved.
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"Items": [
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"orderId": "<string>",
"collectionDateTime": "<string>",
"collectionDateTimeTimezone": "<string>",
"orderingProviderId": "<string>",
"resultStatus": "<string>",
"testDescription": "<string>",
"isDeleted": "<string>",
"createTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"locationId": "<string>",
"obrComment": "<string>",
"loincCode": "<string>",
"isConfidential": "<string>",
"orderTestId": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
},
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"orderId": "<string>",
"collectionDateTime": "<string>",
"collectionDateTimeTimezone": "<string>",
"orderingProviderId": "<string>",
"resultStatus": "<string>",
"testDescription": "<string>",
"isDeleted": "<string>",
"createTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"locationId": "<string>",
"obrComment": "<string>",
"loincCode": "<string>",
"isConfidential": "<string>",
"orderTestId": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}
],
"NextPageLink": "<string>",
"Count": "<string>"
}