ResearchSoftwareInstitute / greendatatranslator

Green Team Data Translator Software Engineering and Development
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Patient Data Validation #136

Open stevencox opened 6 years ago

stevencox commented 6 years ago

Create a tool that will validate patient data.

In light of recent discussions about the DDCR pipeline, this should probably operate on FHIR objects, possibly HAPI-FHIR objects.

Ideally, this would be a stand alone command line program with usage syntax along the lines of:

ddcr --validate <patient-data>

Where ddcr is a shell script controlling the ddcr pipeline and --validate executes a set of tests to ensure required data is in place to generate a DDCR data set. These might include tests for geo codes, appropriate patient identifiers, visits, diagnoses, etc.