Stream: implementers
Topic: FHIR and Health Information Exchange
Muhammad Abubakar Ikram (Apr 11 2017 at 09:59):
I have some questions regarding a scenario:
Considering if FHIR is adopted by a country or state and imagine all the hospitals have their own FHIR server (there can be different profiles for resources). Every FHIR server has some patients.
PatientA that is part of FhirServerA in HospitalA, if PatientA will go to the HospitalB for check up where FhirServerB is deployed. what will happen?
what comes in my mind is, FhirServerB will get the required resources related to PatientA resource from FhirServerA. Then doctor will check up the PatientA in HospitalB and will store the Observation resource regarding check up in FhirServerB.
Kindly correct me maybe I am wrong somewhere
Lloyd McKenzie (Apr 11 2017 at 14:57):
It'll be much the same as now. The second hospital will create records reflecting whatever information they deem relevant - whether that information comes from the patient or another hospital. The second hospital *can*, if they wish, create an internal linkage between their Resource id and the URL of the first hospital's resource so they can keep in sync going forward.
John Moehrke (Apr 11 2017 at 15:03):
IHE has profiles that show what Lloyd is describing. Their classic set of PIX/PDQ/XDS/XCA have been cast into FHIR and come out as PIXm/PDQm/MHD... etc. The question you ask is more of an operational question, which the standards and profiles can only define as far as giving support, where the operational environment must make decisions on the way they will implement. Some may choose to centralize a MPI, some may choose to federate, some may choose to dynamically discover.
Muhammad Abubakar Ikram (Apr 12 2017 at 05:59):
Thank you :)
Last updated: Apr 12 2022 at 19:14 UTC