Stream: implementers
Topic: FHIRpath for questionnaire
Nick George (Jan 29 2020 at 17:11):
Hello - the SD for questionnaire has a constraint with expression "name.matches('A-Z{0,254}')", but the name field is optional. Should "not present" be considered equivalent to the empty string?
Nick George (Jan 29 2020 at 17:13):
ugh, that linker messed up the regex... bottom line is it's 0 to 254 characters.
Nick George (Jan 29 2020 at 17:27):
ah nvm, it's serverity warning
Grahame Grieve (Jan 29 2020 at 20:06):
it will only apply if name is present anyway
Last updated: Apr 12 2022 at 19:14 UTC