File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @startuml
2+ !define FHIR https ://www . hl7 . org /fhir /
3+ skinparam componentStyle rectangle
4+
5+ package "Organisation" {
6+ [Organization ] << (R ,#FFAAAA ) >>
7+ [HealthcareService ] << (R ,#AAFFAA ) >>
8+ [Location ] << (R ,#AAAAFF ) >>
9+ [Endpoint ] << (R ,#FFFFAA ) >>
10+
11+ [Organization ] --> [HealthcareService ] : provides
12+ [HealthcareService ] --> [Location ] : locatedAt
13+ [HealthcareService ] --> [Endpoint ] : uses
14+ }
15+
16+ package "SubOrganisation" {
17+ [SubOrganization ] << (R ,#FFAAAA ) >>
18+ [HealthcareServiceSub ] << (R ,#AAFFAA ) >>
19+ [LocationSub ] << (R ,#AAAAFF ) >>
20+ [EndpointSub ] << (R ,#FFFFAA ) >>
21+
22+ [SubOrganization ] --> [HealthcareServiceSub ] : provides
23+ [HealthcareServiceSub ] --> [LocationSub ] : locatedAt
24+ [HealthcareServiceSub ] --> [EndpointSub ] : uses
25+ }
26+
27+ [SubOrganization ] -up -> [Organization ] : partOf
28+
29+ @enduml
You can’t perform that action at this time.
0 commit comments