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

Generating appointments along the side of Encounters #1362

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
945d300
added .idea to gitignore
tomkaith13 Aug 24, 2023
76e05f3
added a dummy appt resource
tomkaith13 Aug 24, 2023
46f5bc0
added changes to report Appointments based on Encounters
tomkaith13 Aug 24, 2023
4b27b09
fixed some appointment related execute bundle errors
tomkaith13 Aug 25, 2023
7207bc2
add patient in appt
tomkaith13 Aug 25, 2023
3114575
added identifier to the appt
tomkaith13 Aug 30, 2023
3d75c6e
added custom extension stringValue
tomkaith13 Aug 30, 2023
ee9bee3
removed unused variable
tomkaith13 Sep 6, 2023
e94889a
add valid attribs for Consent
tomkaith13 Sep 6, 2023
4dc6d46
Merge pull request #1 from tomkaith13/consent
tomkaith13 Sep 6, 2023
9dc7bcb
add consent generation for every encounter
tomkaith13 Sep 8, 2023
33dfe3f
Changed the code to a sha256 hex string for better searchability
tomkaith13 Sep 11, 2023
39f1045
cleaned up a few imports
tomkaith13 Sep 11, 2023
6713fe5
Merge pull request #2 from tomkaith13/one-time-consents
tomkaith13 Sep 12, 2023
02e1952
add a custom extn to inject custom ids
tomkaith13 Sep 12, 2023
01acac6
add multiple extension to consent
tomkaith13 Sep 13, 2023
0f2a6e9
Merge pull request #3 from tomkaith13/consent-with-custom-extn
tomkaith13 Sep 13, 2023
f97815c
added changes to create careplan tree based topology
tomkaith13 Sep 20, 2023
93cce14
Merge pull request #4 from tomkaith13/add-children-careplans
tomkaith13 Sep 20, 2023
d378810
adding Task generation which is tied to a CarePlan
tomkaith13 Sep 25, 2023
878ba9a
Merge pull request #5 from tomkaith13/add-task-as-revlink-to-careplan
tomkaith13 Sep 25, 2023
8cb93fa
Added changes to reverse link ServiceRequest to the root-care-plan
tomkaith13 Sep 26, 2023
86e8a94
Merge pull request #6 from tomkaith13/add-service-request-revlink-to-…
tomkaith13 Sep 26, 2023
5ec445d
add questionnaire-response and link them to consents
tomkaith13 Sep 26, 2023
6e3e4c4
add comments and remv extra consent ref link
tomkaith13 Sep 26, 2023
f67209f
Merge pull request #7 from tomkaith13/add-questionnaire-response-to-e…
tomkaith13 Sep 26, 2023
fac1816
adding start and end times to appt resource
tomkaith13 Oct 13, 2023
8149864
Merge pull request #8 from tomkaith13/add-appt-start-and-end
tomkaith13 Oct 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ bin/**

/.gradle/
/bin/

/.idea/
/failed_exports/
/output/

/out/

**/*.log
Expand Down
Loading
Loading