fasten-onprem/backend/pkg/hub/internal/fhir/base
Jason Kulatunga 61d16cfb55 fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values.
Created default SyncAll function (using $everything) and SyncAllByResourceName which can be used as a fallback.

cleaned up DB layer , dont use Model unless Gorm cannot figure out the table. Use pointers consistently.
When syncing resources, store errors in a map, so that all resources get synced before returing errors
2022-09-24 22:18:07 -07:00
..
mock adding docker image. 2022-09-21 18:57:38 -07:00
testdata/fixtures/401-R4/bundle sync all resources on completion. 2022-09-08 21:14:03 -07:00
base_client.go for confidential sources, provide way to pass patient_id back to frontend. 2022-09-24 16:46:15 -07:00
fhir401_client.go fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values. 2022-09-24 22:18:07 -07:00
fhir401_client_test.go adding docker image. 2022-09-21 18:57:38 -07:00
fhir430_client.go adding support for dropzone 2022-09-15 22:26:37 -07:00
interface.go adding support for dropzone 2022-09-15 22:26:37 -07:00
test_helpers.go adding test framework/recordings for client. 2022-09-01 18:54:01 -07:00