Page Status: updated 2025-03-31
NLLMonitoring
Page index
Definition
Invocations
URL: [base]/MedicationRequest/$monitoring
This operation does NOT change content
Parameters (In)
Name | Cardinality | Type | Documentation |
pnr | 1..50 | string | List of patient personal identity numbers (sv personnummer). Currently this is only supported for patients with dose dispensed prescriptions (sv dospatient) |
fromDate | 0..1 | date | Search for the selected patients' updated MedicationRequests from the specified date. One of either fromDate or toDate must be provided. fromDate must NOT be provided if a toDate is provided fromDate MUST<= today's date AND >= today's date - 60. |
toDate | 0..1 | date | Search for the selected patients' MedicationRequests up to the date in MedicationRequest.dispenseRequest.validityPeriod.end (sv Sista giltighetsdag). One of either fromDate or toDate must be provided. toDate must NOT be provided if a fromDate is provided toDate MUST >= today's date AND <= today's date + 90. |
Return Values (Out)
Name | Cardinality | Type | Documentation |
return | 1..1 | Bundle | The returned Bundle contains MedicationRequest resources based on the profile NLLMedicationRequest and Patient resources based on the profile NLLPatient with a selection of attributes (id, meta.security, identifier and name). There is a limitation that means a maximum of 1000 prescriptions can be returned per request. |
Can be invoked with a HTTP POST.