Patient XIS OpenAPI specification
This page describes the Patient API specification the XIS should provide to Spreekuur.nl.
XIS Patient FHIR API (1.0.0)
Download OpenAPI specification:Download
Response samples
- 200
Content type
application/fhir+json
{- "resourceType": "Bundle",
- "meta": {
- "versionId": "4037143"
}, - "type": "searchset",
- "total": 1,
- "entry": [
- {
- "resource": {
- "resourceType": "Patient",
- "id": "example-patient-id-1",
}
}
]
}