This is a pluggable component for data ingestion into the HealthcareLake. It accepts new FHIR records as a POST
request. Full usage instructions are maintained here.
terraform apply
or as a module import:
module "fhir_api" {
source = "[email protected]:spe-uob/HealthcareDataLakeAPI.git"
region = var.region
stage = var.stage
}