[x] (extra credit: wire the checks up to their respective benefits)
There are a few checks implemented already (as decision services) in eligibility.dmn, including:
childAgeThreeOrFourSeptFirst
someoneAgeSixtyOrOlder
We can follow those examples to add additional checks.
Note that we will likely need to flesh out our inputs to include additional information in order to fully implement the checks needed for these two benefits.
eligibility.dmn
eligibility.dmn
There are a few checks implemented already (as decision services) in
eligibility.dmn
, including:childAgeThreeOrFourSeptFirst
someoneAgeSixtyOrOlder
We can follow those examples to add additional checks.
Note that we will likely need to flesh out our
inputs
to include additional information in order to fully implement the checks needed for these two benefits.