Download OpenAPI specification:Download
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 |
{- "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."
}
]
}