Skip to content

How do I find a patient by identifier? #2098

Answered by johnkwaters
johnkwaters asked this question in Q&A
Discussion options

You must be logged in to vote

Found something that works:

var b = await fc.SearchAsync<Patient>(new [] { $"identifier={id.System}|{id.Value}" });

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by johnkwaters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant