Page Status: updated 2025-03-31

NLLMonitoring

Page index

Definition

Invocations

URL: [base]/MedicationRequest/$monitoring

This operation does NOT change content

Parameters (In)

NameCardinalityTypeDocumentation
pnr1..50string

List of patient personal identity numbers (sv personnummer). Currently this is only supported for patients with dose dispensed prescriptions (sv dospatient)

fromDate0..1date

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.

toDate0..1date

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)

NameCardinalityTypeDocumentation
return1..1Bundle

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.

Examples

See Examples - NLLMonitoring.