-
Notifications
You must be signed in to change notification settings - Fork 2
/
gmd-definitions.yml
60 lines (46 loc) · 2.44 KB
/
gmd-definitions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# attention: xml2gmd generator will not yet apply these settings!
links:
toc-link-type: 1 # 1: [3.1] Festlegungen zur funktionalen Eignung
# 2: [3.1 Festlegungen zur funktionalen Eignung]
# 3: [3.1 Festlegungen zur funktionalen Eignung](3.1)
# 4: [3.1 Festlegungen zur funktionalen Eignung](https://www.gematik.de/specs/...)
afo-link-type: 1 # 1: [TIP1-A_4549] - Initialisierung Kartenterminaldienst
# 2: [TIP1-A_4549 - Initialisierung Kartenterminaldienst]
# 3: [TIP1-A_4549 - Initialisierung Kartenterminaldienst](TIP1-A_4549)
# 4: [TIP1-A_4549 - Initialisierung Kartenterminaldienst](https://www.gematik.de/specs/...)
tags:
enclosing-tags: false # default: false
uppercase-tags: false # default: false
tag:
id: meta-tag
name: "<meta>" # <meta> Produkttyp Version: 2.50.1-1
is_key_value_pair: true # default: false
tag:
id: requirement-tag
name: "<afo>" # <afo> TIP1-A_4549 - Initialisierung Kartenterminaldienst
ends_at_eol: true # default: true
tag:
id: image-tag
name: "<abb>" # <abb> Abbildung 11: PIC_KON_022 Grundsätzlicher Aufbau der Ereignisnachricht"
tag:
id: table-tag
name: "<tab>" # <tab> Tabelle 134: TAB_KON_030 Ereignisnachricht"
tag:
id: heading-tag
h1: "###" # ### 4 Funktionsmerkmale
h2: "###" # ### 4.1 Anwendungskonnektor
h3: "###" # ### 4.1.1 Zugriffsberechtigungsdienst
h4: "###" # ### 4.1.1.4 Interne TUCs, auch durch Fachmodule nutzbar
h5: "###" # ### 4.1.1.4.1 TUC_KON_000 „Prüfe Zugriffsberechtigung“
h6: "###" # ### 4.1.1.4.1.1 TUC_KON_000 „Prüfe Zugriffsberechtigung“ Details
# ----------------------------------------------------------------------------
# experimental only:
# ----------------------------------------------------------------------------
tag:
name: "data"
attribute:
name: "state"
value_constraints:
- "AAA" # <data state = "AAA"/>
- "BB" # <data state = "BB"/>
- "C" # <data state = "C"/>