Page Status: updated 2022-11-09
Restore MedicationRequests (Prescriptions)
Page index
Introduction
This page gives example on how to use extended operation $restore
. See NLLRestore for more information.
Request
POST [base]/$restore
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.
Examples
Example 1 - Restore prescriptions
This operation restores one or two (parallell) prescription(s) to a previous version.
Request
See Request above.
Request Headers
Header | Value | Comment |
---|---|---|
authorization | {...,"FORSKRIVARKOD":"9000027","VARDGIVARE":"0123456789","YRKESKOD":["LK"],"loa":3} |
Selected information from the OAuth2-ticket in decoded form |
x-org-info | {"orgenhetsOrt":"Sala"} |
Decoded value |
x-provenance | Provenance for a healthcare user | Decoded value |
x-request-id | c2654b3a-5a03-40bf-a16e-69c621cfca46 |
|
x-user-agent | {"name":"Test system testaren","version":"0.01010101010.1 beta"} |
Decoded value |
Request Body
See Example of restoring MedicationRequest to previous versions.
Respons Body
See Example of restoring MedicationRequest to previous versions.