Package | poc.bonsai.current |
Resource Type | OperationDefinition |
Id | NLLVerify.OperationDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLVerify |
URL | http://electronichealth.se/fhir/OperationDefinition/NLLVerify |
Version | 1.1.3 |
Status | active |
Date | 2025-04-28 |
Name | NLLVerify |
Title | verify |
Description | VERSION 0.1.9! This operation is invoked on MedicationDispense and MedicationRequest resources to verify them according to the Automatic Format and Constitution Control (sv. Automatiska format- och författningskontroller AFF-kontroller) . |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "url": "http://electronichealth.se/fhir/OperationDefinition/NLLVerify", "version": "1.1.3", "name": "NLLVerify", "title": "verify", "status": "active", "kind": "operation", "date": "2025-04-28", "publisher": "Swedish eHealth Agency", "description": "VERSION 0.1.9! This operation is invoked on MedicationDispense and MedicationRequest resources to verify them according to the Automatic Format and Constitution Control (sv. Automatiska format- och författningskontroller AFF-kontroller) .", "affectsState": false, "code": "verify", "comment": "Must be invoked with a HTTP POST. This operation is used to verify MedicationDispense and MedicationRequest resources. It is also possible to verify a set of MedicationDispenses by using $verify on the service base and providing a Bundle according to NLLDispatch or NLLTransactionBundle.\r\n\r\nNB! It is important that the content of the resource parameter matches the end-point of the request. Verification is mandatory before a dispense is registered. Verifying a prescription is an optional capability that can be utilized if it facilitates development.", "resource": [ "MedicationRequest", "MedicationDispense" ], "system": true, "type": true, "instance": false, "parameter": [ { "name": "resource", "use": "in", "min": 0, "max": "1", "documentation": "The MedicationRequest to be verified.\r\nThis type of verification must be directed to the medication request end-point [base]/MedicationRequest/$verify.", "type": "MedicationRequest", "targetProfile": [ "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationRequest" ] }, { "name": "resource", "use": "in", "min": 0, "max": "1", "documentation": "The MedicationDispense to be verified.\r\nThis type of verification must be directed to the medication dispense end-point [base]/MedicationDispense/$verify.", "type": "MedicationDispense", "targetProfile": [ "http://electronichealth.se/fhir/StructureDefinition/NLLMedicationDispense" ] }, { "name": "resource", "use": "in", "min": 0, "max": "1", "documentation": "The MedicationDispense to be verified.\r\nThis type of verification must be directed to the medication dispense end-point [base]/MedicationDispense/$verify.", "type": "MedicationDispense", "targetProfile": [ "http://electronichealth.se/fhir/StructureDefinition/NLLDispensePaperPrescription" ] }, { "name": "resource", "use": "in", "min": 0, "max": "1", "documentation": "A Bundle containing the MedicationDispenses to be verified.\r\nThis type of verification must be directed to the service base end-point [base]/$verify.", "type": "Bundle", "targetProfile": [ "http://electronichealth.se/fhir/StructureDefinition/NLLDispatch" ] }, { "name": "resource", "use": "in", "min": 0, "max": "1", "documentation": "Bundle containing the resources to be verified. NB! Only NLLMedicationDispenses and associated NLLMedicationRequests are allowed. This verification must be directed to the service base end-point [base]/$verify.", "type": "Bundle", "targetProfile": [ "https://electronichealth.se/fhir/StructureDefinition/NLLTransactionBundle" ] }, { "name": "detectedIssues", "use": "out", "min": 1, "max": "1", "documentation": "Has the value 'true' if any AFF errors or warnings are detected, otherwise 'false'", "type": "boolean" }, { "name": "issues", "use": "out", "min": 0, "max": "1", "documentation": "The OperationOutcome resource, shown in the profile NLLOperationOutcome is a collection of error, warning, or information messages.\r\nIf the Automatic Format and Constitution Control (sv. Automatiska format- och författningskontroller AFF-kontroller) returns any errors or warnings, these are displayed as DetectedIssues in an OperationOutcome. No OperationOutcome will be returened if there are no issues.", "type": "OperationOutcome", "targetProfile": [ "http://electronichealth.se/fhir/StructureDefinition/NLLOperationOutcome" ] } ] }