Page Status: updated 2025-03-31
NLLVerify
Page index
Definition
Invocations
URL: [base]/$verify
URL: [base]/MedicationRequest/$verify
URL: [base]/MedicationDispense/$verify
This operation does NOT change content
Parameters (In)
Name | Cardinality | Type | Documentation |
resource | 0..1 | MedicationRequest(NLLMedicationRequest) | The MedicationRequest to be verified. This type of verification must be directed to the medication request end-point [base]/MedicationRequest/$verify. |
resource | 0..1 | MedicationDispense(NLLMedicationDispense) | The MedicationDispense to be verified. This type of verification must be directed to the medication dispense end-point [base]/MedicationDispense/$verify. |
resource | 0..1 | MedicationDispense(NLLDispensePaperPrescription) | The MedicationDispense to be verified. This type of verification must be directed to the medication dispense end-point [base]/MedicationDispense/$verify. |
resource | 0..1 | Bundle(NLLDispatch) | A Bundle containing the MedicationDispenses to be verified. This type of verification must be directed to the service base end-point [base]/$verify. |
resource | 0..1 | Bundle(NLLTransactionBundle) | A Bundle containing the resources to be verified. NB! Only MedicationDispenses to be verified according to the Automatic Format and Constitution Control (sv. Automatiska format- och författningskontroller AFF-kontroller). This type of verification must be directed to the service base end-point [base]/$verify. |
Return Values (Out)
Name | Cardinality | Type | Documentation |
detectedIssues | 1..1 | boolean | Has the value 'true' if any AFF errors or warnings are detected, otherwise 'false' |
issues | 0..1 | OperationOutcome(NLLOperationOutcome) | The OperationOutcome resource, shown in the profile NLLOperationOutcome is a collection of error, warning, or information messages. If 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. |
Must be invoked with a HTTP POST. 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). 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. NB! When providing a Bundle only MedicationDispenses will be verified accroding to the Automatic Format and Constitution Control. It is important that the content of the resource parameter matches the end-point of the request.
Examples
See Examples - NLLVerify.