-
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
bb1b2e6
commit b24e99d
Showing
4 changed files
with
491 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
@startuml dummy | ||
' package Dummy{ | ||
' entity Entität01 { | ||
' optionales Attribut | ||
' **optionales fettes Attribut** | ||
' * **vorgeschriebens fettes Attribut** | ||
' } | ||
' | ||
' entity Entität01 { | ||
' optionales Attribut : text | ||
' **optionales fettes Attribut** nummer <<auto>> | ||
' * **vorgeschriebens fettes Attribut** | ||
' } | ||
' Entität01 }|..|| Entität02 | ||
' Entität03 }o..o| Entität04 | ||
' Entität05 ||--o{ Entität06 | ||
' Entität07 |o--|| Entität08 | ||
' } | ||
@enduml | ||
|
||
|
||
' TODO: | ||
' Vervollständigen im Sinne von: https://github.com/gematik/spec-ISiK-Medikation/blob/rc/main-stufe-4/Material/docs/Medikation%20Abgleich%20bestehende%20Spezifikationen.xlsx | ||
|
||
@startuml infomodell | ||
'verhindere Probleme mit gewinkelten Krähenfüßen | ||
'skinparam linetype ortho | ||
|
||
'ISiK_Medikation.ISiKMedikationsListe::subject --> ISiK_Basis.ISiKPatient | ||
'ISiK_Medikation.ISiKMedikationTransaction --> R4_Core.Bundle | ||
'ISiK_Medikation.ISiKMedikationTransactionResponse --|> R4_Core.Bundle | ||
|
||
'together ISiK_DokumentenAustausch { | ||
class ISiKDokumentenMetadaten <DocumentReference><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-dokumentenaustausch-v3/isikdokumentenmetadaten ISiK Dokumenten Metadaten]] | ||
} | ||
|
||
class ISiKDokumentenSuchergebnisse <Bundle><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-dokumentenaustausch-v3/isikdokumentensuchergebnisse ISiK Dokumenten Suchergebnisse]] | ||
} | ||
|
||
class ISiKConfidentialityCodes <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-dokumentenaustausch-v3/ISiKConfidentialityCodes/ ISiK Confidentiality Codes]] | ||
} | ||
'} | ||
|
||
'together DE_Basisprofile_R4 { | ||
class IHEXDShealthcareFacilityTypeCode <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656621 IHEXDS Healthcare Facility Type Code]] | ||
} | ||
class IHEXDSpracticeSettingCode <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656622 IHEXDS Practice Setting Code]] | ||
} | ||
class IHEXDStypeCode <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656623 IHEXDS Type Code]] | ||
} | ||
class IHEXDSclassCode <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656617 IHEXDS Class Code]] | ||
} | ||
class IHEXDSeventCodeList <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656619 IHEXDS Event Code List]] | ||
} | ||
class IHEXDSformatCodeDE <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656620 IHEXDS Format Code]] | ||
} | ||
'} | ||
|
||
|
||
class vsKDL as "valueset-kdl-2022" <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/dvmd.kdl.r4.2022/2022.1.2/files/773899 Valueset KDL 2022]] | ||
} | ||
|
||
'together ISiK_Basis { | ||
class ISiKPatient <Patient><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikpatient ISiK Patient]] | ||
} | ||
class ISiKKontaktGesundheitseinrichtung <Encounter><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikkontaktgesundheitseinrichtung ISiK Kontakt Gesundheitseinrichtung]] | ||
} | ||
class ISiKPractitioner <Practitioner><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikpersonimgesundheitsberuf ISiK Person im Gesundheitsberuf]] | ||
} | ||
class ISiKAngehoeriger <RelatedPerson><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikangehoeriger ISiK Angehoeriger]] | ||
} | ||
'} | ||
|
||
'Realtions | ||
|
||
'diamonds | ||
together { | ||
<> MultiRef_PracPatRel | ||
MultiRef_PracPatRel -- ISiKPractitioner | ||
MultiRef_PracPatRel -- ISiKPatient | ||
MultiRef_PracPatRel -- ISiKAngehoeriger | ||
<> MultiRef_KDLXDS | ||
MultiRef_KDLXDS -- vsKDL | ||
MultiRef_KDLXDS -- IHEXDStypeCode | ||
} | ||
|
||
'Relations | ||
ISiKDokumentenSuchergebnisse::DocumentReference -down- " 1..1 " ISiKDokumentenMetadaten | ||
|
||
|
||
ISiKDokumentenMetadaten::type -- " 1..1 " MultiRef_KDLXDS | ||
ISiKDokumentenMetadaten::category -- " 0..1 " IHEXDSclassCode | ||
|
||
ISiKDokumentenMetadaten::subject --> " 1..1 " ISiKPatient | ||
ISiKDokumentenMetadaten::author <--> " 0..1 " MultiRef_PracPatRel | ||
ISiKDokumentenMetadaten::securityLabel -up- " 1..* "ISiKConfidentialityCodes | ||
ISiKDokumentenMetadaten::content -- " 1..1 " IHEXDSformatCodeDE | ||
ISiKDokumentenMetadaten::encounter -- " 0..1 " ISiKKontaktGesundheitseinrichtung | ||
ISiKDokumentenMetadaten::context -- " 1..1 " IHEXDSeventCodeList | ||
ISiKDokumentenMetadaten::context -- " 1..1 " IHEXDShealthcareFacilityTypeCode | ||
ISiKDokumentenMetadaten::context -- " 1..1 " IHEXDSpracticeSettingCode | ||
|
||
|
||
' namespace dummy { | ||
' class Foo { | ||
' + field1 | ||
' + field2 | ||
' } | ||
' class Bar { | ||
' + field3 | ||
' + field4 | ||
' } | ||
' Foo::field1 --> Bar::field3 : foo | ||
' Foo::field2 --> Bar::field4 : bar | ||
' } | ||
@enduml |
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,199 @@ | ||
@startuml dummy | ||
' package Dummy{ | ||
' entity Entität01 { | ||
' optionales Attribut | ||
' **optionales fettes Attribut** | ||
' * **vorgeschriebens fettes Attribut** | ||
' } | ||
' | ||
' entity Entität01 { | ||
' optionales Attribut : text | ||
' **optionales fettes Attribut** nummer <<auto>> | ||
' * **vorgeschriebens fettes Attribut** | ||
' } | ||
' Entität01 }|..|| Entität02 | ||
' Entität03 }o..o| Entität04 | ||
' Entität05 ||--o{ Entität06 | ||
' Entität07 |o--|| Entität08 | ||
' } | ||
@enduml | ||
|
||
|
||
' TODO: | ||
' Vervollständigen im Sinne von: https://github.com/gematik/spec-ISiK-Medikation/blob/rc/main-stufe-4/Material/docs/Medikation%20Abgleich%20bestehende%20Spezifikationen.xlsx | ||
|
||
@startuml resourcediagram | ||
'verhindere Probleme mit gewinkelten Krähenfüßen | ||
'skinparam linetype ortho | ||
|
||
'Namespace enhancement | ||
set separator none | ||
|
||
'ISiK_Medikation.ISiKMedikationsListe::subject --> ISiK_Basis.ISiKPatient | ||
'ISiK_Medikation.ISiKMedikationTransaction --> R4_Core.Bundle | ||
'ISiK_Medikation.ISiKMedikationTransactionResponse --|> R4_Core.Bundle | ||
|
||
namespace ISiK_Basis { | ||
class identifierAbrechnungsnummer <Identifier><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/identifierabrechnungsnummer Identifier-Profil]] für die "Fallnummer" | ||
} | ||
'ISiKMedikation::itemReference --> ISiKMedikation | ||
|
||
class ISiKAbrechnungsfall <Account><<(P,#8DA5C4)>>{ | ||
id | ||
extension : **ExtensionAbrechnungsDiagnoseProzedur** | ||
|_ AbrechnungsDiagnoseProzedur | ||
identifier | ||
|_ Abrechnungsnummer : **identifierAbrechnungsnummer** | ||
|_ type : **ISiKAccountIdentifierType** | ||
|_ system | ||
|_ value | ||
status : AccountStatus | ||
type : **ISiKAccountType** | ||
subject : Reference ( **Patient**) | ||
coverage | ||
|_ extension : **ExtensionAbrechnungsart** | ||
|_ Abrechnungsart | ||
|_ coverage | ||
} | ||
|
||
class ISiKAngehoeriger <RelatedPerson><<(P,#8DA5C4)>>{ | ||
patient : Reference ( **Patient**) | ||
name : HumanName, deutsches Basisprofil | ||
address S Σ 0..* Address | ||
|_ Strassenanschrift S Σ I 0..* Adresse, deutsches BasisprofilPattern | ||
|_ extension I 0..* Extension | ||
|_ Stadtteil | ||
|_ type S Σ 1..1 codeBindingFixed Value | ||
|_ line S Σ 1..3 string | ||
|_ extension I 0..* Extension | ||
|_ Strasse S I 0..1 Extension(string) | ||
|_ Hausnummer S I 0..1 Extension(string) | ||
|_ Adresszusatz S I 0..1 Extension(string) | ||
|_ Postfach | ||
|_ city S Σ 1..1 string | ||
|_ district Σ 0..0 string | ||
|_ state Σ 0..1 stringBinding | ||
|_ postalCode S Σ 1..1 string | ||
|_ country S Σ 1..1 stringBinding | ||
|_ period Σ I 0..1 Period | ||
|_ Postfach S Σ I 0..* Adresse, deutsches BasisprofilPattern | ||
|_ type S Σ 1..1 codeBindingFixed Value | ||
|_ line S Σ 1..3 string | ||
|_ extension I 0..* Extension | ||
|_ Strasse S I 0..1 Extension(string) | ||
|_ Hausnummer S I 0..1 Extension(string) | ||
|_ Adresszusatz S I 0..1 Extension(string) | ||
|_ Postfach | ||
|_ city | ||
|_ <s>district</s> | ||
|_ postalCode | ||
|_ country | ||
} | ||
|
||
namespace ValueSets { | ||
class ISiKAccountIdentifierType <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikaccountidentifiertype ISiK Account Identifier Type]] | ||
Includes codes from the code System | ||
[[https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/80925 v2.0203]] | ||
-- | ||
**AN** displays-as **Account Number** | ||
} | ||
class ISiKAccountType <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikaccounttype ISiK Account Type]] | ||
Includes codes from the code System | ||
[[https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/80998 v3.ActCode]] | ||
-- | ||
**AMB** displays-as **ambulatory** | ||
**IMP** displays-as **inpatient encounter** | ||
} | ||
} | ||
} | ||
|
||
|
||
namespace DE_Basisprofile_R4 { | ||
class Basisprofile_Modul <<(M,#FFAAAA)>>{ | ||
Dokumentation auf HL7 Org | ||
[[https://simplifier.net/basisprofil-de-r4 Basisprofil DE (RE4)]] | ||
} | ||
|
||
class ExtensionAbrechnungsDiagnoseProzedur <<(E,#7A8495)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656773 Fallbezogene Abrechnungsrelevanz \nvon Diagnosen und Prozeduren]] | ||
} | ||
|
||
class ExtensionAbrechnungsart <<(E,#7A8495)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656772 Abrechnungsart]] | ||
} | ||
|
||
class gender-amtlich-de <<(E,#7A8495)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656672 Administratives Geschlecht 'other']] | ||
} | ||
|
||
class gender-amtlich-de <<(E,#7A8495)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656672 Administratives Geschlecht 'other']] | ||
} | ||
|
||
class gender-amtlich-de <<(E,#7A8495)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/de.basisprofil.r4/1.4.0/files/656672 Administratives Geschlecht 'other']] | ||
} | ||
|
||
} | ||
|
||
namespace HL7_FHIR_R4_Core { | ||
class Foundation_Modul <<(M,#FFAAAA)>>{ | ||
Dokumentation auf HL7 Org | ||
[[https://hl7.org/fhir/R4/ HL7 FHIR R4 Core Foundation]] | ||
} | ||
class AccountStatus <ValueSet><<(V,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/82308 Account Status]] | ||
Includes all codes from the underlying code System | ||
[[https://simplifier.net/packages/hl7.fhir.r4.core/4.0.1/files/81890 Account Status]] | ||
} | ||
} | ||
|
||
namespace ISiK_Basis { | ||
class Basismodul_Stufe_3 <<(M,#FFDC36)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/~introduction ISiK Basis Stufe 3]] | ||
} | ||
class ISiKPatient <Patient><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikpatient ISiK Patient]] | ||
} | ||
class ISiKKontaktGesundheitseinrichtung <Encounter><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikkontaktgesundheitseinrichtung ISiK Kontakt Gesundheitseinrichtung]] | ||
} | ||
class ISiKPractitioner <Practitioner><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikpersonimgesundheitsberuf ISiK Person im Gesundheitsberuf]] | ||
} | ||
class ISiKAngehoeriger <RelatedPerson><<(P,#8DA5C4)>>{ | ||
Dokumentation auf Simplifier | ||
[[https://simplifier.net/isik-basis-v3/isikangehoeriger ISiK Angehoeriger]] | ||
} | ||
} | ||
|
||
|
||
'namespace dummy { | ||
' class Foo { | ||
' + field1 | ||
' + field2 | ||
' } | ||
' class Bar { | ||
' + field3 | ||
' + field4 | ||
' } | ||
' Foo::field1 --> Bar::field3 : foo | ||
' Foo::field2 --> Bar::field4 : bar | ||
'} | ||
@enduml |
Oops, something went wrong.