v1

latestSwagger 2.02026-08-061791731.4 MB
Laboratory

{{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

idstring required
enterpriseIdstring required
practiceIdstring required
personIdstring required
orderIdstring required
collectionDateTimestring required
collectionDateTimeTimezonestring required
orderingProviderIdstring required
resultStatusstring required
testDescriptionstring required
isDeletedstring required
createTimestampstring required
createTimestampTimezonestring required
locationIdstring required
obrCommentstring required
loincCodestring required
isConfidentialstring required
orderTestIdstring required
isMicrobiologystring required

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>"
    }
  ]
}