v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/panels/:panelId1
Gets an observation panel for the specified person id and panel id.
get/persons/{personId}/chart/lab/panels/{panelId}
Path parameters
personIdstring required
(Required) (Required) The id of the person whose observation panel is being retrieved.
panelIdstring required
(Required) (Required) The id of the observation panel being retrieved.
Headers
Acceptstring required
Response
OK
Example response
{
"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>",
"isMicrobiology": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}