FHIR Chat · Managing FHIR resources in active deployments · implementers

Stream: implementers

Topic: Managing FHIR resources in active deployments


view this post on Zulip Kashyap Jois (Apr 07 2022 at 12:00):

I wanted to know if there is any architecture that people over here commonly use to manage FHIR resources. The following use case might give some context:
Using the hapi server and keycloak as the building blocks, If I want to build an application that helps State governments manage Antenatal care, I can imagine a lot of FHIR resources being used to represent real world entities. Below are a few examples using the following convention :

Real world entity -> Fhir Resource -> Keycloak object

Clinic -> Organization -> Group in keycloak
HCW -> Practitioner -> User in keycloak
Survey -> Questionnaire -> Null

When the deployment starts, there may be some data shared by the State in csv files that need to be converted to fhir resource / Keycloak objects. During the course of the deployment, there will be changes that need to be made to these fhir resource eg: A survey may need to be modified / an organization may need to be changed etc.

What are some of the usual patterns that implmenters follow to build such functionality? Do you have web apps that manage this and are handed over to state workers? Is this webapp an extension of the FHIR server or is it a separate thing?

Apologies if this question is too general. Any link or references to active deployments / open source designs will also help.

view this post on Zulip Daniel Venton (Apr 07 2022 at 13:22):

(deleted)


Last updated: Apr 12 2022 at 19:14 UTC