Skip to content

Commit 6a854e4

Browse files
authored
Update Standortverzeichnis_optimiert.puml
1 parent 0c81c31 commit 6a854e4

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

src/plantuml/OrgStruct/Standortverzeichnis_optimiert.puml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
package "Krankenhaus" {
44

55
class Organization_Krankenhaus {
6-
#identifier : telematikID, IKNR
7-
#name : Name der Organization
8-
#alias : Alternative name
9-
#type : professionOID
10-
#active : true
6+
#<color:#0000FF>identifier.telematikID xxx</color>
7+
#<color:#0000FF>identifier.IKNR xxx</color>
8+
#<color:#0000FF>name : Krankenhaus xxx </color>
9+
-alias :
10+
#<color:#0000FF>type : 1.2.276.0.76.4.53 Krankenhaus</color>
11+
#<color:#0000FF>active : true</color>
1112
}
1213

13-
14-
1514
class HealthcareService_Krankenhaus {
16-
#type : Fachrichtung HealthcareServiceType
17-
#speciality : HL7 Service type
18-
#name : -
15+
#<color:#0000FF>type : GESU - Öffentliches Gesundheitswesen</color>
16+
#<color:#0000FF>Origin: ldap</color>
17+
-speciality : -
18+
-name : -
1919
#availableTime: Öffnungszeiten
2020
}
2121

@@ -26,18 +26,17 @@ HealthcareService_Krankenhaus --> Endpoint_Krankenhaus : endpoint
2626

2727
class Location_Krankenhaus {
2828
#name : -
29-
#address : VZD Adresse
29+
#<color:#0000FF>address : Promenadenstraße 3-5, 12207, Berlin</color>
3030
-position : VZD GeoKoordinaten
3131
}
3232

33-
3433
class Endpoint_Krankenhaus {
35-
#name: Name
36-
#endpointVisibility : -
37-
#status : active
38-
#connectionType : EndpointConnectionType
39-
#payloadType : EndpointPlayloadType
40-
#address : KIM/TIM Adresse
34+
#<color:#0000FF>name: Name</color>
35+
#<color:#0000FF>endpointVisibility : -</color>
36+
#<color:#0000FF>status : active</color>
37+
#<color:#0000FF>connectionType : EndpointConnectionType</color>
38+
#<color:#0000FF>payloadType : EndpointPlayloadType</color>
39+
#<color:#0000FF>address : KIM/TIM Adresse</color>
4140
}
4241

4342
}
@@ -51,6 +50,8 @@ note right of Krankenhaus
5150
über IK/HauptIK.
5251
end note
5352

53+
note "Legende\n<color:#0000FF>Blaue Attribute/Werte werden aus dem VZD übernommen</color>\n<color:#2bcc0e>Grüne Attribute werden aus dem Standortverzeichnis übernommen</color>" as N1
54+
5455
package "Standort" {
5556

5657
class Organization_Standort {

0 commit comments

Comments
 (0)