ЕСОЗ - публічна документація
Private. Get Medication Dispense Details
Specification
Private. Get Medication Dispense Details
Purpose
This method is designed to get Medication Dispense Details by NHS_ADMIN. In the response of these endpoint person_id is return in hashed form.
WS logic
Verify the validity of access token
Return 401 in case validation fails
Check user scopes in order to perform this action (scope = 'medication_dispense_admin:read')
Return 403 in case invalid scope(s)
Query data
Get certain record from medication_dispenses filtered by:
record should be active: is_active = true
id: Query param: id
ЕСОЗ - публічна документація