Commit Graph

811 Commits

Author SHA1 Message Date
David Radcliffe 4a82064521
add basic user management (#503)
* add basic user management

* allow admin to create another admin

* fix tests

* add multi user info to README
2024-08-29 20:19:27 +09:00
David Radcliffe fa0decc2b5 refactor angular config for better dev mode 2024-08-28 09:16:10 +09:00
David Radcliffe 7d07157550
cleanup source detail page (#500)
- hide image if there is no brand
- show complete address
- use the source id instead of endpoint_id in breadcrumbs

Co-authored-by: Jason Kulatunga <jason@thesparktree.com>
2024-08-13 16:06:39 +09:00
Greg Woods 860c5836e8
Update copyright footer to 2024 (#492) 2024-08-13 16:03:44 +09:00
David Radcliffe 4642223657
patient resource list and card (#501) 2024-08-13 13:42:59 +09:00
Jason Kulatunga 7b7a0055d7
added a warning message that record security is the responsibility of the patient, as HIPAA does not apply. This warning is required by an HIE 2024-08-12 14:38:58 +09:00
David Radcliffe 01caa24719
make last updated dynamic from summary api endpoint (#499) 2024-08-11 18:55:51 +09:00
Jason Kulatunga c5d7717cbd
adding advancedmd logo. 2024-07-19 18:08:12 -07:00
Jason Kulatunga 9aa808b2bd
update fasten sources
Includes Tests for Platforms.
Adding Maximeyes production endpoints.
Fixing Aetna Provider.
2024-06-30 11:36:39 -07:00
Zeke Bickham 1dcad4725a
Update README.md (#489) 2024-06-29 16:38:26 -07:00
Jason Kulatunga a7222b0ade
adding hie placeholder image. 2024-06-28 08:48:54 -07:00
Jason Kulatunga 808cb103f7
using metriport fhir converter (#486)
* using metriport fhir converter

fixes: https://github.com/fastenhealth/fasten-onprem/issues/472
fixes: https://github.com/fastenhealth/fasten-onprem/issues/291

* working metriport converter. Forked to implement a fix.
2024-06-27 13:34:13 -07:00
Jason Kulatunga a6c0257495
adding maximeyes logos. 2024-06-26 21:44:59 -07:00
Jason Kulatunga e68ed140ef
update fasten-sources version, includes CHBase Prod endpoint. 2024-06-21 11:46:20 -07:00
Jason Kulatunga df557ec2b9
update Contributing docs. 2024-06-21 10:16:25 -07:00
Jason Kulatunga 14fc7c642e
update fasten-sources
- fixed meditech
- maybe? fixed flatiron.
2024-06-18 11:05:24 -07:00
Jason Kulatunga 9d9e30f9b1
update fasten-sources
- fixed dr chrono
- adding onemedical

fixes https://github.com/fastenhealth/fasten-sources/issues/39
fixes https://github.com/fastenhealth/fasten-onprem/issues/454
2024-06-17 15:16:19 -07:00
Jason Kulatunga a60ddaec4d
adding logos for onemedical and polyclinic
fixing mosaic logo
2024-06-17 12:31:12 -07:00
Jason Kulatunga ea8a996d29
updates for fasten-desktop.
Unfortunately the /wails/runtime.js request is expected to fail in Docker, but will work in desktop env. Working on a better solution.
2024-06-14 14:43:05 -07:00
Jason Kulatunga 1485329b76
update fasten-sources, include aliases for VA Health 2024-06-12 20:49:21 -07:00
Jason Kulatunga 755ce0c771
fixing codecov config. 2024-06-06 08:10:24 -07:00
Jason Kulatunga 3dfc0215db
using codecov token. 2024-06-06 08:05:52 -07:00
Jason Kulatunga 14ffb6a9ee
update to fasten-source 0.6.6 which includes VA Health Production endpoint.
User contributed source changes.
2024-06-05 08:25:19 -07:00
Jason Kulatunga 4b8a31376e
update with user contributed source changes. 2024-06-05 07:48:35 -07:00
Jason Kulatunga 0f15579618
adding current app type to search. 2024-06-04 22:02:40 -07:00
Jason Kulatunga f78c919af2
adding Browserstack text. 2024-05-26 12:18:58 -07:00
Jason Kulatunga 02c24d8a30
adding browserstack logo. 2024-05-26 12:18:09 -07:00
Jason Kulatunga 037f9c98a7
update fasten-sources to 35 2024-05-20 16:47:50 -07:00
Jason Kulatunga 51fb979367
adding flatiron and chbase logos. 2024-05-20 12:46:41 -07:00
Jason Kulatunga 09e7b1b84f
update fasten-sources (includes drchrono). 2024-05-17 15:43:33 -07:00
Jason Kulatunga 904bf72eab
adding new logos. 2024-05-17 15:01:39 -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
packagrio-bot d0f2080d09 (v1.1.2) Automated packaging of release by Packagr 2024-04-03 23:39:49 +00: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
Jason Kulatunga 62051f951c
updaet fasten-sources (athena fixes & alias searching). 2024-03-04 12:25:58 -08:00
Jason Kulatunga f5e20772f7
adding logos 2024-03-04 12:14:47 -08:00
Jason Kulatunga 7dec0491ee
Merge pull request #439 from jean-the-coder/fix-storybook
Fix Storybook
2024-03-04 10:17:33 -08:00
Jean Fernandez 159743baee Split tests into separate workflow
Split tests into separate development workflow that can be included within ci file.

Restrict ci to only run on pushes to main/beta branches.

run dev workflow on pull requests
2024-03-03 22:28:40 -05:00
Jean Fernandez a386e43772 Fix stories 2024-03-03 22:28:40 -05:00
Jean Fernandez f4454b9cac Update docs and Makefile commands 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