Versions Compared

Key

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

...

  1. The medication request can be blocked or unlocked by the NHS employee at any time also with having the appropriate scope: medication_request: block.

  2. For medication requests that has been blocked by NHS employee parameter is_blocked = true is set.

    1. For medication requests that has been unlocked, is_blocked = false

  3. Medication requests which are in the status is_blocked = true cannot be released dispensed in the PHARMACY.

    1. On create/process medication dispense for the medication request with is_blocked = true status return an error 422 with msg "Medication request is blocked".

  4. Information about blocking or unblocking medication request is displayed in Event Manager.

  5. The person with the authentication_method = OTP can be notified by SMS about blocking or unlocking with the following appropriate messages:

...