22skinparam artifact {
33 BackgroundColor <<active>> LightGreen
44 BackgroundColor <<retired>> LightGray
5+ BackgroundColor <<onDevelop>> LightBlue
56}
67
78database GitHubLab [
@@ -67,11 +68,13 @@ HDR examples (other)
6768
6869artifact "This guide" <<active >>
6970artifact "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 >>
7273artifact "Medication Prescription and Dispense (MPD) IG" as mpd <<retired >>
7374artifact "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
8487GitHubPs -- PatientSummary
8588GitHubPs -- 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
8994GitHubLab -- LabReport
9095GitHubLab -- 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
94102GitHubHDR -- HDR
95103GitHubHDR -- HDRIg
104+ hl7Hdr --> "Hospital Discharge Report IG " : substitute
105+ "Hospital Discharge Report IG" --> hl7Hdr : input for
96106
97107mpd -- GitHubMpd
98108mpd *-- MPDIg
99109GitHubMpd -- MPDIg
100-
101- hl7LabReport --> "Laboratory Report IG " : substitute
102110hl7Mpd --> mpd : substitute
103-
104- "Laboratory Report IG" --> hl7LabReport : input for
105111mpd --> hl7Mpd : input for
106112
113+
107114artifact "Sandbox Lab" as sandboxLab
108115sandboxLab -- hl7LabReport
109116url of sandboxLab is [[https ://sandbox . hl7europe . eu /]]
110117
111118url of hl7LabReport is [[https ://hl7 . eu /fhir /laboratory /]]
112119url 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 /]]
113122url of "Patient Summary IG" is [[https ://build . fhir . org /ig /hl7 - eu /xpandh - ps ]]
114123url of "Laboratory Report IG" is [[https ://build . fhir . org /ig /hl7 - eu /xpandh - lab ]]
115124url of "Hospital Discharge Report IG" is [[https ://build . fhir . org /ig /hl7 - eu /xpandh - hdr ]]
0 commit comments