Stream: implementers
Topic: Validation on Patient Email
joseph Salac (Jun 01 2020 at 11:51):
we use Azure Fhir how can I validate the email of the patient if is already in used?
Lloyd McKenzie (Jun 01 2020 at 14:22):
@Michael Hansen
Michael Hansen (Jun 01 2020 at 14:27):
There is no special way of doing that. You could search for /Patient?email=foo@bar.com and see if you get any results.
Last updated: Apr 12 2022 at 19:14 UTC