Skip to main content

Notification Spreekuur.nl OpenAPI specification

This page describes the Notification API specification Spreekuur.nl provides.

Spreekuur.nl Notification FHIR API (1.0.0)

Download OpenAPI specification:Download

Send a notification to a patient

Request Body schema: application/fhir+json
required
resourceType
required
string
Value: "Communication"
required
Array of Patient (object)
required
object
status
required
string
Value: "completed"
required
Array of objects

The category will be used by Spreekuur.nl to differentiate between chat messages and notifications.

required
Array of objects
required
Array of objects

Responses

Request samples

Content type
application/fhir+json
{
  • "resourceType": "Communication",
  • "contained": [
    ],
  • "topic": {
    },
  • "status": "completed",
  • "category": [
    ],
  • "payload": [
    ],
  • "recipient": [
    ]
}