latestSwagger 2.02026-08-061791731.4 MB

191e69116448

Laboratory

{{baseUrl}}/persons/:personId/chart/lab/orders/:orderId/insurances

Get a list of insurances that are associated with the specified person Id and order Id after apply additional OData operations.

get/persons/{personId}/chart/lab/orders/{orderId}/insurances

Path parameters

personIdstring required

(Required) (Required) The id of the person for whom the order insurances are being retrieved.

orderIdstring required

(Required) (Required) The id of the lab order for which the insurances are being retrieved.

Query parameters

$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required

Headers

Acceptstring required

Response

OK

NextPageLinkstring required
Countstring required

Example response

{
  "Items": [
    {
      "id": "<string>",
      "personPayerId": "<string>",
      "payerId": "<string>",
      "insuredPersonId": "<string>",
      "cob": "<string>",
      "orderNumber": "<string>",
      "personId": "<string>",
      "lastName": "<string>",
      "firstName": "<string>",
      "enterpriseId": "<string>",
      "practiceId": "<string>",
      "payerName": "<string>",
      "_links": [
        {
          "href": "<string>",
          "method": "<string>",
          "rel": "<string>",
          "description": "<string>",
          "vendorExtensions": "<string>"
        },
        {
          "href": "<string>",
          "method": "<string>",
          "rel": "<string>",
          "description": "<string>",
          "vendorExtensions": "<string>"
        }
      ]
    },
    {
      "id": "<string>",
      "personPayerId": "<string>",
      "payerId": "<string>",
      "insuredPersonId": "<string>",
      "cob": "<string>",
      "orderNumber": "<string>",
      "personId": "<string>",
      "lastName": "<string>",
      "firstName": "<string>",
      "enterpriseId": "<string>",
      "practiceId": "<string>",
      "payerName": "<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>"
}