logicahealth / vha-kbs-knarts

VHA Knowledge-Based Systems clinical knowledge artifact content development program.
Apache License 2.0
7 stars 3 forks source link

This can't be "all or none" #106

Open linophth opened 6 years ago

linophth commented 6 years ago

https://github.com/preston/vha-kbs-knarts/blob/44bb353f460ce3502673efd2889a49b10c1df751/content/cardiology_catheterization/o30/CDSK_KRprt_SADT_O30CardCath.xml#L1063

White paper chapter 2, section 2. The selections are "yes" and "no". Selecting both makes no sense.

juliaskapik commented 6 years ago

While the direction of the section specifies "select any, optional", this section header behavior selection group applies to the entire section-- therefore, if there are no procedures for the patient, none will be selected. Otherwise all should be displayed. It may be that this "behaviors" section is not necessary, as no data will not display results; however, it is appropriately coded in the context of KNART.

<subElements> <simpleAction xsi:type="CollectInformationAction"> Reasonable interpretation difference. No action. </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/kthlnkeating"><img src="https://avatars.githubusercontent.com/u/1321935?v=4" />kthlnkeating</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>Returning issue to PO.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/linophth"><img src="https://avatars.githubusercontent.com/u/38297813?v=4" />linophth</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@preston Preston can you clarify? It appears to me that in fact the "all or none" does not apply to the entire section, but rather only to the "additional cardiac reports" section. The only options are an enumerated list, and the 2 options are "yes" and "no". Clearly you cannot select all options. They also left out the date, findings, and additional detail called for in the white paper.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>