forked from CMSgov/beneficiary-fhir-data
-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: Synthea Data #1
Draft
jawalonoski
wants to merge
29
commits into
master
Choose a base branch
from
BFD-458-test-synthea-data-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Adds support for generating data via a special branch/build of Synthea. For now, this data is just run through `RifLoaderIT` to verify it works. This is a hilariously rough first draft, with a number of issues and TODOs noted in the changes. Notably, building Synthea is **slow**: takes 15-30 minutes on my laptop. BFD-458
Probably not quite complete, but a solid start for now.
As part of this: * Added a `bfd-shared-utils` module for code that's shared between all modules. * Added a JUnit `@Category` for slow tests (like these Synthea ones). * Reconfigures Maven such that those tests marked as slow aren't run by default. This is still a bit of a work-in-progress. Known work remaining: * The Synthea render-to-FHIR test isn't completely passing. (Likely expected behavior, but it shouldn't be merged that way.) * Still have a number of TODOs, mostly for comments. * Need to update the GitHub Actions CI to run the slow tests separately. * Need to update the Synthea config to match a recent option change on their end. BFD-458
Synthea changed these at our request, so we had to update stuff on our end to account for it. BFD-458
… for Part D contracts
…r each beneficiary together in that file.
…SERTS and UPDATES into two files. Ignore UPDATES for counting purposes in unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Details
Acceptance Validation
Feedback Requested
External References
Security Implications