Commit 7bf1e45
Bundle model fixes (#127)
* Abdm Facility fetch services changes
* facility save after carecontext and patientcarecontextx update
* FacilityId save in mongo db and Variable declaration correction
* Mongo carecontext save query logic changes
* ABHA Creation M1 V3 API changes
* Abha V3 changes
* removed unused code
* v3- verify auth by abdm API changes
* feat: Abdm M2 V3 changes
* feat: mongo query change fetch for linktoken
* fix: link carecontext authorization error
* feat: hiTypes addition
* feat: version change for testing
* fix: minor change for empty response
* Simplify queries in CareContextRepo interface
Removed unnecessary 'order by 1 desc' clause from queries.
* fix: corrected response format
* fix: minor logic change for care context linking
* small correction in hiType and error message modification
* modified error message
* feat: new standard FHIR bundles creation
* Fix environment variable for systemUrl
* Fix formatting of systemUrl property
* fix: taken coderabbitai comments and minor changes
* fix: changed missed variable
* fix: modified the constructor
* Change exception message for Organization resource
* Fix typo in exception message for PractitionerDataModel
* fix: corrected type error
* fix: correct medication histoory model class
---------
Co-authored-by: KA40094929 <KA40094929@10.152.32.202>
Co-authored-by: KA40094929 <KA40094929@APL-5CD1394ZJT>
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>1 parent 1128ffa commit 7bf1e45
2 files changed
Lines changed: 12 additions & 31 deletions
File tree
- src/main/java/com/wipro/fhir
- data/resource_model
- repo/common
Lines changed: 11 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 24 | + | |
31 | 25 | | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
48 | 36 | | |
49 | | - | |
| 37 | + | |
50 | 38 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 39 | + | |
54 | 40 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 41 | + | |
59 | 42 | | |
60 | | - | |
61 | | - | |
| 43 | + | |
62 | 44 | | |
63 | 45 | | |
64 | | - | |
| 46 | + | |
65 | 47 | | |
66 | 48 | | |
67 | 49 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
0 commit comments