Openemr fix 5377 (#5378)
commitf9d749656d2e8dcd2dbc365466a9f22523badb9a
authorStephen Nielson <snielson@discoverandchange.com>
Wed, 25 May 2022 03:47:59 +0000 (24 21:47 -0600)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 03:47:59 +0000 (24 21:47 -0600)
treec2d34ee9e48eb098fe61d5cc9a07722a0d8cdf49
parent1bdca5e0414f4c2d1c02010276786c9d7661df6c
Openemr fix 5377 (#5378)

* Fix the code lookup for immunization negation

* Fix negationRationale missing obj propert error

* Change immunization refusal reason code

Changed the order of the immunization refusal codes so that patient
refusal comes before parent refusal.  Since they map to the same
SNOMED-CT code we want patient refusal to be the default for ccda/qrda
imports.

* Add debugging methods for qrda

* Fix styles
sql/6_1_0-to-7_0_0_upgrade.sql
src/Services/Cda/CdaTemplateImportDispose.php
src/Services/Qdm/CqmCalculator.php
src/Services/Qdm/IndividualResult.php
src/Services/Qrda/ExportCat3Service.php