CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
32 stars 14 forks source link

Create MVP for local dev processing of eICR and RR leveraging DIBBs containers to produce `csv` in R #2326

Open robertmitchellv opened 1 month ago

robertmitchellv commented 1 month ago

What needs to be done

For STLTs that need to process relatively low volumes of eCR data and do not have the ability to spin up the DIBBs pipeline in the cloud but want to leverage the Docker containers for local work. What needs to be done is a simple MVP that can take a directory of eICR and RR pairs, convert them to FHIR, and then flatten data as csvs using DIBBs containers.

Why it needs to be done

Spinning up the entire DIBBs pipeline in the cloud can be a barrier to using DIBBs tooling and creating pathways for STLTs to leverage the tooling that we've created on a smaller scale will help adoption of both DIBBs tooling and meeting PHDS milestone related to processing eCR data. The germination of this can help

Acceptance Criteria

List out all expected functionality/requirements

robertmitchellv commented 1 month ago

Current MVP is located here: https://github.com/robertmitchellv/fhir-to-flat-file/