Skip to content

Commit cfc8122

Browse files
authored
Merge pull request #171 from gematik/0.16.0
0.16.0
2 parents b834ede + d7c8d16 commit cfc8122

File tree

84 files changed

+165
-83
lines changed

Some content is hidden

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

84 files changed

+165
-83
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

changelog.md

Lines changed: 4 additions & 1 deletion

fhirpkg.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"updated": "2025-02-07T09:45:27.420738+01:00",
2+
"updated": "2025-08-15T12:22:53.918809+02:00",
33
"dependencies": {
4-
"de.basisprofil.r4": "1.5.2",
4+
"de.basisprofil.r4": "1.5.4",
55
"hl7.fhir.r4.core": "4.0.1",
66
"de.ihe-d.terminology": "3.0.1"
77
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "de.gematik.fhir.directory",
3-
"version": "0.15.0",
3+
"version": "0.11.26",
44
"author": "gematik GmbH",
55
"description": "Package Release des gematik FHIR Directory",
66
"fhirVersions": [
77
"4.0.1"
88
],
99
"dependencies": {
10-
"de.basisprofil.r4": "1.5.3",
10+
"de.basisprofil.r4": "1.5.4",
1111
"de.ihe-d.terminology": "3.0.1"
1212
}
1313
}

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.15.0",
9+
"version": "0.16.0",
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.15.0",
9+
"version": "0.16.0",
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.15.0",
9+
"version": "0.16.0",
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.15.0",
9+
"version": "0.16.0",
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.15.0",
9+
"version": "0.16.0",
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.15.0",
9+
"version": "0.16.0",
1010
"url": "https://gematik.de/fhir/directory/CodeSystem/OpeningTimeQualifierCS",
1111
"concept": [
1212
{

0 commit comments

Comments
 (0)