forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openemr fix 5508 ccd date ranges (openemr#5525)
Fixes openemr#5508 * Initial implementation of openemr#5508 ccd date filtering Changes g9 $docref to be a POST api since we generate a new document every time. Fixes ISO8601 date problems with php since php's date constant is incorrect. Switch to ATOM constant. Got the start and end date working from the g9 but we are failing in some instances in the ccda generator because its excluding encounters that some of the data elements rely upon. Fixed the ORDataObject saving incorrectly on some database instance types due to the timezone and microsecond formatting. Added __clone helper methods to the search field classes so we can copy them and modify properties w/o modifying the references. * Fixes openemr#5508 encounter date filtering, docs Added brief, terse documentation for g9 generation with docref. Needs to be fleshed out in the fhir readme file. Updated the swagger file to point to the g9 documentation. Removed the remote xsl stuff as I found out chrome actively blocks remote xsl's from rendering unless everything is in the same folder, port, origin, and schema. Changed up the filtering as careplan was still breaking due to its requirement on an encounter. Changed up the filtering to be encounter based so that any of the sections related to an encounter are filtered for the CCD. I left non-ccd document types alone since g9 only requires the ccd filtering. Removed unused referral pieces in the care plan section as they were all being skipped due to the missing required codes in the transactions table. node side was skipping it as well so I left it off. * Fix styles * ccda-Clean up imports, fix vitals fatal exception * Fix fatal error in ccda preview The preview button for ccda was failing * Fix missing scope in readme
- Loading branch information
Showing
18 changed files
with
458 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.