AppointmentResponse Spreekuur.nl OpenAPI specification
This page describes the AppointmentResponse API specification Spreekuur.nl provides.
Spreekuur.nl appointment FHIR API (1.0.0)
Download OpenAPI specification:Download
Accept or reject an appointment with an Appointment Response
Request Body schema: application/fhir+jsonrequired
required | object |
comment required | string |
required | object |
participantStatus required | string Enum: "declined" "accepted" |
Responses
Request samples
- Payload
Content type
application/fhir+json
{- "actor": {
- "reference": {
}
}, - "comment": "Your appointment is accepted",
- "appointment": {
- "reference": "Appointment/123"
}, - "participantStatus": "accepted"
}