@tomschenkjr @RaedMan
I think we need to document the potential values for risk_score_notes so that the test suite and code matches the documentation. I looked in the API docs, and didn't see the values.
If I'm missing the documentation, I apologize.
I think that in 1.0.0rc-2 we have two cases:
- high: "1. Refer for a lead paint visual inspection of home to the Chicago Department of Public Health at 312-747-LEAD(5323)."
- low: "1. Distribute Lead Frequently Asked Questions. ; 2. Test Blood Lead Levels of every child at 6, 12, 18, 24 and 36 months of age (alternatively, 9, 15, 24 and 36 months)."
I think that in 1.0.0rc-3 we will have three cases:
- high: (same message)
- low: (no message / blank, implying that doctors should follow normal protocol)
- high levels already detected in labs: (what do we put here?)
In the section Interpreting Risk Levels we say:
Elevated lead levels have severe impacts on a child's mental and physical development. When the API identifies elevated blood-lead levels, doctors are highly encouraged to conduct further blood tests
Is this referring to the third case where elevated levels are already detected, or do we intend this to refer to elevated risk of having an elevated BLL in the future?
@avishekrk and I are working on tests and modifications to the runner and we'll use placeholders for the time being.
Thank you!
@tomschenkjr @RaedMan
I think we need to document the potential values for
risk_score_notesso that the test suite and code matches the documentation. I looked in the API docs, and didn't see the values.If I'm missing the documentation, I apologize.
I think that in 1.0.0rc-2 we have two cases:
I think that in 1.0.0rc-3 we will have three cases:
In the section
Interpreting Risk Levelswe say:Is this referring to the third case where elevated levels are already detected, or do we intend this to refer to elevated risk of having an elevated BLL in the future?
@avishekrk and I are working on tests and modifications to the runner and we'll use placeholders for the time being.
Thank you!