WorldVistA / popHealth

popHealth - An open source clinical quality measure reporting and visualization tool. For announcements and information on current state of popHealth, please visit -
http://osehra.org/popHealth
Apache License 2.0
46 stars 45 forks source link

Communications entry in QRDA Cat1 is not being updated #95

Closed chelope closed 7 years ago

chelope commented 7 years ago

I found a scenario where communications entry is not being updated in PopHealth. Below the steps:

1) I uploaded in PopHealth a patient with 2 encounters and 1 procedure. 2) I uploaded the same patient loaded before but including a communications entry in QRDA Cat1. When I reviewed the data in "record" collection in PopHealth database the communication entry was not included.

Fix: In order to include communications entry as valid section to be updated we should include communications section in the class hds/record.rb

Valid_Sections = [:allergies, :conditions, :encounters, :immunizations, :medications, :procedures, :results, :vital_signs, :socialhistories, :communications]

Please let me know if you agree with this change.

petercyli commented 7 years ago

Agreed. Please issue a pull request.

Thanks.

chelope commented 7 years ago

Change has been merged into master branch

dabimahesh commented 6 years ago

While communication gets exported, the node which is referenced with Intervention is not getting exported.

Thanks Mahesh