logicahealth / vha-kbs-knarts

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

terminology in the xml does not match terminology in the TSR #20

Open catherinestaes opened 6 years ago

catherinestaes commented 6 years ago

see xml around line 688

i would expect to see the concept as an 'all' entry and then have the user specify the number of hours as an integer, not a coded concept.

prompt: number of hours response: Integer (Single)

the current TSR request includes: Cardiac event monitor to evaluate for arrhythmia now for duration of X hours

perhaps need to include 2 additional instance requests: Cardiac event monitor to evaluate for arrhythmia now for duration of 24 hours

Cardiac event monitor to evaluate for arrhythmia now for duration of 48 hours

In any case, the concept in the TSR does not match the concept shown here in the xml.

csp4z commented 6 years ago

This is modeled within an enclosing actionGroup as a CollectInformationAction to gather the duration (24, 48, other) and bind it to the actionSentence of the order. This precisely matches the TSR.

kthlnkeating commented 6 years ago

Returning issue to PO.