TKB Clinical Process Activity Actions
0.1.0 - ci-build
Sweden
TKB Clinical Process Activity Actions - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
This section describes the technical architecture, integration patterns, and deployment model for the clinicalprocess:activity:actions services.
graph TB
Consumer[Consumer<BR/>EMR/Portal]
Aggregator[Aggregating Service]
EI[Engagement Index]
Source1[Source System 1]
Source2[Source System 2]
Consumer --> Aggregator
Aggregator --> EI
Aggregator --> Source1
Aggregator --> Source2
sequenceDiagram
participant C as Consumer
participant A as Aggregator
participant S1 as Source 1
participant S2 as Source 2
C->>A: getActivities(Request)
A->>S1: fetch(Request)
A->>S2: fetch(Request)
S1-->>A: Response
S2-->>A: Response
A-->>C: Aggregated Response