Skip to content

Commit f201dfa

Browse files
überflüssige Leerzeichen entfernt
1 parent ab7d89f commit f201dfa

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/fhir/fsh-generated/resources/Bundle-VSDMBundle-H890123459.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"valueCoding": {
201201
"code": "5",
202202
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS",
203-
"display": "Rentner und ihre Familienangehörigen "
203+
"display": "Rentner und ihre Familienangehörigen"
204204
}
205205
},
206206
{

src/fhir/fsh-generated/resources/Coverage-VSDMCoverage-H890123459.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"valueCoding": {
2121
"code": "5",
2222
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS",
23-
"display": "Rentner und ihre Familienangehörigen "
23+
"display": "Rentner und ihre Familienangehörigen"
2424
}
2525
},
2626
{

src/fhir/fsh-generated/resources/ValueSet-VSDMDMPVS.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
"concept": [
1818
{
1919
"code": "01",
20-
"display": "Diabetes mellitus Typ 2 "
20+
"display": "Diabetes mellitus Typ 2"
2121
},
2222
{
2323
"code": "02",
24-
"display": "Brustkrebs "
24+
"display": "Brustkrebs"
2525
},
2626
{
2727
"code": "03",
2828
"display": "Koronare Herzkrankheit"
2929
},
3030
{
3131
"code": "04",
32-
"display": "Diabetes mellitus Typ 1 "
32+
"display": "Diabetes mellitus Typ 1"
3333
},
3434
{
3535
"code": "05",
36-
"display": "Asthma bronchiale "
36+
"display": "Asthma bronchiale"
3737
},
3838
{
3939
"code": "06",

src/fhir/input/fsh/examples/VSDMCoverage-H890123459.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage: #example
2323
* start = "2020-01-01"
2424
* end = "2023-12-31"
2525
* extension[digitalesDMP].valueBoolean = true
26-
* extension[versichertenart].valueCoding = $csVersichertenart#5 "Rentner und ihre Familienangehörigen "
26+
* extension[versichertenart].valueCoding = $csVersichertenart#5 "Rentner und ihre Familienangehörigen"
2727
* status = #active
2828
* type = #GKV
2929
* beneficiary.reference = "Patient/437f2555-2396-4c64-a656-e9553161ca3c"

src/fhir/input/fsh/valuesets/VSDMDMPVS.fsh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Description: "Disease-Management-Programm (Einschränkung auf im VSDM 2.0 gülti
44

55
* insert Meta
66

7-
* include $csDMP#01 "Diabetes mellitus Typ 2 "
8-
* include $csDMP#02 "Brustkrebs "
7+
* include $csDMP#01 "Diabetes mellitus Typ 2"
8+
* include $csDMP#02 "Brustkrebs"
99
* include $csDMP#03 "Koronare Herzkrankheit"
10-
* include $csDMP#04 "Diabetes mellitus Typ 1 "
11-
* include $csDMP#05 "Asthma bronchiale "
10+
* include $csDMP#04 "Diabetes mellitus Typ 1"
11+
* include $csDMP#05 "Asthma bronchiale"
1212
* include $csDMP#06 "COPD (chronic obstructive pulmonary disease)"
1313
* include $csDMP#07 "Chronische Herzinsuffizienz"
1414
* include $csDMP#08 "Depression"

0 commit comments

Comments
 (0)