Questions tagged [azure-health-data-services]

1 questions
0
votes
1 answer

Azure FHIR Service - Query case invariant exact string

When querying a Patient resource, is there some way to lookup a property (e.g. family name) that matches the string exactly but without case sensitivity? If querying "Smith", it should match "Smith" and "smith" but not "Smithy" or "smithy". The…