logicahealth / vha-kbs-knarts

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

XML only addresses performance of the labs, not lab results as requested in white paper #93

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#L327

Chapter 2, section 7 of the white paper clearly indicates that what is wanted here is lab RESULTS - not just indication that the labs were performed. The code only addresses whether or not the labs were performed.

csp4z commented 6 years ago

The model is done correctly. We are not using a procedure for lab result queries. We are querying for all the ANF statement associated with the BMP procedure.

Response: Not an issue. Action: None

a-dru-desai commented 6 years ago

@preston Does this make sense to you?

csp4z commented 6 years ago

More detail: ANF contains only 2 types of statements, either performed or requested. Labs that are already done statement is always performed.

linophth commented 6 years ago

@preston Is this OK? Does this get us lab RESULTS, as opposed to just documentation that they were done?