Stream: questionnaire
Topic: regex extension
Paul Lynch (Dec 17 2021 at 21:47):
Is there documentation for the format that is to be expected when processing https://www.hl7.org/fhir/extension-regex.html? LHC-Forms expects the string to contain / around the pattern. I think the reason was so one could add a "i" flag for ignoring case.
Lloyd McKenzie (Dec 17 2021 at 23:43):
We don't allow start and end markers because they vary by tool. However, please submit a change request for us to clarify
Brian Postlethwaite (Mar 25 2022 at 10:55):
Those start and end markers are ^ and $
Core fhirpath has covered this too just recently...
Also, wondering if there is an extension to cover the error message to report when it is violated?
Brian Postlethwaite (Mar 25 2022 at 10:56):
Now that I've thought about this one, the expression type, with a format of regex would be better? Then you have the details?
Lloyd McKenzie (Mar 25 2022 at 14:47):
You can make a change request and we could discuss. Note that this isn't just for Questionnaires though.
Last updated: Apr 12 2022 at 19:14 UTC