Stream: implementers
Topic: comparison of patient
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?
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.
Mounika (Oct 01 2019 at 06:32):
@Lloyd McKenzie How can we compare a single patient from two different fhir servers?
Yunwei Wang (Oct 01 2019 at 13:51):
That is server's business logic.
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