Skip to main content

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+json
required
required
object
comment
required
string
required
object
participantStatus
required
string
Enum: "declined" "accepted"

Responses

Request samples

Content type
application/fhir+json
{
  • "actor": {},
  • "comment": "Your appointment is accepted",
  • "appointment": {
    },
  • "participantStatus": "accepted"
}