Skip to content

Commit

Permalink
update relations
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Feb 21, 2024
1 parent 2ba6aca commit 88bcda1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Material/images/src/plantuml/Standort-Organisation.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace ISiK_Basis {
namespace ISiK_Basis_NEU_Standort_Organisation {

class ISiKStandort <Location><<(P,#1dde23)>>
' https://build.fhir.org/location.html

class ISiKStandortRaum <Location><<(P,#1dde23)>>

Expand All @@ -14,7 +15,11 @@ namespace ISiK_Basis {

ISiKStandort <|-- ISiKStandortRaum
ISiKStandort <|-- ISiKStandortBett
ISiKStandortRaum o-- ISiKStandortBett : .partof
ISiKStandort o-- ISiKStandort : .partof 0..1

' https://build.fhir.org/organization.html
class ISiKOrganisationFachbteilung <Schedule><<(P,#1dde23)>>
ISiKOrganisationFachbteilung o-- ISiKStandort : managingOrganization 0..1

}

Expand All @@ -32,8 +37,8 @@ namespace ISiK_Terminplanung {
class ISiKNachricht <Communication><<(P,#8DA5C4)>>
}

ISiK_Basis.ISiK_Basis_NEU_Standort_Organisation.ISiKStandort o-- ISiK_Terminplanung.ISiKKalender : .actor
ISiK_Basis.ISiK_Basis_NEU_Standort_Organisation.ISiKOrganisationFachbteilung o-- ISiK_Terminplanung.ISiKMedizinischeBehandlungseinheit : .providedBy
ISiK_Basis.ISiK_Basis_NEU_Standort_Organisation.ISiKStandort o-- ISiK_Terminplanung.ISiKKalender : .actor 1..*
ISiK_Basis.ISiK_Basis_NEU_Standort_Organisation.ISiKOrganisationFachbteilung o-- ISiK_Terminplanung.ISiKMedizinischeBehandlungseinheit : .providedBy 0..1



Expand Down

0 comments on commit 88bcda1

Please sign in to comment.