Skip to content
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

Add modal or notification if patient has a positive finding and there is only one patient with that family number #62

Closed
stefpiatek opened this issue Oct 3, 2022 · 0 comments · Fixed by #79
Assignees
Labels
enhancement New feature or request

Comments

@stefpiatek
Copy link
Collaborator

stefpiatek commented Oct 3, 2022

So while we're updating the data model changes we're going to simplify this:

  • From the list view we want to pull out the Patient.identifier that has use: Identifier.UseEnum.Official and store this for use later. This is currently the MRN, but we will update it later to use the family number
  • when you click on a specific patient, query the fhir server for all patients which have that identifier. e.g. : /Patient?identifier=969977
  • if there is only one, then show this modal
    Text for modal something like:
this patient has a known pathogenic variant,  please offer cascade testing to family. Currently this is the only family member with a test result
@jhughes982 jhughes982 self-assigned this Oct 4, 2022
@jhughes982 jhughes982 added the enhancement New feature or request label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants