FHIR Chat · comparison of patient · implementers

Stream: implementers

Topic: comparison of patient


view this post on Zulip Mounika (Sep 30 2019 at 06:32):

Hi all,
In Our application, We are trying to login patient from different server How can handle that patient info in our Server.
For example: From FHIR1 server we select a patient, he logged from another FHIR2 server in FHIR1server application. Now we have 2 different resources of Patient from both servers. How can we handle or save FHIR2 patient resource info in FHIR1 server?

view this post on Zulip Lloyd McKenzie (Sep 30 2019 at 15:55):

I'm not really understanding the question. First, FHIR doesn't define the notion of 'login'. Second, there's no requirement that a patient record exist on a server in order for the patient to log into that server.

view this post on Zulip Mounika (Oct 01 2019 at 06:32):

@Lloyd McKenzie How can we compare a single patient from two different fhir servers?

view this post on Zulip Yunwei Wang (Oct 01 2019 at 13:51):

That is server's business logic.

view this post on Zulip Lloyd McKenzie (Oct 01 2019 at 13:58):

Right. Query them both and look at them in memory. (Right now, there's no operation to compare patients even if they're on the same server.)


Last updated: Apr 12 2022 at 19:14 UTC