Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/data/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"fshType": "Instance",
"fshFile": "mappings/VSDMDEUEVAnlage8ISO3166.fsh",
"startLine": 1,
"endLine": 2031
"endLine": 2039
},
{
"outputFile": "ConceptMap-VSDMTDSCodeErrorcode.json",
Expand Down
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CodeSystem-VSDMKostentraegerRolleCS.json VSDMKost
CodeSystem-VSDMRuhenderLeistungsanspruchArtCS.json VSDMRuhenderLeistungsanspruchArtCS CodeSystem codesystems/VSDMRuhenderLeistungsanspruchArtCS.fsh 1 - 23
CodeSystem-VSDMTDSCodeCS.json VSDMTDSCodeCS CodeSystem codesystems/VSDMTDSCodeCS.fsh 1 - 179
CodeSystem-VSDMVersichertenartPKVCS.json VSDMVersichertenartPKVCS CodeSystem codesystems/VSDMVersichertenartPKVCS.fsh 1 - 21
ConceptMap-VSDMDEUEVAnlage8ISO3166.json VSDMDEUEVAnlage8ISO3166 Instance mappings/VSDMDEUEVAnlage8ISO3166.fsh 1 - 2031
ConceptMap-VSDMDEUEVAnlage8ISO3166.json VSDMDEUEVAnlage8ISO3166 Instance mappings/VSDMDEUEVAnlage8ISO3166.fsh 1 - 2039
ConceptMap-VSDMTDSCodeErrorcode.json VSDMTDSCodeErrorcode Instance mappings/VSDMTDSCodeErrorcode.fsh 1 - 89
ConceptMap-VSDMTDSCodeHTTPStatus.json VSDMTDSCodeHTTPStatus Instance mappings/VSDMTDSCodeHTTPStatus.fsh 1 - 118
ConceptMap-VSDMTDSCodeIssueSeverity.json VSDMTDSCodeIssueSeverity Instance mappings/VSDMTDSCodeIssueSeverity.fsh 1 - 89
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@
}
]
},
{
"code": "AU",
"display": "Ashmore- und Cartierinseln",
"target": [
{
"code": "AU",
"display": "Australia",
"equivalence": "wider"
}
]
},
{
"code": "ETH",
"display": "Äthiopien",
Expand All @@ -233,7 +244,7 @@
{
"code": "AU",
"display": "Australia",
"equivalence": "equal"
"equivalence": "wider"
}
]
},
Expand Down
10 changes: 9 additions & 1 deletion src/fhir/input/fsh/mappings/VSDMDEUEVAnlage8ISO3166.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ Usage: #definition
* display = "Azerbaijan"
* equivalence = #equal

* element[+]
* code = #AU
* display = "Ashmore- und Cartierinseln"
* target[+]
* code = #AU
* display = "Australia"
* equivalence = #wider

* element[+]
* code = #ETH
* display = "Äthiopien"
Expand All @@ -174,7 +182,7 @@ Usage: #definition
* target[+]
* code = #AU
* display = "Australia"
* equivalence = #equal
* equivalence = #wider

* element[+]
* code = #BS
Expand Down