Jason Kulatunga
0f15579618
adding current app type to search.
2024-06-04 22:02:40 -07:00
Jason Kulatunga
c53e539373
updating endpoint to be consistent. support/healthsystem
2024-05-15 16:22:04 -07:00
Jason Kulatunga
baa4958854
adding ability to request health system if missing.
2024-05-15 15:57:03 -07:00
Jean Fernandez
3b6d262c8d
Fix frontend test errors and remove logs ( #462 )
...
* add karma verbose reporter
* Move fontawesome imports to separate module for easier testing imports
* add some missing imports/declarations
* remove console.logs
* add .catch where i got rid of empty .then
2024-05-01 07:04:32 -07:00
Jean Fernandez
d280e932f9
Fix broken image path ( #463 )
...
* Fix broken image path
* switch to use .endsWith instead of ==
2024-04-26 07:48:00 -07:00
Joseph M
a310e6ee7f
Update patient-profile.component.html ( #458 )
...
Correct spelling of "Caucatian" to "Caucasian"
2024-04-26 07:33:25 -07:00
Jean Fernandez
62644155c4
Support displaying non-numerical observation results ( #453 )
...
* Add new datatype models and specs
* Update datatypes/coding-model
* Add new factories and update observation-r4-factory
* Update observation model to use new datatypes
* Add new observation-visualization and observation-table components
* Update observation-bar-chart
* Update observation and report-labs-observation components
* Forgot to switch to observation-visualization; add test and update test imports to fix errors
2024-03-29 08:32:33 -07:00
Jean Fernandez
1bcf4aaf7e
Parse lab values that include a range ( #452 )
2024-03-17 21:48:32 -07:00
Jean Fernandez
bcffbb4769
Parse reference ranges that use `<` and `>` ( #450 )
...
* Add vscode config
* Comment out empty tests causing issues running tests in vscode
* Add Fishery, update test dependencies, update chart.js
* Add factory for building fhir r4 observation object
* Fix deprecation warnings in _mixins.scss
* Update observation model for better value and reference range parsing
* Add observation-bar-chart.component to pull out bar chart logic into reusable component
* Use new component in observation resource and report lab component
2024-03-15 16:00:43 -07:00
Jean Fernandez
43579df659
Fix URL encoding issue for links ( #446 )
...
* Use [routerLink] with array instead of routerLink with interpolated string
* switch navigateByUrl to navigate with array format
* add some quick tests
2024-03-07 15:17:40 -08:00
Jean Fernandez
c487c9fe25
Fix horizontal overflow for glossary lookup ( #445 )
...
* Fix Overflow for Labs Glossary
* Add story to glossary lookup and report labs observation
2024-03-06 10:54:15 -08:00
Jean Fernandez
d025251572
Prevent possible endless loop with image fallback ( #444 )
2024-03-06 10:52:40 -08:00
Jean Fernandez
a386e43772
Fix stories
2024-03-03 22:28:40 -05:00
Jason Kulatunga
b003a62c1c
make sure we can display alias values in search
...
fixes #299
2024-03-02 12:47:53 -08:00
Jean Fernandez
05a68408fb
Fix frontend tests ( #436 )
...
* Update CONTRIBUTING.md
* Fix tests
2024-02-29 20:50:58 -08:00
Jason Kulatunga
8059a1a719
working signup wizard redirect (Show First Run Wizard)
2024-02-15 11:19:04 -08:00
Jason Kulatunga
f8292c300f
working signup wizard.
2024-02-14 17:42:21 -08:00
Jason Kulatunga
db893f66e1
fixing styles.
...
Error handling.
2024-02-14 17:15:12 -08:00
Jason Kulatunga
ea16305442
signup wizard experiment. ( #415 )
...
* signup wizard experiment.
* better signon wizard page logos (shuffled)
* adding border shadow.
* remove duplicate logo.
* adding join mailing list button.
* make sure unnecessary admin user is removed from the database.
* updated fasten-sources to fix incorrectly merged epic brands. see https://github.com/fastenhealth/fasten-onprem/issues/366
2024-02-12 17:56:53 -08:00
Kayla Cross
4f986e9c2c
Fix date display ( #410 )
...
* fix homepage age
* fix misspelling
* remove log
2024-02-09 19:44:46 -08:00
Jason Kulatunga
f21ff8bfd8
fixing token endpoint override for confidential clients.
2024-01-30 17:51:30 -08:00
Jason Kulatunga
c48af66f00
CORS Proxy for Athena providers ( #398 )
...
Handle cors_relay_required = true for Providers in UI.
Added a safe CORS Proxy, which support for Whitelisted endpoints only.
2024-01-29 19:45:21 -08:00
Jason Kulatunga
8ee98845cc
make sure we correctly extract error message fields.
2024-01-29 16:37:01 -08:00
beekter
947f0251dd
[bugfix] add space between wizard list items ( #372 )
...
* add space between wizard list items
* - remove wizard component view encapsulation edit
- move wizard card style to custom.scss
* remove unused import
2024-01-29 14:48:58 -08:00
Jason Kulatunga
b1c9fec7e8
better error message or callback
2024-01-29 14:24:08 -08:00
Jason Kulatunga
870f6ffee2
added test to verify that wizard resource creation works correctly.
...
update fasten-sources (contains fix for silently ignoring failures during wizard resource creation).
fixed file upload error in wizard.
Fixed data structure error in wizard for DocumentReference.
fixes #393
2024-01-26 22:01:34 -08:00
Jason Kulatunga
0b98758d2c
working Aidbox/Health Samurai integration. We can now convert CCDA records to FHIR.
2024-01-24 13:16:07 -08:00
Jason Kulatunga
e2fa94545f
persist frontend error during provider connection into the backend table for easier debugging.
2024-01-21 10:38:50 -08:00
Jason Kulatunga
fe8c485fef
fix logos with fallback in background jobs and notification dropdown.
2024-01-21 10:10:12 -08:00
Jason Kulatunga
efd2fb3655
verbose error messages. make sure backend error messages during sync & source creation are propagated to the frontend.
2024-01-20 21:59:17 -08:00
Jason Kulatunga
e3bbd8009a
fix spinner button. Fix link to toolbox.
2024-01-20 10:53:23 -08:00
Jason Kulatunga
d08a3e8501
fixing desktop app issues
...
related #384
2024-01-17 21:15:54 -08:00
Jason Kulatunga
57cd4c3f0c
removing unnecessary lighthouse call during sync.
...
fixes #383
2024-01-17 20:06:19 -08:00
Jason Kulatunga
9348a73984
removing unnecessary lighthouse call during sync.
...
fixes #383
2024-01-17 19:48:10 -08:00
Jason Kulatunga
98b06df9a2
fixing reconnection.
...
related #381
2024-01-17 19:23:14 -08:00
Jason Kulatunga
b469fbbe7b
fixing migration.
2024-01-17 19:00:19 -08:00
Jason Kulatunga
c88751c5b7
make sure lighthouse environment is passed to the source credential.
2024-01-17 13:45:19 -08:00
Jason Kulatunga
06aed9c17a
using endpoint id and brand id everywhere.
...
brand id is used for logo specification.
2024-01-16 22:29:43 -08:00
Jason Kulatunga
86b336e489
adding ability to delete user account completely
2024-01-11 13:31:36 -08:00
Jason Kulatunga
65bcabeb23
BCBSAL requires an empty scope list.
2023-12-14 16:36:15 -08:00
Jason Kulatunga
5d966d8e0c
adding image placeholders.
...
fix #353
2023-12-13 03:28:28 -08:00
Jason Kulatunga
7c6b180924
remove donate button on desktop apps.
2023-12-10 08:54:42 -08:00
Jason Kulatunga
eac07d01e5
adding medical record wizard for lab results. ( #350 )
2023-12-08 13:14:02 -08:00
Jason Kulatunga
99d72d9b02
make sure we allow the user to display multiple document types in DiagnosticReport and DocumentReference.
...
fixing PDF height issue: missing px suffix.
fixes #341
2023-12-06 14:11:30 -08:00
Jason Kulatunga
36bf113336
adding support for rtf files
...
fixes #321
2023-12-06 13:39:45 -08:00
Jason Kulatunga
80336a1775
tweak text.
2023-12-06 13:03:10 -08:00
Jason Kulatunga
d23af018e7
Timeline based Manual Entry form ( #330 )
2023-12-03 18:40:16 -08:00
Jason Kulatunga
7a77dcdcd6
enable pagination on medical history page.
2023-11-25 19:31:55 -08:00
Jason Kulatunga
2061684aed
WIP adding medical history timeline view. ( #325 )
2023-11-23 08:51:01 -08:00
Jason Kulatunga
eee8f9c578
fixes to searchAfter
2023-11-08 20:08:58 -08:00