Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Table of Contents
Status

Page Properties


Specification
Status
colourRed
titlespecs
Apiary
Status
colourRed
titlespecs
JSON Schema request
Status
colourGrey
titleabsent
JSON Schema response
Status
colourRed
titlespecs


Purpose

This WS is designed to recall (cancel) previously created and signed Medication request (patch).

APIary 

recall-medication-request 

Status
colourRed
titlechange

Input parameters (filters)

  • id 

Authorize

  1. Verify the validity of access token
  2. Check user scope (scope = 'medication_request:recallreject') in order to perform this action
    1. In case error - generate 401 response

Validation transition

  1. For info - status charts: Medication_request
  2. Get Medication request status by $.id
  3. Check status == ACTIVE
    1. if invalid - return 403 error (message: "Invalid status Medication request for recall reject transition!")'

Update status

  1. Update (Set values) Medication request
    1. status  =  ENTERED-IN-ERRORREJECTED
    2. updated_by = user_id
    3. updated_at = timestamp

Send SMS for person 

  1. Get authentication_method of MPI
  2. If authentication_method == OTP -  send SMS:
    1. Generate text SMS (call Man method - templates rendering service with template "TEMPLATE_SMS_FOR_RECALL_MEDICATION_REQUEST" (!!! TBD).
    2. Sending SMS for MPI via service .... (!!! TBD)