Stream: implementers
Topic: Reference to external system
Mahesh V S (Jun 14 2018 at 09:01):
Good Day!
Consider a scenario where two systems A, B & C, where A & B are trying to be in sync with C. A/B post resources into the patient compartment of C. A/B is responsible for managing mapping between their patients and the one in C.
What is the expected behavior if A sends references that are irrelevant for other systems (both B & C) into C? For instance, when sending AllergyIntolerance of a patient, A includes reference to patient which is valid for neither B nor C.
Should C ignore the value? or keep a mapping somewhere so that A can understand it later? What is the right approach to take?
Please advice
Grahame Grieve (Jun 14 2018 at 09:05):
well, it depends on what you'er trying to achieve
Mahesh V S (Jun 14 2018 at 09:09):
Is there any "proposed"/"standard" way when there are multiple systems in the picture?
Grahame Grieve (Jun 14 2018 at 09:24):
not because the requirements differ so much. but have you read this:
Grahame Grieve (Jun 14 2018 at 09:24):
http://build.fhir.org/managing.html
Last updated: Apr 12 2022 at 19:14 UTC