My Patient wiki is coming along nicely,I very much appreciate the help from the community
my next problem seems to not exist in the documentation either.
I want to reference a dynamically updated field value to reveal based on gteq (greater than equal to)
this can be achieved statically by manually making the statement like this
<$reveal type="gteq" state="Patient-Vitals!!blood-pressure" text="120/80">
<a class="green">PASSED - Your blood pressure is good</a>
</$reveal>
The trouble is the ideal blood-pressure ranges changes with the age of patients, so I would want to reference another field from this like this
<$reveal type="gteq" state="Patient-Vitals!!blood-pressure" text="!!blood-pressure-tests">
obviously this is wrong, can anyone offer any suggestions?
Thank you