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,
- "extension": [
- {
- "valueString": "d3641041-50c5-4141-b1eb-4e54d9bd0c15"
}
]
}
}
]
}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"
}
]
}