We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem definition There are many points in the code where it is required to evaluate if a string is a valid Resource.id
Solution I've created a new function to validate that a string is a valid Resource.id
New function See path => maps\idRegexMatch.txt
Existing code Search for all instances of [A-Za-z0-9-.]{1,64}
Also see https://hl7.org/fhir/R4/datatypes.html#id:~:text=id-,Any%20combination,-of%20upper%2D%20or/
The text was updated successfully, but these errors were encountered:
nir-r
No branches or pull requests
Problem definition
There are many points in the code where it is required to evaluate if a string is a valid Resource.id
Solution
I've created a new function to validate that a string is a valid Resource.id
New function
See path => maps\idRegexMatch.txt
Existing code
Search for all instances of [A-Za-z0-9-.]{1,64}
Also see
https://hl7.org/fhir/R4/datatypes.html#id:~:text=id-,Any%20combination,-of%20upper%2D%20or/
The text was updated successfully, but these errors were encountered: