NHS North West Genomics
0.2.1 - ci-build
NHS North West Genomics - Local Development build (v0.2.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
graph LR;
subgraph Producer;
s[Source]
s --> v2E
s --> v2D
v2E["HL7 v2 Event Message"]
v2D["HL7 v2 Document Message"]
s --> fMessage["FHIR Message (Document)"]
s --> fEvent["FHIR Message (Event) and Subscription"]
s --> rest["FHIR RESTful (PUT/POST) and Transaction"]
rB[Consumer Business Logic]
rest --> rB
Agg["FHIR Document<br/>(Aggregation Layer)"]
Agg --> s
end
subgraph Consumer
B[Business Logic]
d[Desination]
B --> |"FHIR RESTful (PUT/POST)<br/>Optional"| d
d --> restC["FHIR RESTful (GET)"]
end
v2E --> B
v2D --> B
fMessage --> B
fEvent --> B
rB --> d
restC --> s
restC --> Agg
classDef pink fill:#F8CECC
classDef green fill:#D5E8D4;
classDef yellow fill:#FFF2CC;
class restC,v2E,fEvent,Agg green
class rest,rB pink
class v2D,fMessage yellow
HL7 v2 is the most common exchange format for healthcare data. It has two basic interaction styles:
HL7 FHIR has several interaction styles which can replace HL7 v2.
Like HL7 v3 CDA, FHIR also supports a clinical document model called FHIR Document