-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVSDMOperationOutcome-InvalidProfileVersion.fsh
More file actions
27 lines (26 loc) · 1.35 KB
/
VSDMOperationOutcome-InvalidProfileVersion.fsh
File metadata and controls
27 lines (26 loc) · 1.35 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
Instance: VSDMOperationOutcome-InvalidProfileVersion
InstanceOf: VSDMOperationOutcome
Title: "Fehlermeldung VSDSERVICE_INVALID_PROFILE_VERSION"
Description: "Beispiel zur Fehlermeldung 'Die vom Clientsystem angefragte Profilversion [profile_version] wird nicht unterstützt.'"
Usage: #example
* meta
* profile[0] = Canonical(VSDMOperationOutcome|1.0.1-dev)
* text
* status = #generated
* div[+] = """
<div xmlns="http://www.w3.org/1999/xhtml">
Die Abfrage der Versichertenstammdaten war technisch fehlerhaft. Bitte wenden Sie sich an Ihren Systemhersteller.
</div>
"""
* issue[+]
* severity = #error "Error"
* code = #value "Element value invalid"
* details[+]
* coding[0] = VSDMErrorcodeCS#VSDSERVICE_INVALID_PROFILE_VERSION "Die vom Clientsystem angefragte Profilversion [profile_version] wird nicht unterstützt."
* text = "Die vom Clientsystem angefragte Profilversion 1.42 wird nicht unterstützt."
* diagnostics = """
Das Clientsystem hat mit dem verpflichtenden Parameter profileVersion eine Profilversion angefordert, die vom Fachdienst nicht unterstützt wird.
Das Clientsystem muss den Parameter mit einer unterstützten Major-/Minor-Version gemäß der aktuellen gematik-Vorgaben füllen.
Wiederholen Sie die Anfrage unter Angabe eines gültigen Werts.
"""
* expression[+] = "http.profileVersion"