-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49 add fhir resource bundle to cda doc (#60)
* Added debugging messages * Restored ability to attach documents to SOAP requests * Fixed HL7 parsing error resulting from additional time parameter on the birthdate * Added provision to filter getMessages request by facility sitecode * Code formatting changes * Removed unused unit test * Replaced invalid characters in the Config file * COde formatting changes * Added method override to attach more than 1 additional documents * Added method override to attach more than 1 additional documents * Added method override to attach more than 1 additional documents * Added code stubs for the fhir document builder * Added jnuit & upgraded maven jaxb version * Added unit tests * Code clean-up * Fixing a failing unit test * Fixed failing unit tests * Added a System Identifier to the Patient Resource * Updated hoe the System Identifier type is handled to support OpenCR MPI integration * Finalizing 2.1.0 * Finalizing 2.1.1 * Added code stubs for the fhir document builder * Added a System Identifier to the Patient Resource * updated local pid global property name * Assign placeholder System Identifier * Added code stubs for the fhir document builder * Added unit tests and provided lnsp-workflow fixes * Updated unit tests and fixed dependency issues * Changes to allow attaching FHIR resource to the Xds document * Fixed the bug preventing processing of Pull Point notification documents * Added base64 decoding for pull point documents. * Resolve possisble duplication of ECID identifier types on the XDS document * Fixed general Lab-lnsp workflow issues and updated * Fixed merge conflicts * Updated gitignore file * Removed test files * Removed test files and updated gitignore * Delete settings.json * Delete id_file * Updated gitignore
- Loading branch information
Showing
16 changed files
with
379 additions
and
120 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,12 @@ target | |
.DS_Store | ||
|
||
# Log Files | ||
*.log | ||
*.log | ||
|
||
# test files | ||
api/null/* | ||
null/* | ||
|
||
#vs Code | ||
.vscode/* | ||
api/id_file |
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.