v1
latestSwagger 2.02026-08-061791731.4 MBImmunizations
{{baseUrl}}/persons/:personId/chart/immunizations/orders/:orderId/insurances
Get a list of insurances that are associated with the specified person Id and order Id.
get/persons/{personId}/chart/immunizations/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 immunization order for which insurances are being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"personId": "<string>",
"personPayerId": "<string>",
"payerId": "<string>",
"insuredPersonId": "<string>",
"cob": "<string>",
"orderId": "<string>",
"payerName": "<string>",
"insuredPersonName": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}