Page Status: updated 2025-03-31
Create and Update NLLTransactionBundle
Page index
Introduction
This page describes how to use NLLTransactionBundle to create and update multiple resources of different types in a single transaction by way of example.
Request
There is no specific resource associated with this bundle, instead POST to the base URL:
POST [base]/
HTTP headers
See HTTP Header and Authorization for generic information about all HTTP headers used by the National Medication List.
Body
The resources are provided as a Bundle in the HTTP body, see NLLTransactionBundle for more information about this type of bundle.
Examples
Example 1 - Create prescription and register a dispense in a transaction
sv. Skapa förskrivning och registrera uttag i samma transaktion
This example shows how to create a prescription and register a dispensation in a single transaction. To be able to link the dispense to the not-yet-created prescription, we use a placeholder id.
Note. The id of the MedicationRequest in the response will not be the same as the placeholder id provided in the request.
Request headers
In addition to headers described above, see HTTP Headers, the header x-provenance-header
needs to be supplied. See Example of Provenance for a pharmacy user.
Request body
See Create a prescription and register a dispensation of that prescription in a single transaction.
Example 2 - Update prescription and register a dispense in a transaction
sv. Uppdatera förskrivning och registrera uttag i samma transaktion
This example is similar to example 1, but in this case the prescription is updated and is referenced by its current version.
Request headers
In addition to headers described above, see HTTP Headers, the header x-provenance-header
needs to be supplied. See Example of Provenance for a pharmacy user.
Request body
See Update a prescription and register a dispensation of that prescription in a single transaction.
Example 3 - Prescribe and create data lock in a transaction
sv. Skapa förskrivning och skapa sekretess-spärr i samma transaktion
This example shows how to create a prescription and register a data lock in a single transaction.
Request headers
In addition to headers described above, see HTTP Headers, the header x-provenance-header
needs to be supplied. See Example of Provenance of a physician at a health care unit.
Request body
See Create a prescription and create a data lock in a single transaction.
Example 4 - Create a dose dispensation consent and a dose dispensing basis in one transaction
sv. Skapa dossamtycke och dosunderlag i samma transaktion
This example shows how to create a dose consent (NLLMultiDoseDispConsent) and a dose dispense basis (NLLMultiDoseDispensingBasis) in a single transaction.
Request headers
In addition to headers described above, see HTTP Headers, the header x-provenance-header
needs to be supplied. See Example of Provenance of a physician at a health care unit.