-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®) - 1.0.0 - STU1 Update #2275
Comments
PR #2289 (in draft) |
Updated to latest, and confirmed there are some issues with the examples using double profiles. |
reminder: we should clear out the copy under |
can do |
Per #2551 (comment) Q: What we should do with the technical corrections? fhir-ig-us-core-stu3 (3.1.0, 3.1.1) Net: Hybrid approach? Option 1: Multiple IG versions in a single project / jar (as long as you can exclude and set a default) Embed the version in the package hierarchy hl7/us/core/stu3/package |
move the examples to src/test/resources with a version level. |
I found and fixed a single reference in the C4BB EoB-Outpatient-Institutional version 1.0.0 that was resolving to the corresponding valueset for 1.1.0: ExplanationOfBenefit.item.productOrService Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
To verify this one, I updated C4BB110ResourceProvider to wrap the RegistryResources it returns and log all the times we load the underlying resource (see #2586 (comment) for details). I then executed the v100 ProfileTest and uncovered a single instance where it was loading a ValueSet from 4.0.0: After that, the unique list of v1.1.0 resources that get loaded matches our expectation:
|
Is your feature request related to a problem? Please describe.
The C4BB Implementation Guide is being updated to 1.1.0.
We should try upgrading to the ballot version at https://build.fhir.org/ig/HL7/carin-bb/ and provide any related feedback.
Describe the solution you'd like
The implementation guide fhir-ig-carin-bb should be updated to support 1.1.0 upon its release.
The Integration tests should be updated as well.
Describe alternatives you've considered
n/a
Acceptance Criteria
The server capability statement should reflect the latest.
Additional context
The C4BB IG exists today, we may want to update for the next Connectathon.
The text was updated successfully, but these errors were encountered: