Conversation
…s to existing structures
…leset version in configuration files.
patrick-werner
marked this pull request as ready for review
February 26, 2026 17:30
patrick-werner
marked this pull request as draft
February 26, 2026 17:31
patrick-werner
marked this pull request as ready for review
February 26, 2026 17:34
gem-uhe
reviewed
Feb 27, 2026
gem-uhe
left a comment
Contributor
There was a problem hiding this comment.
Durchgesehen und keine Probleme entdeckt. Ich warte mit der Übernahme auf Simplifier noch ein wenig, ob sich für den nächsten arvato CR weitere Änderungswünsche ergeben.
… across resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: addedConnectionTypeKimVersionExextension onEndpoint.connectionTypeto capture the KIM version (KimVersionVS) and xxl-mail support (boolean)feat: addedEndpointFADIdExextension onEndpointto capture the Fachdienst-ID (FAD) of a KIM endpointfeat: addedEndpointFADIdExtoalias.fshas$IdentifierFAD = https://gematik.de/fhir/sid/fachdienst-idfeat: addedConnectionTypeKimVersionExas a named extension slice onEndpointDirectory.connectionTypefeat: added InvariantKimConnectionTypeInvenforcing that ifConnectionTypeKimVersionExis used onconnectionType, thenconnectionTypemust be#kimfromEndpointDirectoryConnectionTypechange:breakingreplaced version-specific KIM codes#kim-1.0,#kim-1.5,#kim-2.0inEndpointDirectoryConnectionTypewith a single generic#kim "KIM Endpoint"code; the KIM version is now expressed viaConnectionTypeKimVersionEx. This feature was not used yet for KIM, so no migration of existing data is needed.change:breakingreduced cardinality ofownerTelematikIdonHealthcareServiceDirectoryandPractitionerRoleDirectoryfrom0..*to0..1feat: addedOwnerTelematikIdEx(ownerTelematikId 0..1 MS) toLocationDirectorychange: reorganizedalias.fshwith section comments; removed unused identifier aliases ($NamingSystemTelematikID,$IdentifierBSNR,$NamingSystemBSNR,$IdentifierKZVA,$NamingSystemKZVA,$IdentifierIKNR,$NamingSystemIKNR,$IdentifierLANR,$NamingSystemLANR)feat: addedKimVersionCSCodeSystem with codes#1.0,#1.5,#2.0feat: addedKimVersionVSValueSet including all codes fromKimVersionCSfeat: addedEndpointDirectoryKIMappTagsCodeSystem as placeholder for future KIM appTag codes (#not-present)feat: addedEndpointDirectoryKIMappTagstoEndpointPayloadTypeVSfeat: addedKIMEndpointExampleexample instance for a KIM 2.0 endpoint withConnectionTypeKimVersionExandEndpointFADIdExfeat: addedactive MStoPractitionerDirectoryfix: setPractitionerDirectory.identifier[TelematikID]to min cardinality1..fix: removedactive 0..0restriction fromPractitionerDirectoryStrictchange: setLocationDirectory.addressto1.. MS(wasMSonly)data migration
EndpointDirectoryConnectionType: replace instances using#kim-1.0,#kim-1.5or#kim-2.0with#kim; set the KIM version via the newConnectionTypeKimVersionExextension onEndpoint.connectionTypeusing codes fromKimVersionCS(kim-1.0,kim-1.5,kim-2.0). As this feature was not used yet for KIM, no migration of existing data is needed.HealthcareServiceDirectoryandPractitionerRoleDirectory: if multipleownerTelematikIdextensions are present, reduce to at most one