-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08071ab
commit 2ba6aca
Showing
2 changed files
with
118 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 104 additions & 0 deletions
104
Material/images/src/plantuml/Standort-Organisation.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
@startuml | ||
|
||
namespace ISiK_Basis { | ||
|
||
namespace ISiK_Basis_NEU_Standort_Organisation { | ||
|
||
class ISiKStandort <Location><<(P,#1dde23)>> | ||
|
||
class ISiKStandortRaum <Location><<(P,#1dde23)>> | ||
|
||
class ISiKStandortBett <Location><<(P,#1dde23)>> | ||
|
||
class ISiKOrganisationFachbteilung <Schedule><<(P,#1dde23)>> | ||
|
||
ISiKStandort <|-- ISiKStandortRaum | ||
ISiKStandort <|-- ISiKStandortBett | ||
ISiKStandortRaum o-- ISiKStandortBett : .partof | ||
|
||
} | ||
|
||
class ISIK_KontaktmitGesundheitseinrichtung <Encounter><<(P,#8DA5C4)>> | ||
|
||
ISiK_Basis.ISiK_Basis_NEU_Standort_Organisation.ISiKOrganisationFachbteilung o-- ISIK_KontaktmitGesundheitseinrichtung : .serviceProvider | ||
|
||
} | ||
|
||
note top of ISiK_Basis: Nur für Standort und Organisation wesentliche Profile | ||
|
||
namespace ISiK_Terminplanung { | ||
class ISiKKalender <Schedule><<(P,#8DA5C4)>> | ||
class ISiKMedizinischeBehandlungseinheit <HealthcareService><<(P,#8DA5C4)>> | ||
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 -----up[hidden]-> ISiK_Terminplanung | ||
|
||
/' | ||
together ISiK_Terminplanung { | ||
class ISiKKalender <Schedule><<(P,#8DA5C4)>>{ | ||
extension : **ScheduleName** | ||
|_ (All Slices) | ||
|_ <s> extension </s> | ||
|_ KalenderName : **Extension** | ||
active | ||
serviceType | ||
specialty | ||
|_ Fachrichtung : **IHEXDSauthorSpeciality** | ||
actor : Reference ( **Patient** | **Practitioner** | PractitionerRole | \n\t**RelatedPerson** | Device | HealthcareService | Location) | ||
|_ identifier | ||
|_ display | ||
|_ Akteur : Reference (**Practitioner** | HealthcareService) | ||
|_ reference | ||
} | ||
class ISiKMedizinischeBehandlungseinheit <HealthcareService><<(P,#8DA5C4)>>{ | ||
active | ||
type | ||
specialty | ||
|_ Fachrichtung : **IHEXDSauthorSpeciality** | ||
name | ||
} | ||
class ISiKNachricht <Communication><<(P,#8DA5C4)>>{ | ||
inResponseTo : Reference (Communication) | ||
status | ||
subject : Reference ( **Patient** ) | ||
sent | ||
recipient : Reference ( Device | Organization | **Patient** | **Practitioner** | \n\tPractitionerRole | **RelatedPerson** | Group | CareTeam | HealthcareService) | ||
|_ identifier | ||
|_ display | ||
|_ ISiKRecipient : Reference ( **Practitioner** | HealthcareService) | ||
|_ reference | ||
sender : Reference ( Device | Organization | **Patient** | **Practitioner** | \n\tPractitionerRole | **RelatedPerson** | HealthcareService) | ||
|_ reference | ||
payload : BackboneElement | ||
|_ content[x] | ||
|_ contentString | ||
|_ contentAttachment | ||
|_ contentType | ||
|_ <s>data</s> | ||
|_ url | ||
|_ creation | ||
} | ||
class ISiKTermin <Appointment><<(P,#8DA5C4)>>{ | ||
} | ||
class ISiKTerminblock <Slot><<(P,#8DA5C4)>>{ | ||
} | ||
class ISiKTerminKontaktMitGesundheitseinrichtung <Encounter><<(P,#8DA5C4)>>{ | ||
} | ||
} | ||
'/ |