v1
latestSwagger 2.02026-08-061791731.4 MBLaboratory
{{baseUrl}}/persons/:personId/chart/lab/orders/:orderId1
Gets the lab order details for the given person id and order id.
get/persons/{personId}/chart/lab/orders/{orderId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose lab orders are being retrieved
orderIdstring required
(Required) (Required) The id of the lab order being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"testDescription": "<string>",
"encounterId": "<string>",
"personId": "<string>",
"ufoNumber": "<string>",
"generatedBy": "<string>",
"orderType": "<string>",
"testLocation": "<string>",
"orderingProvider": "<string>",
"encounterTimestamp": "<string>",
"orderDate": "<string>",
"orderDateTimezone": "<string>",
"signOffDate": "<string>",
"signOffPerson": "<string>",
"testStatus": "<string>",
"nextgenStatus": "<string>",
"labId": "<string>",
"signoffCommentsIndicator": "<string>",
"documentsIndicator": "<string>",
"orderControl": "<string>",
"orderPriority": "<string>",
"timeEntered": "<string>",
"specimenActionCode": "<string>",
"billingType": "<string>",
"clinicalInformation": "<string>",
"cancelReason": "<string>",
"intrfMessage": "<string>",
"practiceId": "<string>",
"enterpriseId": "<string>",
"isDeleted": "<string>",
"providerDisplayName": "<string>",
"locationName": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>",
"phone": "<string>",
"fax": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"middleInitial": "<string>",
"isFutureOrder": "<string>",
"startDate": "<string>",
"nextDueDate": "<string>",
"expectedResultDate": "<string>",
"generalComment": "<string>",
"orderComment": "<string>",
"patientComment": "<string>",
"isOrderedElseWhere": "<string>",
"isCompleted": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}