-
Notifications
You must be signed in to change notification settings - Fork 818
Create AIS_From_School_Screening_to_SOSORT_Recommendations.json #1631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Synthetic Synthea module simulating the workflow of Adolescent Idiopathic Scoliosis (AIS) from school screening to SOSORT 2016 treatment recommendations. Includes patient encounters, referrals, radiographic assessments, and treatment decisions. Fully synthetic data; customizable for research or simulation purposes. Contributors: - @Ritakoubeh (Reem Koubeh) - Mohammad Firas Wahbeh - Daoud Karakola
Add AIS module JSON code
Update AIS_From_School_Screening_to_SOSORT_Recommendations.json
Fix error in AIS module JSON
Update AIS_From_School_Screening_to_SOSORT_Recommendations.json
|
well done |
|
Module_Companion_Guide_Adolescents_Idiopathic_Scoliosis.pdf As requested by Dylan, attaching the Companion Guide for the AIS module. This document contains:
|
|
Hello @synthetichealth team, Here is a final update on the status of this PR: ✅ Core CI checks (Java 11 & 17) have passed successfully. This confirms that the AIS module builds and integrates correctly with the latest Synthea codebase. ❌ The Deploy check has failed with the error: Error: API_TOKEN_GITHUB and SSH_DEPLOY_KEY are empty. As expected, this failure is due to the project's internal deployment security settings (missing secrets that are only available to the core team) and is not related to the code changes in this PR. Therefore, this contribution is technically complete and ready for your human review. The complete module and its Companion Guide are attached. Thank you for your time and consideration. Best regards, |
|
@jawalonoski Hi Jason. A gentle check-in on PR #1631 (AIS module). We wanted to ensure there are no hidden issues from our side, as the module has been technically complete for a while. We totally understand maintainer workloads are heavy. Is there anything we can clarify or adjust to help with the review? We greatly appreciate your time and this project. |
|
Apologies for the delay. I do appreciate the module companion guide. However, after a technical review, there are some issues with the module that need to be addressed.
The next three states: Similarly, The module ends with the possibility of multiple referrals, including spinal surgery, none of which are ever implemented. Generally, when we create referrals, the appropriate Encounter should be simulated somewhere. Although, I suppose for some of the minor ones (e.g., exercise) this is not strictly necessary. Finally, the module has an AIS prevalence rate of 100% of the population. So, I would suggest adding a distributed transition near the beginning to filter out patients who will never get the disease. I'm attaching some (but not all) of these changes for you to review for illustration purposes, and then address if possible. ais_from_school_screening_to_sosort_recommendations (1).json |
|
Hi @jawalonoski, Thank you for the comprehensive technical review! We truly appreciate the detailed feedback and the example file you provided. We're addressing all 7 points from your review:
We're working through these updates systematically and will notify you when the module is ready for re-review. Your guidance is invaluable for ensuring clinical accuracy and technical compliance. Best regards, |
This PR adds the AIS_From_School_Screening_to_SOSORT_Recommendations.json module, which simulates the workflow of Adolescent Idiopathic Scoliosis (AIS) from school screening to SOSORT 2016 treatment recommendations.
The module includes:
Contributors: