Page Status: updated 2022-10-27
Close MedicationDispense
Page index
Introduction
sv. Backa och kreditera uttag
This page describes how to reverse or credit a medication dispense for a patient by a few examples.
A PUT will update the resource in its entirety, it is therefore important to get the latest version of the resource before performing a change. The resource is identified by the logical id (the id element). A PUT on a non existing logical id will fail.
Before a MedicationDispense is canceled, the user needs access to other information in the National Medication List. For more information on different scenarios and what information is required for each scenario, see Handbok för vård- och apotekstjänster: Verksamhetsområden.
Requset
Updating a medication dispense is done by the following operation;
PUT [base]/MedicationDispense
Request Headers
See HTTP Header and Authorization for generic information about all HTTP headers used by the National Medication List including information about authorization, purpose and access type. The authorization token is translated to an authority role. The authority role together with the purpose and type of access is used by the National Medication List to determine what actions a user may perform and what information the user may access.
Header | Comment |
---|---|
authorization | The users's security token |
prefer | Type of returned content |
x-access | The cause for the call |
x-context-id | An ID to group a sequence of requests |
x-org-info | Information about the users's organisation |
x-patientref | The logical ID of the patient |
x-provenance | A provenance resource with information about the user interacting with NLL |
x-purpose | The purpose of the call |
x-request-id | A random and unique ID |
x-user-agent | Information about the calling system |
Request Body
See MedicationDispense for more information about the MedicationDispense resource.
Examples
Example 1 - Reverse a medication dispense
This example shows how to undo a dispense before it has been accounted for.
Request
See Request above.
Request Headers
Header | Value | Comment |
---|---|---|
authorization | {...,"APOTEKSID":"7350046611966","LEGITIMATIONSKOD":"920007","YRKESKOD":["AP"],"loa":3} |
Selected information from the OAuth2-ticket in decoded form |
x-provenance | Provenance for a pharmacy user | Decoded value |
x-request-id | f9b23d69-eddc-4bda-9db7-e1efdc709c48 |
|
x-user-agent | {"name":"Test application","version":"0.01010101010.1 beta"} |
Decoded value |
Request Body
See Close MedicationDispense reverse dispense.
Example 2 - Credit a medication dispense
This example shows how to credit a dispense after it has been accounted for.
Request
See Request above.
Request Headers
Header | Value | Comment |
---|---|---|
authorization | {...,"APOTEKSID":"7350046611966","LEGITIMATIONSKOD":"920007","YRKESKOD":["AP"],"loa":3} |
Selected information from the OAuth2-ticket in decoded form |
x-provenance | Provenance for a pharmacy user | Decoded value |
x-request-id | 69cf7dbd-904a-4877-ac53-059dc2c1412c |
|
x-user-agent | {"name":"Test application","version":"0.01010101010.1 beta"} |
Decoded value |