Enterprise Data Exchange (DEX) is a new cloud-native centralized data ingestion, validation, and observation service scoped for common data types (HL7, FHIR, CDA, XML, CSV) sent to the CDC. It helps public health stakeholders who send data to the CDC while reducing the maintenance efforts, complexity, and duplication of ingestion points to CDC.
Apache License 2.0
10
stars
2
forks
source link
Organize Functions into separate project in CDC github repo #148
We currently have 3 Azure Functions in the FHIR solution
CDC.DEX.FHIR.Function.ProcessMessage
CDC.DEX.FHIR.Function.ProcessEvent
CDC.DEX.FHIR.Function.ProcessExport
These 3 functions need to be partitioned into separate solutions/projects and organized in the repo since each is a deployable component, will have its own versioning, build, deployment, etc.
We currently have 3 Azure Functions in the FHIR solution
These 3 functions need to be partitioned into separate solutions/projects and organized in the repo since each is a deployable component, will have its own versioning, build, deployment, etc.
Folder structure might look like this: repo .root -- /sourcecode --- /function ---- /CDC.DEX.FHIR.Function.ProcessMessage ---- /CDC.DEX.FHIR.Function.ProcessEvent ---- /CDC.DEX.FHIR.Function.ProcessExport --- /logicapp ---- /CDC.DEX.FHIR.LogicApp.RunExport -- /terraform -- /connectathon