Download OpenAPI specification:Download
{- "resourceType": "Bundle",
- "meta": {
- "versionId": "4037143"
}, - "type": "searchset",
- "total": 1,
- "entry": [
- {
- "resource": {
- "resourceType": "MedicationRequest",
- "id": "example-medication-request-id-1",
- "extension": [
- {
- "valuePeriod": {
- "start": "2022-11-08",
- "end": "2042-05-07"
}
}
], - "status": "active",
- "medicationReference": {
- "reference": "Medication/example-medication-id-1",
- "display": "IBUPROFEN TEVA TABLET 400MG"
}, - "subject": {
- "reference": "Patient/example-patient-id-1"
}, - "performer": {
- "reference": "Organization/example-pharmacy-organization-id-1"
}, - "dispenseRequest": {
- "initialFill": {
- "quantity": {
- "value": 5,
- "unit": "STUK",
- "system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
- "code": "245"
}
}
}, - "intent": "order"
}
}
]
}
id required | string Example: example-medication-request-id-1 |
{- "resourceType": "MedicationRequest",
- "id": "example-medication-request-id-1",
- "extension": [
- {
- "valuePeriod": {
- "start": "2022-11-08",
- "end": "2042-05-07"
}
}
], - "status": "active",
- "medicationReference": {
- "reference": "Medication/example-medication-id-1",
- "display": "IBUPROFEN TEVA TABLET 400MG"
}, - "subject": {
- "reference": "Patient/example-patient-id-1"
}, - "performer": {
- "reference": "Organization/example-pharmacy-organization-id-1"
}, - "dispenseRequest": {
- "initialFill": {
- "quantity": {
- "value": 5,
- "unit": "STUK",
- "system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
- "code": "245"
}
}
}, - "intent": "order"
}
resourceType required | string Value: "MedicationRequest" |
required | Array of objects |
status required | string Value: "draft" The status is always set to "draft" when Spreekuur.nl is creating a new MedicationRequest. |
required | object |
required | object |
required | object This is the pharmacy where the patient can collect the medication. |
required | object |
authoredOn required | string <date-time> The date and time when the new MedicationRequest was created. This is set to the current time when the request is made. |
Array of objects | |
required | Array of objects |
intent required | string Value: "order" The intent of the MedicationRequest. For new requests, this is always set to "order". |
{- "resourceType": "MedicationRequest",
- "extension": [
- {
- "valuePeriod": {
- "start": "2022-11-08",
- "end": "2042-05-07"
}
}
], - "status": "draft",
- "medicationReference": {
- "reference": "Medication/example-medication-id-1",
- "display": "IBUPROFEN TEVA TABLET 400MG"
}, - "subject": {
- "reference": "Patient/example-patient-id-1"
}, - "performer": {
- "reference": "Organization/example-pharmacy-organization-id-1"
}, - "dispenseRequest": {
- "initialFill": {
- "quantity": {
- "value": 5,
- "unit": "STUK",
- "system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
- "code": "245"
}
}
}, - "authoredOn": "2025-08-08T12:00:00+02:00",
- "note": [
- "I want a double dose of this medication because I'm traveling."
], - "basedOn": [
- {
- "reference": "MedicationRequest/example-medication-request-id-1"
}
], - "intent": "order"
}
identifier required | Array of arrays Example: identifier=http://fhir.nl/fhir/NamingSystem/agb-z|123456,http://fhir.nl/fhir/NamingSystem/agb-z|654321 |
{- "resourceType": "Bundle",
- "type": "searchset",
- "total": 1,
- "entry": [
- {
- "resource": {
- "resourceType": "Organization",
- "id": "example-pharmacy-organization-id-1",
- "name": "Example Pharmacy",
- "address": [
- {
- "line": [
- "Example Street 1"
], - "city": "Example City",
- "postalCode": "1234AB",
- "country": "NL"
}
]
}
}
]
}