-
Notifications
You must be signed in to change notification settings - Fork 1
PACIO Support #176
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
base: communication-display
Are you sure you want to change the base?
PACIO Support #176
Conversation
| @@ -1,12 +1,11 @@ | |||
| // Prefetch Template Source: | |||
| // https://build.fhir.org/ig/HL7/davinci-crd/hooks.html#prefetch | |||
| export class PrefetchTemplate { | |||
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.
Did anything change in this file?
| @@ -1,45 +1,44 @@ | |||
| import { Button, Grid } from "@mui/material"; | |||
| import { Button, Grid } from '@mui/material'; | |||
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.
Any changes here?
| // Determine which patient to use | ||
| let targetPatient = null; | ||
|
|
||
| if (configuredPatientId) { |
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.
What is the point of a configured Patient ID? Shouldn't we read the patient from the TOC? Also, a Patient and any FHIR resource has an ID that is unique to the FHIR server, there is no point in trying to keep the patient ID the same as incoming data.
| } | ||
| }; | ||
|
|
||
| const clearResource = |
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.
This is called for all of the other clear resource buttons, like Task and QuestionnaireResponse, it calls the other function. Does this still work after the async changes?
Describe your changes
Add button to query for the PACIO patient discharge information and process the TOC.
Issue ticket number and Jira link
JIRA 859
Checklist before requesting a review
devnot main (the only exception to this is releases fromdevand hotfix branches)Checklist for conducting a review
Workflow
Owner of the Pull Request will be responsible for merge after all requirements are met, including approval from at least one reviewer. Additional changes made after a review will dismiss any approvals and require re-review of the additional updates. Auto merging can be enabled below if additional changes are likely not to be needed. The bot will auto assign reviewers to your Pull Request for you.