v2
latestOpenAPI 3.1.12026-08-078549932.4 MBUndo a check-in done by mistake (status: CheckedIn → Scheduled)
Path parameters
Response
OK
Set on patient-scoped appointments. Null on group visits — see string? AppointmentResponseDto.PatientGroupId.
Set on group-visit appointment types (litter / herd). Mutually exclusive with string? AppointmentResponseDto.PatientId.
Whether this appointment type requires a surgery room.
Whether this appointment was converted from a regular exam to emergency surgery.
Chronicle workflow id sourced from this appointment's <see cref="!:AppointmentType" />. Null falls back to appointment-default at the chronicle. Denormalized at read time so the chronicle doesn't need a second appointment-type lookup.
Exam template id sourced from this appointment's <see cref="!:AppointmentType" /> (PAW-741). Resolution at the chronicle exam step: this value, else the provider's personal default, else the standard 7-system view. Denormalized at read time so the chronicle doesn't need a second appointment-type lookup.
Auto-start SOAP generation when the treatment plan is converted to an invoice (PAW-675). Denormalized from the appointment type; true when the appointment has no type (the platform default is on).
Auto-start discharge generation when the SOAP note is approved (PAW-675). Denormalized from the appointment type; true when the appointment has no type (the platform default is on).
Example response
{
"patient": {
"species": "Cat",
"breed": "Siamese",
"sex": "Male"
}
}