HueHive
#3498db
Blue
#2ecc71
Green
#9b59b6
Purple
#e74c3c
Red
#95a5a6
Grey
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
Palette Description
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.