-
Notifications
You must be signed in to change notification settings - Fork 14
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
Java validator testing switch #14
Comments
Created a branch to test this. Java validator is useful for testing individual resources but is slow when testing all resources at once (vs HAPI). The motivation for integration the Java validator is the development time using HAPI. The processes look like this:
|
@alistairewj You had mentioned adding some static fhir test files in for Java validation. I had held off originally to avoid having any patient resources stored in git. If we are storing static fhir files, do you think I should cleanse them further than they are (ie patient ids are already uuid, birthdates shifted) |
Ideally we'd have say one patient's resources as we export them from the pipeline. Hopefully not too many lines of text. |
Using thejava validator to validate resources in the python testing folder. Currently using HAPI but could be nice to have the java validator as another option since its quicker to use.
To Do
The text was updated successfully, but these errors were encountered: