update
This commit is contained in:
86
AzA march 2026 - Kopie (18)/kg_diktat_brief_presets.json
Normal file
86
AzA march 2026 - Kopie (18)/kg_diktat_brief_presets.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"active": 2,
|
||||
"presets": [
|
||||
{
|
||||
"name": "Arztbrief",
|
||||
"order": [
|
||||
"DI",
|
||||
"AN",
|
||||
"BF",
|
||||
"BE",
|
||||
"TP"
|
||||
],
|
||||
"labels": {
|
||||
"DI": "Diagnosen",
|
||||
"AN": "Anamnese",
|
||||
"BF": "Befunde",
|
||||
"BE": "Beurteilung",
|
||||
"TP": "Therapie / Procedere"
|
||||
},
|
||||
"visibility": {
|
||||
"DI": true,
|
||||
"AN": true,
|
||||
"BF": true,
|
||||
"BE": true,
|
||||
"TP": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Spitalarztbrief",
|
||||
"order": [
|
||||
"DI",
|
||||
"ZF",
|
||||
"EP",
|
||||
"AE",
|
||||
"BF",
|
||||
"VL",
|
||||
"TA",
|
||||
"MA",
|
||||
"PE"
|
||||
],
|
||||
"labels": {
|
||||
"DI": "Diagnosen",
|
||||
"ZF": "Zusammenfassung",
|
||||
"EP": "Epikrise",
|
||||
"AE": "Anamnese bei Eintritt",
|
||||
"BF": "Befunde",
|
||||
"VL": "Verlauf",
|
||||
"TA": "Therapie im Aufenthalt",
|
||||
"MA": "Medikation bei Austritt",
|
||||
"PE": "Procedere / Empfehlungen"
|
||||
},
|
||||
"visibility": {
|
||||
"DI": true,
|
||||
"ZF": true,
|
||||
"EP": true,
|
||||
"AE": true,
|
||||
"BF": true,
|
||||
"VL": true,
|
||||
"TA": true,
|
||||
"MA": true,
|
||||
"PE": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Einfach",
|
||||
"order": [
|
||||
"DI",
|
||||
"BF",
|
||||
"BE",
|
||||
"TH"
|
||||
],
|
||||
"labels": {
|
||||
"DI": "Diagnose",
|
||||
"BF": "Befund",
|
||||
"BE": "Beurteilung",
|
||||
"TH": "Therapie"
|
||||
},
|
||||
"visibility": {
|
||||
"DI": true,
|
||||
"BF": false,
|
||||
"BE": true,
|
||||
"TH": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user