After a while working on other projects I’m back to attempting to setup an implementation of OpenMRS for evaluation, and as such I’m currently attempting to recreate one of the more common forms we use. Although not the exact form (yet to be finalised), NHS East Lancashire has published the form and full procedure for completing a Foot Screening for Diabetic Patients. I’m specifically looking to recreate the second level screening as the first level is triaged before it reaches our clinic.
I’m now struggling to work out what should be a concept, and what class of concepts they should be, then how to combine those into the form. This is what I have determined so far:
- There are in-fact multiple forms on the paper form which could be completed individually if appropriate to non diabetic patients. These should be separate forms to allow reusability.
- Taking the Vascular Assessment as an example I would have the following concepts:
- Test set: Vascular assessment of the foot
- Test set: Pulse examination of the foot
- Test set: Dorsalis Pedis Pulse
- Test (coded): Vascular assessment by palpitation
- Finding: Palpable
- Finding: Non-palpable
- Test (coded): Vascular assessment by Doppler
- Finding: Triphasic
- Finding: Biphasic
- Finding: Monophasic
- Test (coded): Vascular assessment by palpitation
- Test set: Posterior Tibial Pulse
- Test (coded): Vascular assessment by palpitation…
- Test (coded): Vascular assessment by Doppler…
- Test set: Dorsalis Pedis Pulse
- Test set: Pulse examination of the foot
- Test set: Vascular assessment of the foot
I shall avoid listing any more than necessary here, but I think I have the assessment concepts sorted for a single foot. The problem then is how to replicate this for both the left and right foot within the form, or how to reuse the assessment concepts for both the Dorsalis and Posterior sites.
In my head this should be done through a few more anatomy concepts:
- Left
- Right
- Dorsalis Pedis
- Posterial Tibial
I can’t however in the HTML form docs see a way to specify this extra metadata to the form. Any help would be appreciated, especially if I’m barking up completely the wrong tree with my concept design.