v1

latestSwagger 2.02026-08-061791731.4 MB
Immunizations

{{baseUrl}}/persons/:personId/chart/immunizations/orders

Gets immunization orders for the specified person after performing additional OData operations.

get/persons/{personId}/chart/immunizations/orders

Path parameters

personIdstring required

(Required) (Required) The id of the person whose immunization order is 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>",
      "enterpriseId": "<string>",
      "practiceId": "<string>",
      "encounterId": "<string>",
      "personId": "<string>",
      "userFriendlyOrderNumber": "<string>",
      "orderingProviderId": "<string>",
      "orderingProviderName": "<string>",
      "supervisorProviderId": "<string>",
      "status": "<string>",
      "vaccineDescription": "<string>",
      "createTimestamp": "<string>",
      "createTimestampTimezone": "<string>",
      "modifyTimestamp": "<string>",
      "modifyTimestampTimezone": "<string>",
      "isDeleted": "<string>",
      "hasDocuments": "<string>",
      "hasTrackingComments": "<string>",
      "immunizationsDescription": "<string>",
      "isVerbalOrder": "<string>",
      "encounterTimestamp": "<string>",
      "encounterTimestampTimezone": "<string>",
      "locationId": "<string>",
      "locationName": "<string>",
      "_links": [
        {
          "href": "<string>",
          "method": "<string>",
          "rel": "<string>",
          "description": "<string>",
          "vendorExtensions": "<string>"
        },
        {
          "href": "<string>",
          "method": "<string>",
          "rel": "<string>",
          "description": "<string>",
          "vendorExtensions": "<string>"
        }
      ]
    },
    {
      "id": "<string>",
      "enterpriseId": "<string>",
      "practiceId": "<string>",
      "encounterId": "<string>",
      "personId": "<string>",
      "userFriendlyOrderNumber": "<string>",
      "orderingProviderId": "<string>",
      "orderingProviderName": "<string>",
      "supervisorProviderId": "<string>",
      "status": "<string>",
      "vaccineDescription": "<string>",
      "createTimestamp": "<string>",
      "createTimestampTimezone": "<string>",
      "modifyTimestamp": "<string>",
      "modifyTimestampTimezone": "<string>",
      "isDeleted": "<string>",
      "hasDocuments": "<string>",
      "hasTrackingComments": "<string>",
      "immunizationsDescription": "<string>",
      "isVerbalOrder": "<string>",
      "encounterTimestamp": "<string>",
      "encounterTimestampTimezone": "<string>",
      "locationId": "<string>",
      "locationName": "<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>"
}