This PR adds modules for Diabetic Retinopathy progression and treatment. These were originally developed for a synthetic dataset for the National Eye Institute on the diabetic_retinopathy branch. Because some "experimental" features were used, we don't necessarily want to merge that to master as-is.
In addition to the new modules, this adds the following minor tweaks:
Adds a "note" field to HealthRecord.Entry which will be included in the generated notes in a couple places. Nothing currently sets this field (it was used in the original branch by a Java submodule that generated unstructured text) but I think it could be useful in the future.
This PR should be squashed prior to merging so that the files that were added but then removed don't take up space
WORK IN PROGRESS - DO NOT MERGE YET
This PR adds modules for Diabetic Retinopathy progression and treatment. These were originally developed for a synthetic dataset for the National Eye Institute on the
diabetic_retinopathy
branch. Because some "experimental" features were used, we don't necessarily want to merge that to master as-is.For a full description of the modules, see the writeup at https://github.com/synthetichealth/synthea/blob/diabetic_retinopathy/docs/diabetic_retinopathy_module_guide.md Also, some synthetic patients are available at:
In addition to the new modules, this adds the following minor tweaks:
This PR should be squashed prior to merging so that the files that were added but then removed don't take up space