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-urlencodedrequired
identifier required | string The patient's BSN number in the format system|value |
Responses
Response samples
- 200
Content type
application/fhir+json
{- "resourceType": "Bundle",
- "meta": {
- "versionId": "4037143"
}, - "type": "searchset",
- "total": 1,
- "entry": [
- {
- "resource": {
- "resourceType": "Patient",
- "id": 123456782,
}
}
]
}
Send invitation mail to a Patient to start using Spreekuur.nl
Request Body schema: application/fhir+jsonrequired
resourceType required | string Value: "Patient" |
id required | string |
required | Array of objects |
required | Array of objects |
Responses
Request samples
- Payload
Content type
application/fhir+json
{- "resourceType": "Patient",
- "id": "example-patient-id",
- "telecom": [
- {
- "system": "email",
- "value": "example-patient@example.local"
}
]
}