Skip to content

Commit 0c90357

Browse files
chore: update version to 0.13.1 and apply CodingSytemCodeInv to type slices
1 parent d32ea8a commit 0c90357

File tree

72 files changed

+101
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+101
-84
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2025-05-06 Version 0.13.1
4+
- `change`: applied the CodingSytemCodeInv directly to .type slices instead of .type to avoid Snapshotting issues in some environments.
5+
36
## 2025-04-17 Version 0.13.0
47
- `change`: removed KBV_CS_SFHIR_BAR2_WBO_OID_URL (urn:oid:1.2.276.0.76.5.114) as these were replaced by IHE codes several years ago.
58
- `change`: removed KBV_CS_SFHIR_BAR2_WBO_OID_URL (urn:oid:1.2.276.0.76.5.114) from PractitionerQualificationVS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "de.gematik.fhir.directory",
3-
"version": "0.11.25",
3+
"version": "0.13.1",
44
"author": "gematik GmbH",
55
"description": "Package Release des gematik FHIR Directory",
66
"fhirVersions": [

src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryConnectionType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "EndpointDirectoryConnectionType",
77
"title": "Codes for Endpoint.connectionType",
88
"description": "CodeSystem TI specific connection types assigned to the Endpoints",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryPayloadType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "EndpointDirectoryPayloadType",
77
"title": "Codes for Endpoint.payloadType",
88
"description": "CodeSystem TI specific payload types assigned to the Endpoints\n\nCodes are maintained by gematik.\nThe codes are used to declare which processes are supported by an entity with the corresponding entry in the gematik Directory.\nNew codes can be requested at gematik. There must exist a specification for each code so that developers can find out how to implement the process.",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-EndpointVisibilityCS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "EndpointVisibilityCS",
77
"title": "EndpointVisibilityCS",
88
"description": "EndpointVisibilityCS",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointVisibilityCS",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-HealthcareServiceSpecialtyCS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "HealthcareServiceSpecialtyCS",
77
"title": "HealthcareService Specialty",
88
"description": "Specialty codes of HealthcareServices",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/HealthcareServiceSpecialtyCS",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "HolderCS",
77
"title": "Codes for identity authorities (Holder)",
88
"description": "Code System for identity authories in the TI, which verify and control the identities of practitioners and organisations",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/HolderCS",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-OpeningTimeQualifierCS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "OpeningTimeQualifierCS",
77
"title": "OpeningTimeQualifierCS",
88
"description": "Qualifier code for HealthCareService opening times",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/OpeningTimeQualifierCS",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-OrganizationProfessionOID.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "OrganizationProfessionOID",
77
"title": "CodeSystem for ProfessionOID of Institutions",
88
"description": "The codes for Organizations based on Profession OIDs defined in [gemSpec_OID](https://fachportal.gematik.de/fachportal-import/files/gemSpec_OID_V3.10.0.pdf)",
9-
"version": "0.13.0",
9+
"version": "0.13.1",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
1111
"concept": [
1212
{

src/fhir/fsh-generated/resources/CodeSystem-OrganizationProviderType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "OrganizationProviderType",
66
"id": "OrganizationProviderType",
77
"description": "CodeSystem of TI Service Provider types as to be found in the gematik Directory",
8-
"version": "0.13.0",
8+
"version": "0.13.1",
99
"url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProviderType",
1010
"concept": [
1111
{

0 commit comments

Comments
 (0)