You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the constraint is: value. matches('^[0-9]{13}$') on the location Identifier.value
this value. is not correct, since we are already at Identifier.value
IGPublisher / Java Validator currently accepts and validates with .value, however .net/javascript not and we should remove the value. in all constraints.
data type profile have invalid constraints in FHIRPath expressions:
e.g.:
the constraint is: value. matches('^[0-9]{13}$') on the location Identifier.value
this value. is not correct, since we are already at Identifier.value
IGPublisher / Java Validator currently accepts and validates with .value, however .net/javascript not and we should remove the value. in all constraints.
see zulip discussion on: https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/element.20name.20at.20root.20possible.3F
The text was updated successfully, but these errors were encountered: