Skip to content

Commit 7004fd7

Browse files
chore: update changelog for version 1.1.0 release with new features and fixes
1 parent 811b0e7 commit 7004fd7

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2026-02-23 Version 1.1.0
3+
## 2026-02-26 Version 1.1.0
44
- `feat`: added `ConnectionTypeKimVersionEx` extension on `Endpoint.connectionType` to capture the KIM version (`KimVersionVS`) and xxl-mail support (`boolean`)
55
- `feat`: added `EndpointFADIdEx` extension on `Endpoint` to capture the Fachdienst-ID (FAD) of a KIM endpoint
66
- `feat`: added `EndpointFADIdEx` to `alias.fsh` as `$IdentifierFAD = https://gematik.de/fhir/sid/fachdienst-id`
@@ -10,6 +10,15 @@
1010
- `change`: `breaking` reduced cardinality of `ownerTelematikId` on `HealthcareServiceDirectory` and `PractitionerRoleDirectory` from `0..*` to `0..1`
1111
- `feat`: added `OwnerTelematikIdEx` (`ownerTelematikId 0..1 MS`) to `LocationDirectory`
1212
- `change`: reorganized `alias.fsh` with section comments; removed unused identifier aliases (`$NamingSystemTelematikID`, `$IdentifierBSNR`, `$NamingSystemBSNR`, `$IdentifierKZVA`, `$NamingSystemKZVA`, `$IdentifierIKNR`, `$NamingSystemIKNR`, `$IdentifierLANR`, `$NamingSystemLANR`)
13+
- `feat`: added `KimVersionCS` CodeSystem with codes `#kim-1.0`, `#kim-1.5`, `#kim-2.0`
14+
- `feat`: added `KimVersionVS` ValueSet including all codes from `KimVersionCS`
15+
- `feat`: added `EndpointDirectoryKIMappTags` CodeSystem as placeholder for future KIM appTag codes (`#not-present`)
16+
- `feat`: added `EndpointDirectoryKIMappTags` to `EndpointPayloadTypeVS`
17+
- `feat`: added `KIMEndpointExample` example instance for a KIM 2.0 endpoint with `ConnectionTypeKimVersionEx` and `EndpointFADIdEx`
18+
- `feat`: added `active MS` to `PractitionerDirectory`
19+
- `fix`: set `PractitionerDirectory.identifier[TelematikID]` to min cardinality `1..`
20+
- `fix`: removed `active 0..0` restriction from `PractitionerDirectoryStrict`
21+
- `change`: set `LocationDirectory.address` to `1.. MS` (was `MS` only)
1322

1423
### data migration
1524
- `EndpointDirectoryConnectionType`: replace instances using `#kim-1.0`, `#kim-1.5` or `#kim-2.0` with `#kim`; set the KIM version via the new `ConnectionTypeKimVersionEx` extension on `Endpoint.connectionType` using codes from `KimVersionCS` (`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.

0 commit comments

Comments
 (0)