I am attempting to validate FHIR resources using the FHIR ShEx schema.
Using the full FHIR schema I'm seeing performance issues:
~5 seconds to parse (this could probably work and could be done eagerly)
1 hour to validate a resource (semi-complex) -- I stopped the program after 75 minutes of running - unsure if the library was in a loop or if it would have eventually completed.
I am attempting to validate FHIR resources using the FHIR ShEx schema.
Using the full FHIR schema I'm seeing performance issues:
To replicate, I've posted a sample project with the ShEx and resource here: https://github.com/joshdcollins/ShEx-Issue
Appreciate any insight you can provide!
Thanks!