Multiple patients can be on a single visit (e.g. a family of four receives a vaccine together). In this case you want to first create
the "primary visit" with the /visits endpoint above and then add patients to the existing primary visit with this endpoint.

Body Params
string
required

Patient's ID

string
required

Visit ID of the primary visit to which the patient is being added

string
string
required

IDs of the services to be performed

responses
array of objects

Patient responses to prompts related to the visit. The response_value should be whatever type is necessary to sufficiently respond to the prompt. For example, a checkbox could have a boolean response_value while a textfield should have a string response_value.

responses
Response

Language
Choose an example:
application/json