Skip to content

Commit 82db660

Browse files
Merge pull request #103 from gematik/feature/102-laendercode-au
Mapping Ländercode AU ergänzt
2 parents 0695765 + 756d1cd commit 82db660

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

src/fhir/fsh-generated/data/fsh-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"fshType": "Instance",
246246
"fshFile": "mappings/VSDMDEUEVAnlage8ISO3166.fsh",
247247
"startLine": 1,
248-
"endLine": 2031
248+
"endLine": 2039
249249
},
250250
{
251251
"outputFile": "ConceptMap-VSDMTDSCodeErrorcode.json",

src/fhir/fsh-generated/fsh-index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CodeSystem-VSDMKostentraegerRolleCS.json VSDMKost
2929
CodeSystem-VSDMRuhenderLeistungsanspruchArtCS.json VSDMRuhenderLeistungsanspruchArtCS CodeSystem codesystems/VSDMRuhenderLeistungsanspruchArtCS.fsh 1 - 23
3030
CodeSystem-VSDMTDSCodeCS.json VSDMTDSCodeCS CodeSystem codesystems/VSDMTDSCodeCS.fsh 1 - 179
3131
CodeSystem-VSDMVersichertenartPKVCS.json VSDMVersichertenartPKVCS CodeSystem codesystems/VSDMVersichertenartPKVCS.fsh 1 - 21
32-
ConceptMap-VSDMDEUEVAnlage8ISO3166.json VSDMDEUEVAnlage8ISO3166 Instance mappings/VSDMDEUEVAnlage8ISO3166.fsh 1 - 2031
32+
ConceptMap-VSDMDEUEVAnlage8ISO3166.json VSDMDEUEVAnlage8ISO3166 Instance mappings/VSDMDEUEVAnlage8ISO3166.fsh 1 - 2039
3333
ConceptMap-VSDMTDSCodeErrorcode.json VSDMTDSCodeErrorcode Instance mappings/VSDMTDSCodeErrorcode.fsh 1 - 89
3434
ConceptMap-VSDMTDSCodeHTTPStatus.json VSDMTDSCodeHTTPStatus Instance mappings/VSDMTDSCodeHTTPStatus.fsh 1 - 118
3535
ConceptMap-VSDMTDSCodeIssueSeverity.json VSDMTDSCodeIssueSeverity Instance mappings/VSDMTDSCodeIssueSeverity.fsh 1 - 89

src/fhir/fsh-generated/resources/ConceptMap-VSDMDEUEVAnlage8ISO3166.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,17 @@
215215
}
216216
]
217217
},
218+
{
219+
"code": "AU",
220+
"display": "Ashmore- und Cartierinseln",
221+
"target": [
222+
{
223+
"code": "AU",
224+
"display": "Australia",
225+
"equivalence": "wider"
226+
}
227+
]
228+
},
218229
{
219230
"code": "ETH",
220231
"display": "Äthiopien",
@@ -233,7 +244,7 @@
233244
{
234245
"code": "AU",
235246
"display": "Australia",
236-
"equivalence": "equal"
247+
"equivalence": "wider"
237248
}
238249
]
239250
},

src/fhir/input/fsh/mappings/VSDMDEUEVAnlage8ISO3166.fsh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ Usage: #definition
160160
* display = "Azerbaijan"
161161
* equivalence = #equal
162162

163+
* element[+]
164+
* code = #AU
165+
* display = "Ashmore- und Cartierinseln"
166+
* target[+]
167+
* code = #AU
168+
* display = "Australia"
169+
* equivalence = #wider
170+
163171
* element[+]
164172
* code = #ETH
165173
* display = "Äthiopien"
@@ -174,7 +182,7 @@ Usage: #definition
174182
* target[+]
175183
* code = #AU
176184
* display = "Australia"
177-
* equivalence = #equal
185+
* equivalence = #wider
178186

179187
* element[+]
180188
* code = #BS

0 commit comments

Comments
 (0)