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
testdata/fixtures/401-R4/bundle
base_client.go
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
fhir430_client.go
interface.go
test_helpers.go