Fixes #5576 CCDA fix null sections (#5577)
commit267d9768abcbafbe3911158181f69c8ac33f72b1
authorStephen Nielson <snielson@discoverandchange.com>
Thu, 30 Jun 2022 00:57:22 +0000 (29 18:57 -0600)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 00:57:22 +0000 (29 18:57 -0600)
tree48c13057201d93f887c7acd0e802638b5b2d38a3
parentbc24a6dae852bccf241f5db7380daa02dacaae4f
Fixes #5576 CCDA fix null sections (#5577)

* Fixes #5576 CCDA fix null sections

health concerns and referral were breaking when empty due to the author
provenance changes.

* Fix Careteam provenance #5575

Add in care team provenance information

* Add text treatment plan to observation

We were missing the coded observation value for the treatment plan which
made it so we couldn't trace the provenance author to the section text.

* Add Provenance to Social History Observations

Added the provenance information to social history observations for
smoking and gender

* ccda Author Provenance Procedures

Add in the provenance for the procedures

* Add provenance for immunization and medical device

* ccda implemented functional and cognitive prov
ccdaservice/oe-blue-button-generate/lib/entryLevel/careTeamEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/functionalStatusEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/immunizationEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/medicalDeviceEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/planOfCareEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/procedureEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/entryLevel/socialHistoryEntryLevel.js
ccdaservice/oe-blue-button-generate/lib/sectionLevel2.js
ccdaservice/serveccda.js