CDCgov / data-exchange-fhir

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
8 stars 0 forks source link

Organize Functions into separate project in CDC github repo #148

Open briansok71 opened 1 year ago

briansok71 commented 1 year ago

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

briansok71 commented 1 year ago

Michael will work with Nicholas on getting the CDC github repo organized