Skip to main content

Patient Spreekuur.nl OpenAPI specification

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

Spreekuur.nl Patient FHIR API (1.0.0)

Download OpenAPI specification:Download

Discover if a patient has a Spreekuur.nl account.

Request Body schema: application/x-www-form-urlencoded
required
identifier
required
string

The patient's BSN number in the format system|value

Responses

Response samples

Content type
application/fhir+json
{
  • "resourceType": "Bundle",
  • "meta": {
    },
  • "type": "searchset",
  • "total": 1,
  • "entry": []
}

Send invitation mail to a Patient to start using Spreekuur.nl

Request Body schema: application/fhir+json
required
resourceType
required
string
Value: "Patient"
id
required
string
required
Array of objects
required
Array of objects

Responses

Request samples

Content type
application/fhir+json
{
  • "resourceType": "Patient",
  • "id": "example-patient-id",
  • "identifier": [],
  • "telecom": [
    ]
}