FHIR Chat · Implementers · implementers

Stream: implementers

Topic: Implementers


view this post on Zulip Lokesh G S (Nov 30 2021 at 10:35):

I have splitted the project in to 2 microservices . like Appointments , Practitioner , patient in to 3 projects. Which will run in differnets ports. Is there a way to fetch data from the practitioner and patient when i fetch the appointemnts . How can i link it . Please need urgent hlep.

view this post on Zulip Lokesh G S (Nov 30 2021 at 12:05):

@Alexander Rohde

view this post on Zulip Lokesh G S (Nov 30 2021 at 12:05):

@Andrea Riedel

view this post on Zulip Lokesh G S (Nov 30 2021 at 12:06):

@andreashempel

view this post on Zulip Lokesh G S (Nov 30 2021 at 12:06):

@Jonas Toft

view this post on Zulip Lokesh G S (Nov 30 2021 at 12:06):

@juliangruendner

view this post on Zulip John Moehrke (Nov 30 2021 at 13:10):

if this is a private conversation, use private messages. If you want help from the community, then you need to give us a bit more information about what this "project".

view this post on Zulip John Moehrke (Nov 30 2021 at 13:13):

an app can certainly use data from one api to automatically request information from another api.... but since you are speaking of microservices, I presume you have some presentation layer logic (your microservice) that is hitting the FHIR-API at the session layer. The FHIR community is likely going to assist with the FHIR API use.

view this post on Zulip Michele Mottini (Nov 30 2021 at 14:12):

I have splitted the project in to 2 microservices

Don't

view this post on Zulip John Moehrke (Nov 30 2021 at 14:27):

well, you could have 2 microservices that are using the same FHIR service... but if you are really using pure microservices, then you would also be dealing with two segmentated FHIR servers. If you have two segmented FHIR servers than you can't do all the fun things that the FHIR api does enable.. hence, why I ask for more details if you really want help..

view this post on Zulip Lloyd McKenzie (Nov 30 2021 at 14:31):

I believe that, technically, _include can work across servers. It's just that few servers would actually support that as performance would be pretty ugly and it would be more complex to process.


Last updated: Apr 12 2022 at 19:14 UTC