-
Notifications
You must be signed in to change notification settings - Fork 9
Allow healthcare assistants to administer nasal spray via PGD supply #4393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thomasleese
merged 8 commits into
v3.4.0-delegation
from
healthcare-assistant-nasal-flu-pgd
Aug 27, 2025
Merged
Allow healthcare assistants to administer nasal spray via PGD supply #4393
thomasleese
merged 8 commits into
v3.4.0-delegation
from
healthcare-assistant-nasal-flu-pgd
Aug 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fa81c22
to
3210a24
Compare
c788564
to
45aeb01
Compare
45aeb01
to
37c007a
Compare
jhenderson
reviewed
Aug 27, 2025
jhenderson
approved these changes
Aug 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This updates the programme and session policy to ensure that if a user is a healthcare assistant they can only see sessions and programmes which support delegation, which at the moment is limited to flu. Jira-Issue: MAV-1353
This adds a method which can be used to determine which vaccine methods are approriate for a user in a particular session. This will be used to limit which patients are shown to which users. Jira-Issue: MAV-1353
If the user is not allowed to perform a vaccination we should hide the heading as well as the form since it doesn't make sense to show the heading. Jira-Issue: MAV-1353
This moves the method related to determining whether the user is able to take this action in to the policy method, closer to where it would be used. Jira-Issue: MAV-1353
This allows us to check various properties on the vaccination record to support delegation where only certain users will be able to perform certain actions. Jira-Issue: MAV-1353
This makes it so that healthcare assistants don't have permission to record vaccinations against injection patients by hiding them from the "Record" tab. Jira-Issue: MAV-1353
This allows us to track who supplied the vaccine to the person who performed the vaccination. Jira-Issue: MAV-1353
This adds support for healthcase assistants to administer the nasal flu vaccine, requiring them to specify which nurse supplied to them the vaccine. Jira-Issue: MAV-1353
37c007a
to
d9e8f72
Compare
|
thomasleese
added a commit
that referenced
this pull request
Aug 27, 2025
Allow healthcare assistants to administer nasal spray via PGD supply
thomasleese
added a commit
that referenced
this pull request
Aug 27, 2025
Allow healthcare assistants to administer nasal spray via PGD supply
thomasleese
added a commit
that referenced
this pull request
Aug 27, 2025
Allow healthcare assistants to administer nasal spray via PGD supply
thomasleese
added a commit
that referenced
this pull request
Aug 29, 2025
Allow healthcare assistants to administer nasal spray via PGD supply
thomasleese
added a commit
that referenced
this pull request
Aug 29, 2025
Allow healthcare assistants to administer nasal spray via PGD supply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the ability for healthcare assistants to record a nasal flu vaccine and record which nurse supplied them with the vaccine.
Jira Issue - MAV-1353
Screenshots