MeasureAuthoringTool / health-data-standards

https://rubygems.org/gems/health-data-standards
Apache License 2.0
94 stars 93 forks source link

This stores/sets the negated/non-negated hqmf_oid by checking negation_ind=true while importing #463

Open nadeemnazeer3 opened 7 years ago

nadeemnazeer3 commented 7 years ago

This stores/sets the negated/non-negated hqmf_oid by checking negation_ind=true(This caused errors while Cypress testing)

nadeemnazeer3 commented 7 years ago

This allows correctly setting proper hqmf_id for negated entries while importing. There was no distinction made while importing negated/non-negated entries e.g: In patient importer for "communication from provider to provider not done" hqmf_id was set that is : 2.16.840.1.113883.3.560.1.129 but nothing changed or considered while importing "communication from provider to provider done" for which hqmf_id should have been set to: 2.16.840.1.113883.3.560.1.29. likewise for other sections with negated/non-negated hqmf_ids.

nadeemnazeer3 commented 7 years ago

This PR fixes the issue like this: https://github.com/projectcypress/health-data-standards/issues/333 @okeefm @dczulada just tagging as this seems crtitical and while using the HDS may cause Cypress testing fails for many, (Just i felt Sharing is Caring :) and contributing back)