FhirPath function memberOf
does not work correctly with string as input
#2588
Labels
memberOf
does not work correctly with string as input
#2588
Describe the bug
The FhirPath function
memberOf
does not work correctly with string as input. For example the following FP expression on the resource Patient does not work:The type of
country
is a string and not a code or CodeableConcept.Expected behavior
The FP function
memberOf
should also work with instances of type string.Tip for the developer
In the inline switch of
ElementNavFhirExtensions.MemberOf()
the typestring
should also be possible case.The text was updated successfully, but these errors were encountered: