Package | poc.bonsai.current |
Resource Type | OperationDefinition |
Id | NLLMonitoring.OperationDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=https://electronichealth.se/fhir/OperationDefinition/NLLMonitoring |
URL | https://electronichealth.se/fhir/OperationDefinition/NLLMonitoring |
Version | 1.0.0 |
Status | active |
Date | 2024-11-27 |
Name | NLLMonitoring |
Title | NLLMonitoring |
Description | Health care personnel has the possibility to search for updated prescriptions, or prescriptions that are about to expire. This is done for a selection of patients with dose dispensed prescriptions (sv dospatienter). |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "url": "https://electronichealth.se/fhir/OperationDefinition/NLLMonitoring", "version": "1.0.0", "name": "NLLMonitoring", "title": "NLLMonitoring", "status": "active", "kind": "operation", "experimental": false, "date": "2024-11-27", "publisher": "The Swedish eHealth Agency", "description": "Health care personnel has the possibility to search for updated prescriptions, or prescriptions that are about to expire.\r\nThis is done for a selection of patients with dose dispensed prescriptions (sv dospatienter).", "affectsState": false, "code": "monitoring", "comment": "Can be invoked with a HTTP POST.", "resource": [ "MedicationRequest" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "pnr", "use": "in", "min": 1, "max": "50", "documentation": "List of patient personal identity numbers (sv personnummer). Currently this is only supported for patients with dose dispensed prescriptions (sv dospatient)", "type": "string" }, { "name": "fromDate", "use": "in", "min": 0, "max": "1", "documentation": "Search for the selected patients' updated MedicationRequests from the specified date.\r\n\r\nOne of either fromDate or toDate must be provided.\r\nfromDate must NOT be provided if a toDate is provided\r\n\r\nfromDate MUST<= today's date AND >= today's date - 60.", "type": "date" }, { "name": "toDate", "use": "in", "min": 0, "max": "1", "documentation": "Search for the selected patients' MedicationRequests up to the date in MedicationRequest.dispenseRequest.validityPeriod.end (sv Sista giltighetsdag).\r\n\r\nOne of either fromDate or toDate must be provided.\r\ntoDate must NOT be provided if a fromDate is provided\r\n\r\ntoDate MUST >= today's date AND <= today's date + 90.", "type": "date" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "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).\r\n\r\nThere is a limitation that means a maximum of 1000 prescriptions can be returned per request.", "type": "Bundle" } ] }