Skip to content

Commit

Permalink
initial Infomodell AMTS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 16, 2024
1 parent 0a8e2ec commit 5ce77cb
Showing 1 changed file with 69 additions and 13 deletions.
82 changes: 69 additions & 13 deletions Material/images/src/plantuml/amts_infomodell.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,77 @@

' verhindere Probleme mit gewinkelten Krähenfüßen
skinparam linetype ortho

' 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
' }

package ISiK-Basis {
class ISiKPatient <Patient><<(P,#CCCCFF)>>{
id
identifier
--
--
**Geschlecht**
**Alter**
**Körpergewicht**
...
}
class ISiKAllergie <AllergyIntolerance><<(P,#CCCCFF)>>{
TBD

**Beginn**
**Abklingen**
**Lebensphase**
}
class ISiKDiagnose <Condition><<(P,#CCCCFF)>>{
--
--
**klinischer Status**
**Verifikationsstatus**
**Typ**
**Kategorie**
**Kritikalität**
**Code**
}
}

entity Entität01 {
optionales Attribut
**optionales fettes Attribut**
* **vorgeschriebens fettes Attribut**
package ISiK-Medikation {
class ISiKMedikation <Medication><<(P,#CCCCFF)>>{
id
identifier
--
--
**Name**
**Stoff**
code.coding:**PZN**
**Applikationsweg**
}
}

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
package "ISiK-Labor (MVP)"{
class ISiKLaborErgebnis <Observation><<(P,#CCCCFF)>>{
TBD
..Nierenfunktion..
**GFR**
**Serumkreation**
**Risikomeldung**
..
}
}

@enduml

0 comments on commit 5ce77cb

Please sign in to comment.