-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVSDMTDSCodeIssueSeverity.fsh
More file actions
98 lines (85 loc) · 3.45 KB
/
VSDMTDSCodeIssueSeverity.fsh
File metadata and controls
98 lines (85 loc) · 3.45 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Instance: VSDMTDSCodeIssueSeverity
InstanceOf: ConceptMap
Title: "VSDMTDSCode zu IssueSeverity"
Description: "Ermittlung der IssueSeverity aus dem VSDMTDSCode"
Usage: #definition
* insert Meta-Inst
* purpose = """
Diese ConceptMap ordnet den TDS-Codes die Werte zur Versorgung von VSDMOperationOutcome.issue.severity zu.
Wichtig: Hier werden nur die TDS-Codes mit Fehler-Adressat "Clientsystem" erfasst, da für Fehler mit Adressat "HTTP-Proxy" keine VSDMOperationOutcome-Ressource erzeugt wird.
"""
* sourceUri = Canonical(VSDMTDSCodeVS|1.0.1-dev)
* targetUri = $vsIssueSeverity
* group[+]
* source = Canonical(VSDMTDSCodeCS|1.0.1-dev)
* target = $csIssueSeverity
* element[+]
* code = #79010
* display = "Institutionskennung [ik] aus dem PoPP-Token weist Formatfehler auf."
* target[+]
* code = #fatal
* display = "Fatal"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79011
* display = "Krankenversichertennummer [kvnr] aus dem PoPP-Token weist Formatfehler auf."
* target[+]
* code = #fatal
* display = "Fatal"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79012
* display = "Institutionskennung [ik] aus dem PoPP-Token ist dem Fachdienst nicht bekannt."
* target[+]
* code = #error
* display = "Error"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79013
* display = "Krankenversichertennummer [kvnr] aus dem PoPP-Token ist dem Fachdienst zur Institutionskennung [ik] nicht bekannt."
* target[+]
* code = #error
* display = "Error"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79014
* display = "Der Änderungsindikator [etag_value] kann nicht verarbeitet werden."
* target[+]
* code = #error
* display = "Error"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79015
* display = "Die vom Clientsystem angefragte Profilversion wird nicht unterstützt."
* target[+]
* code = #error
* display = "Error"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79030
* display = "Der HTTP-Header [header] ist ungültig."
* target[+]
* code = #fatal
* display = "Fatal"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79031
* display = "Das vom Clientsystem angefragte Datenformat [media_type] wird nicht unterstützt."
* target[+]
* code = #error
* display = "Error"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79040
* display = "Die HTTP-Operation [http_operation] wird nicht unterstützt."
* target[+]
* code = #fatal
* display = "Fatal"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.
* element[+]
* code = #79100
* display = "Unerwarteter interner Fehler des Fachdienstes VSDM."
* target[+]
* code = #fatal
* display = "Fatal"
* equivalence = #wider // The target mapping is wider in meaning than the source concept.