v1.4.0-STU2
johnarleyburns
released this
09 Feb 08:15
·
96 commits
to master
since this release
- Added support for VRDR Messaging IG
- New package "messaging" for VRDR Messaging IG models
- New package "messaging.util" for messaging helper classes separate from the IG models
- VRDRFhirContext now contains all data structure and messaging definitions and is the primary context use case
- New class VRDRFhirContextDataStructuresOnly is a context class with only the data structure definitions
- New package edu.gatech.chai.VRDR.messaging contains all messaging structure definitions in the IG
- Besides IG classes, messaging also contains BaseMessage and UnknownMessage classes for assisting in message handling
- New class MessagingTest contains thorough messaging tests for VRDR Messaging IG flows
- Test resources now contains FHIR json and xml files for use by the MessagingTest class
- Generic parser method on BaseMessage for parsing bundles and messages
- Added xml and json test files and tests
- Added CauseOfDeath and Demographics coded bundle handling
- Tests complete for all major flows
- Added CLI for generating canary tests
- Added CHANGELOG for tracking changes with each release
- Updated README