Skip to content

Commit f48891d

Browse files
committed
updated diagram
1 parent 6f87462 commit f48891d

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

input/images-source/ig-structure.plantuml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
skinparam artifact {
33
BackgroundColor<<active>> LightGreen
44
BackgroundColor<<retired>> LightGray
5+
BackgroundColor<<onDevelop>> LightBlue
56
}
67

78
database GitHubLab [
@@ -67,11 +68,13 @@ HDR examples (other)
6768

6869
artifact "This guide" <<active>>
6970
artifact "Laboratory Report IG" <<retired>>
70-
artifact "Hospital Discharge Report IG" <<active>>
71-
artifact "Patient Summary IG" <<active>>
71+
artifact "Hospital Discharge Report IG" <<retired>>
72+
artifact "Patient Summary IG" <<retired>>
7273
artifact "Medication Prescription and Dispense (MPD) IG" as mpd <<retired>>
7374
artifact "HL7 EU Laboratory Report" as hl7LabReport <<active>>
74-
artifact "HL7 EU MPD" as hl7Mpd <<active>>
75+
artifact "HL7 EU MPD" as hl7Mpd <<onDevelop>>
76+
artifact "HL7 EU HDR" as hl7Hdr <<onDevelop>>
77+
artifact "HL7 EU Patient Summary" as hl7Eps <<onDevelop>>
7578

7679
"This guide" -- GitHubXph
7780
"This guide" o-- "Laboratory Report IG"
@@ -80,36 +83,42 @@ artifact "HL7 EU MPD" as hl7Mpd <<active>>
8083
"This guide" o-- mpd
8184

8285
"Patient Summary IG" -- GitHubPs
83-
"Patient Summary IG" *-- PatientSummaryIg
86+
"Patient Summary IG" *-- PatientSummaryIg
8487
GitHubPs -- PatientSummary
8588
GitHubPs -- PatientSummaryIg
89+
hl7Eps --> "Patient Summary IG" : substitute
90+
"Patient Summary IG" --> hl7Eps : input for
8691

8792
"Laboratory Report IG" -- GitHubLab
8893
"Laboratory Report IG" *-- LabReportIg
8994
GitHubLab -- LabReport
9095
GitHubLab -- LabReportIg
96+
hl7LabReport --> "Laboratory Report IG" : substitute
97+
"Laboratory Report IG" --> hl7LabReport : input for
9198

9299
"Hospital Discharge Report IG" -- GitHubHDR
93100
"Hospital Discharge Report IG" *-- HDRIg
101+
"Hospital Discharge Report IG" *-- HDRIg
94102
GitHubHDR -- HDR
95103
GitHubHDR -- HDRIg
104+
hl7Hdr --> "Hospital Discharge Report IG" : substitute
105+
"Hospital Discharge Report IG" --> hl7Hdr : input for
96106

97107
mpd -- GitHubMpd
98108
mpd *-- MPDIg
99109
GitHubMpd -- MPDIg
100-
101-
hl7LabReport --> "Laboratory Report IG" : substitute
102110
hl7Mpd --> mpd : substitute
103-
104-
"Laboratory Report IG" --> hl7LabReport : input for
105111
mpd --> hl7Mpd : input for
106112

113+
107114
artifact "Sandbox Lab" as sandboxLab
108115
sandboxLab -- hl7LabReport
109116
url of sandboxLab is [[https://sandbox.hl7europe.eu/]]
110117

111118
url of hl7LabReport is [[https://hl7.eu/fhir/laboratory/]]
112119
url of hl7Mpd is [[https://build.fhir.org/ig/hl7-eu/mpd/]]
120+
url of hl7Hdr is [[https://build.fhir.org/ig/hl7-eu/hdr/]]
121+
url of hl7Eps is [[https://build.fhir.org/ig/hl7-eu/eps/]]
113122
url of "Patient Summary IG" is [[https://build.fhir.org/ig/hl7-eu/xpandh-ps]]
114123
url of "Laboratory Report IG" is [[https://build.fhir.org/ig/hl7-eu/xpandh-lab]]
115124
url of "Hospital Discharge Report IG" is [[https://build.fhir.org/ig/hl7-eu/xpandh-hdr]]

0 commit comments

Comments
 (0)