v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/panels/:panelId/results
Gets a list of observation results for the specified person id and observation panel id.
get/persons/{personId}/chart/lab/panels/{panelId}/results
Path parameters
personIdstring required
(Required) (Required) The id of the person whose observation results are being retrieved.
panelIdstring required
(Required) (Required) The id of the observation panel for whose observation results are being retrieved.
Headers
Acceptstring required
Response
OK
Example response
{
"panelId": "<string>",
"personId": "<string>",
"orderId": "<string>",
"observationSequenceNumber": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"observationId": "<string>",
"resultCode": "<string>",
"resultDescription": "<string>",
"codeSystem": "<string>",
"observationValue": "<string>",
"abnormalityCode": "<string>",
"abnormality": "<string>",
"resultType": "<string>",
"units": "<string>",
"referenceRange": "<string>",
"observationResultStatus": "<string>",
"clinicalName": "<string>",
"observationDateTime": "<string>",
"observationDateTimeTimezone": "<string>",
"loincCode": "<string>",
"resultSequenceNumber": "<string>",
"hasComment": "<string>",
"isDeleted": "<string>",
"isSignedOff": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}