Skip to content

Commit

Permalink
Merge pull request #38 from gematik/bugfix/pkv-identifier
Browse files Browse the repository at this point in the history
Korrektur PKV-Identifier
  • Loading branch information
florianschoffke authored May 21, 2024
2 parents 53328a1 + cd528f4 commit a986bda
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"profile": [
"http://fhir.de/StructureDefinition/identifier-telematik-id",
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
]
Expand All @@ -130,7 +130,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
],
Expand All @@ -134,7 +134,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-pkv"
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion Resources/input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Alias: $KBV_PR_ERP_Bundle = https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_B

// DE-Basisprofile
Alias: $identifier-kvid-10 = http://fhir.de/StructureDefinition/identifier-kvid-10
Alias: $identifier-pkv = http://fhir.de/StructureDefinition/identifier-pkv
Alias: $identifier-pkv = https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Identifier_PkvID_10
Alias: $identifier-telematik-id = https://gematik.de/fhir/sid/telematik-id
Alias: $identifier-iknr = http://fhir.de/StructureDefinition/identifier-iknr

0 comments on commit a986bda

Please sign in to comment.