How to keep track of all non-computable validations done by the Java validator? #2256
Closed
ewoutkramer
started this conversation in
Ideas
Replies: 3 comments
-
I’ve personally subscribed to the release notifications of the hl7.fhir.core repository. The describe accurately what has changed. Someone could look out for new validation changes here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Additionally: The code in purple are the two functions that contain all "manual" validations in the Java validator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just read https://jira.hl7.org/browse/FHIR-24654 - it's definitely a nice validation to add to StructureDefinition, but it made me wonder: how are we going to ensure that we (eventually) get all of these validations into the .NET validator? I am pretty sure the HL7-provided testset will not cover everything. Maybe it is feasible to monitor the Java source for the validator - I hope these hand-written validation rules are kept somewhere at a central place?
Other ideas?
Beta Was this translation helpful? Give feedback.
All reactions