Medication Spreekuur.nl OpenAPI specification
This page describes the Medication API specification Spreekuur.nl provides.
Spreekuur.nl MedicationRequest FHIR API (1.0.0)
Download OpenAPI specification:Download
Endpoint to receive MedicationRequest status updates
Request Body schema: application/fhir+jsonrequired
resourceType required | string Value: "MedicationRequest" |
id required | string |
status required | string Enum: "active" "cancelled" Only 'active' and 'cancelled' statuses are supported by Spreekuur.nl. The status is set to 'active' when the MedicationRequest order is approved, and can be set to 'cancelled' when the order is rejected. |
required | object |
required | object |
Array of objects |
Responses
Request samples
- Payload
Content type
application/fhir+json
{- "resourceType": "MedicationRequest",
- "id": "example-medication-request-id-1",
- "status": "active",
- "medicationReference": {
- "reference": "Medication/example-medication-id-1",
- "display": "IBUPROFEN TEVA TABLET 400MG"
}, - "subject": {
- "reference": "Patient/example-patient-id-1"
}, - "note": [
- {
- "text": "When taking this medication, please ensure you drink plenty of water."
}
]
}