Jason Kulatunga
43cc6b4559
make sure the diagnostic report correctly embeds attachments.
...
Make sure that Binary resource types with fully qualified urls identifier are handled correctly (base64 encoded url is the ResourceID).
Update fasten-sources version.
2023-08-17 17:19:26 -06:00
Jason Kulatunga
2f292397f7
where possible store the SourceURI with the resource.
...
requires updated version of Fasten sources (better Binary compatibility)
2023-08-17 17:19:26 -06:00
Jason Kulatunga
936af443bd
disable client-side sorting in explore tables.
2023-08-14 17:50:21 -06:00
Jason Kulatunga
b3a173df01
working aggregation code
2023-08-14 17:23:36 -06:00
Jason Kulatunga
6f56fa9c3b
working aggregation code.
...
added tests for sql generation.
2023-08-14 17:23:36 -06:00
Jason Kulatunga
2c5133bef7
adding testing framework for Aggregation code.
...
WIP.
2023-08-14 17:23:36 -06:00
Jason Kulatunga
495fce5696
starting to work on GroupBy aggregations
2023-08-14 17:23:36 -06:00
Jason Kulatunga
1f113cdf63
make sure reference fields are correctly extracted and stored in the DB.
2023-08-13 15:28:03 -06:00
Jason Kulatunga
4f60d0ee47
bump fasten-sources version (includes Immunization extraction fixes)
2023-08-13 14:15:52 -06:00
Jason Kulatunga
4dad809f19
removing Resource. segment of FHIRpath expressions (not supported)
2023-08-13 12:30:39 -06:00
Jason Kulatunga
ddbf65080d
fixing Condition onset and abatement extraction.
2023-08-13 12:21:43 -06:00
Jason Kulatunga
b4ee83b0a1
make sure explore page loading animation is present until all source lookups are complete.
2023-08-12 10:27:46 -06:00
Jason Kulatunga
169dc28776
Practitioner UI tweaks.
2023-08-12 10:27:46 -06:00
Jason Kulatunga
410696c26f
adding pagination to the explore page. fixes #216
...
simplified fallback component for table list
2023-08-12 10:27:46 -06:00
Jason Kulatunga
83114f0067
UI updates.
2023-08-12 10:27:46 -06:00
Jason Kulatunga
f94f29da52
cleanup html attachments.
...
fixing attachment titles.
2023-08-12 10:27:46 -06:00
Jason Kulatunga
9469e29657
ui fixes for medical history page. (broken details links and [Object object])
2023-08-12 10:27:46 -06:00
Jason Kulatunga
b834d3f842
added a buffer to temporarily fix #160
2023-08-11 08:17:17 -06:00
Jason Kulatunga
ba64565a06
set a min image height for medical-sources-card, to ensure SVG images are always displayed.
2023-08-11 08:13:04 -06:00
Jason Kulatunga
204d35b64b
more updates.
2023-08-09 15:35:10 -07:00
Jason Kulatunga
a298635f84
updates to PR213. Added codeableConcept formatter and safe chaining to table explore view.
2023-08-09 15:35:10 -07:00
OhHeyAlan
09640e50ae
Update list-condition.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
20c2dd0f44
Update list-allergy-intolerance.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
13c07c7ecd
Update list-diagnostic-report.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
69e0d1927c
Update list-document-reference.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
22ca0837be
Update list-encounter.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
1273504871
Update list-immunization.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
b1f7c4777b
Update list-medication-request.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
285e1ffdb7
Update list-medication.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
1f331d8853
Update list-medication.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
45059fa8fd
Update list-observation.component.ts
2023-08-09 15:35:10 -07:00
OhHeyAlan
54e644bfed
Update list-service-request.component.ts
2023-08-09 15:35:10 -07:00
Jason Kulatunga
90df9bf03d
update gitignore file to exclude DB snapshots.
2023-08-09 11:51:36 -07:00
Jason Kulatunga
c2d82b3195
fixing event type for `latest` docker image tag.
2023-08-09 11:49:58 -07:00
packagrio-bot
8c4e926d20
(v0.1.4) Automated packaging of release by Packagr
2023-08-09 04:12:38 +00:00
Jason Kulatunga
cb1dab738d
fix backend tests
2023-08-08 21:08:17 -07:00
Jason Kulatunga
fa70566dd9
fixing allscripts endpoints.
2023-08-08 21:08:17 -07:00
Jason Kulatunga
d09098919c
update medical sources connect flow, correctly extract Patient ID when absolute url provided.
...
update logos
update fasten-sources version to 0.2.5 (eclinicalworks sandbox, allscripts sandbox, allscripts Patient R4 endpoints)
2023-08-08 21:08:17 -07:00
Jason Kulatunga
568fa1ed22
rename additional usages of "source" page to "explore"
2023-08-08 21:08:17 -07:00
Jason Kulatunga
0397a2f0cb
sort all resources by "sort_date" column during query
...
return units when querying
rename all usages of "source" page to "explore"
adding new explore page.
fix dashboard widgets to correctly
2023-08-08 21:08:17 -07:00
Jason Kulatunga
28cb91817a
make sure sortTitle and SortDate are correctly set when extracting searchParamters
...
Failures during searchparameter extraction should not cause the resource to be skipped.
Update searchparameter extraction to correctly handle Time objects
Update searchparameter extraction to default to nil if empty list is returned during extraction.
2023-08-01 20:29:35 -07:00
Jason Kulatunga
9e776c60b8
make sure HumanName and Address types are correctly extracted as searchable strings.
...
Make sure they can be searched against using the query endpoint.
2023-07-31 18:46:52 -07:00
Jason Kulatunga
94fa479ff8
update the generator script for FhirResource storage.
2023-07-31 18:46:52 -07:00
Jason Kulatunga
0517f9b350
make sure we can handle HumanName and Address type objects (convert to string).
2023-07-31 18:46:52 -07:00
Jason Kulatunga
6433de8f25
make sure refreshed token is stored in the database when making raw unsafe requests.
2023-07-30 19:51:47 -07:00
Jason Kulatunga
956368ce3c
enable latest tag for main flavor and tag.
...
fixes #200
2023-07-29 18:09:37 -07:00
OhHeyAlan
80e0998a7d
Fix Displayed Age. ( #201 )
2023-07-29 17:28:26 -07:00
Jason Kulatunga
72062f3713
Merge pull request #198 from fastenhealth/dashboard-fixes
2023-07-27 19:06:51 -07:00
Jason Kulatunga
fefb2e8277
try to extact patient id from idtoken if present (used in AllScripts).
2023-07-27 18:32:59 -07:00
Jason Kulatunga
07f0a1fbfc
in response wrapper, the error field is optional
...
Dashboard widget query processing is now done in the dashboard-widget.
added tests for dashboard-widget.
2023-07-26 18:54:55 -07:00