Page Status: updated 2022-10-31

Prescription - Replace

Page index

Introduction

Sv. Ersätt förskrivning.

This page describes how to replace a prescription for a patient by an example.

Creating a prescription is done by the following operation.

POST [base]/MedicationRequest

A set of HTTP headers must be provided in order to create a prescription and the prescription itself is provided as a MedicationRequest in the HTTP body.

Before a MedicationRequest is created, 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.

Examples

HTTP 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

Example 1 - Replace a prescription

This example shows how to replace an existing prescription with a new one. The update is based on (Fetch prescription for a patient having a multi-dose dispensing consent).

HTTP headers

Header Value Comment
authorization {...,"FORSKRIVARKOD":"9000027","VARDGIVARE":"0123456789","YRKESKOD":["LK"],"loa":3} Selected information from the OAuth2-ticket in decoded form
prefer return=OperationOutcome
x-access
x-org-info {"orgenhetsOrt":"Sala"} Decoded value
x-patientref
x-provenance Provenance for a healthcare user Decoded value
x-purpose
x-request-id 125f42a1-ebae-4e69-8204-99afb8ecd970
x-user-agent {"name":"Test application","version":"0.01010101010.1 beta"} Decoded value

HTTP body: Replace MedicationRequest as a healthcare provider