FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/NLLMonitoring.OperationDefinition

Packagepoc.bonsai.current
Resource TypeOperationDefinition
IdNLLMonitoring.OperationDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=https://electronichealth.se/fhir/OperationDefinition/NLLMonitoring
URLhttps://electronichealth.se/fhir/OperationDefinition/NLLMonitoring
Version1.0.0
Statusactive
Date2024-11-27
NameNLLMonitoring
TitleNLLMonitoring
DescriptionHealth 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).
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}