UI Tweaks (#32)
Jason Kulatunga
2023-01-15 10:25:46 -0800
224366db9eadding practitioner.component
#32
Jason Kulatunga
2023-01-14 14:54:14 -0800
50bb664519adding hovercard for immunization and allergies in patient profile.
Jason Kulatunga
2023-01-14 13:21:02 -0800
7cf13d67f9adding hovercard to Medications and MedicationRequests. adding details link to hovercards for accessing raw resource information.
Jason Kulatunga
2023-01-14 09:18:25 -0800
e688ac6963adding hovercard to Medications and MedicationRequests.
Jason Kulatunga
2023-01-13 22:47:02 -0800
9052c43a86adding Medication and Medication Request
Jason Kulatunga
2023-01-13 22:09:36 -0800
13ece51754adding AllergyIntolerance
Jason Kulatunga
2023-01-13 21:46:22 -0800
db0b8da63dadding ui components: badge, table, coding. Adding Immunization resource. moved styles to custom.scss.
Jason Kulatunga
2023-01-13 21:18:26 -0800
8987f7d0d9adding view for Immunization
Jason Kulatunga
2023-01-11 15:57:00 -0800
8f38cc8629adding view for Binary data. Updating patient profile to have links for immunizations and allergies.
Jason Kulatunga
2023-01-11 10:53:01 -0800
b881743913fixing components to correctly implement FhirResource interface.
Jason Kulatunga
2023-01-11 10:40:17 -0800
5187c0c90eworking fhir-resource component.
Jason Kulatunga
2023-01-11 10:31:34 -0800
57f3680dcfadding display components for Binary resources
Jason Kulatunga
2023-01-11 10:12:16 -0800
b577614be7enable Cerner providers by default. when creating a composition, make sure we set the SortDate and SortTitle automatically. Get Practioner role when possible. Fix duplicates & use Encounter practioners. Print the display model data.
Jason Kulatunga
2023-01-10 23:35:07 -0800
6607d77da2adding binary model.
Jason Kulatunga
2023-01-10 21:31:16 -0800
eef0b5691fsmall ui tweaks. adding todo list.
Jason Kulatunga
2023-01-10 21:15:10 -0800
adding support for Composition resource type (Custom grouping) (#20)
Jason Kulatunga
2023-01-10 19:23:47 -0800
aa96f9e906update fasten-sources to v0.14.0, supporting internal bundle references during extraction.
#20
Jason Kulatunga
2023-01-10 18:13:36 -0800
b6d9580d8cfixing routing for resources with resource_type specified in url
Jason Kulatunga
2023-01-10 17:17:29 -0800
b24315587cfixed editor
Jason Kulatunga
2023-01-10 17:12:05 -0800
1d3064676cworking medical-history component.
Jason Kulatunga
2023-01-10 16:42:39 -0800
cf3aeb88e0working medical-history component.
Jason Kulatunga
2023-01-10 16:42:01 -0800
a28b00c18dmake sure the display models include source_resource_type, source_id and source_resource_id fields. changed all display model fields to be snake case, for consistency.
Jason Kulatunga
2023-01-10 13:07:56 -0800
84081be4e6make sure resourceType is baked into each resource display model.
Jason Kulatunga
2023-01-10 10:28:46 -0800
3a9fdc7e6aupdating display model lib to include sortTitle and sortDate options
Jason Kulatunga
2023-01-10 08:55:18 -0800
827f993ea1sort resources via api.
Jason Kulatunga
2023-01-09 21:33:25 -0800
2b6497208esort resources by date. adding sort function for sorting resources by title and date.
Jason Kulatunga
2023-01-09 19:42:46 -0800
957b4118f8regenerate Database mock. ensure the manual source is returned on creation. adding source handler test suite (manual source handler test added) added a test bundle file. upgrade to fasten-sources v0.13.0
Jason Kulatunga
2023-01-09 17:07:00 -0800
1c6b0c0997adding test to ensure user provided IDs are replaced during creation.
Jason Kulatunga
2023-01-09 13:00:39 -0800
8ecbfb5a13started adding test suite for sqlite repository.
Jason Kulatunga
2023-01-09 12:41:21 -0800
f2e86e6ca1working on Editor UI. Added a title field.
Jason Kulatunga
2023-01-09 10:07:07 -0800
e3f6049a78make sure we close the editor model on complete. TODO: merging encounters works, however merging Compositions fails.
Jason Kulatunga
2023-01-09 09:17:03 -0800
f178523d3bmake sure dev config file is ignored ignoring some lib resources that are not implemented yet.
Jason Kulatunga
2023-01-09 09:07:02 -0800
89750c4391make sure compositions have a unique resource ID (for deleting & querying).
Jason Kulatunga
2023-01-09 00:34:19 -0800
b5e8f1ed91successfully grouping resources via Composition.
Jason Kulatunga
2023-01-09 00:13:45 -0800
65ab725094replace all Gin Context constant strings with const variables (ContextKeyTypeConfig,ContextKeyTypeDatabase vs "CONFIG", "REPOSITORY") Make SortDate and SortTitle file on ResourceFhir model nullable. Added unsafe ResourceGraph method/endpoint.
Jason Kulatunga
2023-01-08 21:53:48 -0800
ba333fce42make sure sortTitle and sortDate is stored with every resource in the database.
Jason Kulatunga
2023-01-07 09:41:43 -0800
3dfce9d3a4adding patient profile link.
Jason Kulatunga
2023-01-05 09:41:23 -0800
6a5970682eadding loading panels.
Jason Kulatunga
2023-01-05 09:33:42 -0800
2d8d625aa0adding loader to medical history page.
Jason Kulatunga
2023-01-05 09:15:16 -0800
fa62b8efefadding loader to dashboard
Jason Kulatunga
2023-01-05 09:14:32 -0800
3d1eac1682working loading spinner component.
Jason Kulatunga
2023-01-05 08:38:46 -0800
4294880d79adding loading property to each component. updated lighthouse service to handle "show_hidden" when requesting metadata sources.
Jason Kulatunga
2023-01-05 08:15:19 -0800
396e25ce20using hidden field instead of enabled.
Jason Kulatunga
2023-01-04 23:13:21 -0800
d0f87c4381added tests to ensure that implementation stays in sync with interfaces from fasten-sources lib.
Jason Kulatunga
2023-01-03 20:50:43 -0800
update fasten-sources library. (#16)
Jason Kulatunga
2023-01-03 11:11:04 -0800
54a57d0995cleanup unused packages.
#16
Jason Kulatunga
2023-01-03 11:10:13 -0800
466197ccd5adding loading spinner to medical sources page.
Jason Kulatunga
2023-01-03 10:41:38 -0800
7d753ea18badding FHIR display models. WIP.
Jason Kulatunga
2023-01-03 10:23:44 -0800
739bbc8679fix source create, returns both source and summary.
Jason Kulatunga
2023-01-03 10:19:30 -0800
5ae2848cf8cleanup unnecessary console.log messages when souce is created, make sure we add its metadata to the obj.
Jason Kulatunga
2023-01-03 09:49:13 -0800
99d2f71dd9fixing progress bar on sources connection. Make sure that in progress
Jason Kulatunga
2023-01-03 09:45:59 -0800
36e2e9ab73update fasten-sources library.
Jason Kulatunga
2023-01-02 23:38:58 -0800
Better Reporting (#12)
Jason Kulatunga
2022-12-17 15:10:19 -0800
2643c0ba33fixing docker build for sqlite. Adding support for build-arg, setting Prod vs Sandbox builds. removing Couchdb configs. Dockerfile runs on distroless.
#12
Jason Kulatunga
2022-12-17 15:08:53 -0800
ff6608d425adding links to condition component page.
Jason Kulatunga
2022-12-11 20:18:31 -0800
805518f53fworking medical history report and editor. Style in sync with rest of app.
Jason Kulatunga
2022-12-11 18:08:00 -0800
b5222c58d1renamed components to be consistent (report-*) Fixing editor to be more user friendly. added a warning about editor to the top.
Jason Kulatunga
2022-12-11 10:59:14 -0800
2418b4f908adding a medical-history-condition component to simplify component logic.
Jason Kulatunga
2022-12-10 22:03:38 -0800
e65be281d1when preload is enabled, preload down 2 levels.
Jason Kulatunga
2022-12-10 08:49:52 -0800
c3da049711adding reciprocal associations for any resource that is related to an encounter or condition. adding angular tree component. adding editor for resource relationships
Jason Kulatunga
2022-12-09 20:27:40 -0800
1d5db8901dadding reciprocal associations for any resource that is related to an encounter or condition. adding angular tree component. adding editor for resource relationships
Jason Kulatunga
2022-12-09 18:53:05 -0800
0c7c8d5cf0bump version of fasten-sources to version 0.0.4 which supported referencedResources field Added support for linking resources together using many-to-many relationship in db. On database upsert, make sure we store relationship, without creating an empty/placeholder doc. Added a "preloadRelated" flag when querying database.
Jason Kulatunga
2022-12-08 23:25:15 -0800
0154ba0251added the ability to reference related resources in a resource.
Jason Kulatunga
2022-12-08 22:05:08 -0800
b905413310make sure we can query resources by FHIR resource ID. adding report-header component.
Jason Kulatunga
2022-12-07 22:18:27 -0800
ec38ea9c89workign fhirpath integration.
Jason Kulatunga
2022-12-07 21:12:04 -0800
f67c369a22make SyncSourceResources exposed, so it can be used in Cloud version.
Jason Kulatunga
2022-12-03 22:33:27 -0800
e8981ff9bbsimplify the Source-patient query to work in Postgres. Make sure that we can handle auth_username provided by context object (in cloud).
Jason Kulatunga
2022-12-03 19:16:32 -0800
1a18319c8ctweaks to jwt to be consistent.
Jason Kulatunga
2022-12-03 17:15:19 -0800
0d57a75890updating database interface. Using public database fields.
Jason Kulatunga
2022-12-03 12:48:35 -0800
492d2a7efbmake the SqliteRepository accessible so we can inherit.
Jason Kulatunga
2022-12-03 11:08:14 -0800