Graph Lr Subgraph Data Flow A[Open Ehr System] > B{Clinical Data} B > C{Data Transformation Layer} C > D{Postgres Database} End D > E[Fhir Server] E > F{C Dex Fhir Resources} Subgraph Client Interaction G[Api Gateway] > H{Payer/Provider Clients} H > G{Request (C Dex Information)} G > I{Authorization Server} [Dashed] I > G{Authorization Response} [Dashed] G > E{Request (Fhir Api)} E > G{Response (C Dex Resources)} G > H End
graph LR subgraph Data Flow A[OpenEHR System] --> B{Clinical Data} B --> C{Data Transformation Layer} C --> D{Postgres Database} end D --> E[FHIR Server] E --> F{CDex FHIR Resources} subgraph Client Interaction G[API Gateway] --> H{Payer/Provider Clients} H --> G{Request (CDex Information)} G --> I{Authorization Server} [dashed] I --> G{Authorization Response} [dashed] G --> E{Request (FHIR API)} E --> G{Response (CDex Resources)} G --> H end
About This Color Palette
Healthcare Data Flow
1. Blue -
#3498db
- Represents data flow between OpenEHR System, Clinical Data, Data Transformation Layer, and Postgres Database.
2. Green -
#2ecc71
- Represents data flow between Postgres Database and FHIR Server.
3. Purple -
#9b59b6
- Represents data flow between FHIR Server and CDex FHIR Resources.
4. Red -
#e74c3c
- Represents client interaction between API Gateway, Payer/Provider Clients, Authorization Server, and FHIR API.
5. Grey -
#95a5a6
- Represents dashed lines for Authorization Server and Authorization Response.