diff --git a/.github/workflows/FHIRValidator.yml b/.github/workflows/FHIRValidator.yml index 1253600f..bba30b82 100644 --- a/.github/workflows/FHIRValidator.yml +++ b/.github/workflows/FHIRValidator.yml @@ -53,7 +53,7 @@ jobs: folder: './src/fhir/fsh-generated/resources/' - name: Firely.Terminal (GitHub Actions) - uses: FirelyTeam/firely-terminal-pipeline@v0.7.28 + uses: FirelyTeam/firely-terminal-pipeline@v0.7.23 with: PATH_TO_CONFORMANCE_RESOURCES: src/fhir/fsh-generated/resources/ # PATH_TO_QUALITY_CONTROL_RULES: qc/custom @@ -73,6 +73,7 @@ jobs: SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true SUSHI_OPTIONS: src/fhir/ + SUSHI_VERSION: 3.17.0 EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET - name: Upload validation artifacts diff --git a/changelog.md b/changelog.md index 0f791187..f7671ba3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,16 @@ # Changelog +## 2026-01-22 Version 1.0.1 +- `fix`: OrganizationNCPeHCountrySP contained an incorrect Extension URL; the URL changed when the extension was moved to the `de.gematik.ti` package. +- The change of the OrganizationNCPeHCountrySP url was missing in the 1.0.0 changelog, it is included now. + ## 2025-09-10 Version 1.0.0 - `feat`: Added dependencies on `de.gematik.terminology` and `de.gematik.ti` to ensure alignment with other gematik IGs. *Note*: This change does not affect the profiles themselves; it is purely a structural adjustment. +- **Update 22.01.2026**: `change` the url of OrganizationNCPeHCountrySP was changed as the extension was moved to the `de.gematik.ti` package. + +### data migration +- update instances of OrganizationDirectory: Organization.extension:ncpehCountryEx. The extension url was: `https://gematik.de/fhir/directory/StructureDefinition/NCPeHCountry` - new url is now: `https://gematik.de/fhir/ti/StructureDefinition/ncpeh-country-extension` ## 2025-08-25 Version 0.11.26 (feat for 0.11.25 only) - `feat`: relaxed binding of qualification.code on PractitionerDirectory to extensible, allowing the validation of any code as the current existing data instances are not compliant to the strict binding. This is a temporary solution until the data instances are migrated to the new codes and won't be changed in the current and more recent releases. diff --git a/package.json b/package.json index cef75cc4..eb13c028 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "de.gematik.fhir.directory", - "version": "1.0.0", + "version": "1.0.1", "author": "gematik GmbH", "description": "Package Release des gematik FHIR Directory", "fhirVersions": [ "4.0.1" ], "dependencies": { - "de.gematik.ti": "1.1.1" + "de.gematik.ti": "1.2.0" } } diff --git a/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryConnectionType.json b/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryConnectionType.json index 175aa74c..b7e4069e 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryConnectionType.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryConnectionType.json @@ -6,7 +6,7 @@ "id": "EndpointDirectoryConnectionType", "title": "Codes for Endpoint.connectionType", "description": "CodeSystem TI specific connection types assigned to the Endpoints", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryPayloadType.json b/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryPayloadType.json index 8016d02f..c37d8af4 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryPayloadType.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-EndpointDirectoryPayloadType.json @@ -6,7 +6,7 @@ "id": "EndpointDirectoryPayloadType", "title": "Codes for Endpoint.payloadType", "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.", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-EndpointVisibilityCS.json b/src/fhir/fsh-generated/resources/CodeSystem-EndpointVisibilityCS.json index e724e260..337325a4 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-EndpointVisibilityCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-EndpointVisibilityCS.json @@ -6,7 +6,7 @@ "id": "EndpointVisibilityCS", "title": "EndpointVisibilityCS", "description": "EndpointVisibilityCS", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/EndpointVisibilityCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-HealthcareServiceSpecialtyCS.json b/src/fhir/fsh-generated/resources/CodeSystem-HealthcareServiceSpecialtyCS.json index 846fd9be..aea85187 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-HealthcareServiceSpecialtyCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-HealthcareServiceSpecialtyCS.json @@ -6,7 +6,7 @@ "id": "HealthcareServiceSpecialtyCS", "title": "HealthcareService Specialty", "description": "Specialty codes of HealthcareServices", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/HealthcareServiceSpecialtyCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json b/src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json index 6c2eadd6..4f597611 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json @@ -6,7 +6,7 @@ "id": "HolderCS", "title": "Codes for identity authorities (Holder)", "description": "Code System for identity authories in the TI, which verify and control the identities of practitioners and organisations", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/HolderCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-OpeningTimeQualifierCS.json b/src/fhir/fsh-generated/resources/CodeSystem-OpeningTimeQualifierCS.json index 4d96ce34..29fb6d30 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-OpeningTimeQualifierCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-OpeningTimeQualifierCS.json @@ -6,7 +6,7 @@ "id": "OpeningTimeQualifierCS", "title": "OpeningTimeQualifierCS", "description": "Qualifier code for HealthCareService opening times", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/OpeningTimeQualifierCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-OrganizationVisibilityCS.json b/src/fhir/fsh-generated/resources/CodeSystem-OrganizationVisibilityCS.json index e6b65cec..5ae89951 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-OrganizationVisibilityCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-OrganizationVisibilityCS.json @@ -6,7 +6,7 @@ "id": "OrganizationVisibilityCS", "title": "OrganizationVisibilityCS", "description": "OrganizationVisibilityCS", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationVisibilityCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-Origin.json b/src/fhir/fsh-generated/resources/CodeSystem-Origin.json index 33cae316..1b8f804b 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-Origin.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-Origin.json @@ -5,7 +5,7 @@ "name": "Origin", "id": "Origin", "description": "CodeSystem which identifies the origin of a resource in the FHIR Directory", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/Origin", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyHealthcareSpecialtyCS.json b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyHealthcareSpecialtyCS.json index bba7169a..73819094 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyHealthcareSpecialtyCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyHealthcareSpecialtyCS.json @@ -6,7 +6,7 @@ "id": "PharmacyHealthcareSpecialtyCS", "title": "Pharmacy HealthcareService Specialty", "description": "Specialty codes of pharmacy HealthcareServices", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyHealthcareSpecialtyCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeCS.json b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeCS.json index 5b7be4ec..07033931 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeCS.json @@ -6,7 +6,7 @@ "id": "PharmacyTypeCS", "title": "Pharmacy type", "description": "Pharmacy type codes of accessability for patients", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyTypeCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeLDAPCS.json b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeLDAPCS.json index 965be7d3..1a4b7d28 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeLDAPCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-PharmacyTypeLDAPCS.json @@ -6,7 +6,7 @@ "id": "PharmacyTypeLDAPCS", "title": "Pharmacy type LDAP", "description": "Pharmacy type codes used in the LDAP-VZD", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyTypeLDAPCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-Region.json b/src/fhir/fsh-generated/resources/CodeSystem-Region.json index f068a66d..b28573cd 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-Region.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-Region.json @@ -6,7 +6,7 @@ "id": "Region", "title": "Codes for regions in german healthcare system.", "description": "Additionally to german Bundeslander there are 2 sub-provinces \n`Nordrhein` and `Westfalen-Lippe`.", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/Region", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-ResourceTag.json b/src/fhir/fsh-generated/resources/CodeSystem-ResourceTag.json index 54e6a414..7aebea49 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-ResourceTag.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-ResourceTag.json @@ -6,7 +6,7 @@ "id": "ResourceTag", "title": "Resource Tag", "description": "All allowed tags for meta.tag usage in the Directory Service, excluding Origin Tags.", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/ResourceTag", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-VZDHealthCareServiceCharacteristicsCS.json b/src/fhir/fsh-generated/resources/CodeSystem-VZDHealthCareServiceCharacteristicsCS.json index c3de1dce..e6851ce4 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-VZDHealthCareServiceCharacteristicsCS.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-VZDHealthCareServiceCharacteristicsCS.json @@ -5,7 +5,7 @@ "name": "VZDHealthCareServiceCharacteristicsCS", "id": "VZDHealthCareServiceCharacteristicsCS", "description": "CodeSystem of VZD specific HealthcareService characteristics", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/VZDHealthCareServiceCharacteristicsCS", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-physicalFeatures.json b/src/fhir/fsh-generated/resources/CodeSystem-physicalFeatures.json index dc0b730c..8859d414 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-physicalFeatures.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-physicalFeatures.json @@ -5,7 +5,7 @@ "name": "PhysicalFeaturesHealthCareServiceCS", "id": "physicalFeatures", "description": "CodeSystem of defined physical features", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/CodeSystem/physicalFeatures", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/CodeSystem-zahnaerztliche-fachrichtungen-oid-url.json b/src/fhir/fsh-generated/resources/CodeSystem-zahnaerztliche-fachrichtungen-oid-url.json index b80519cc..072a6932 100644 --- a/src/fhir/fsh-generated/resources/CodeSystem-zahnaerztliche-fachrichtungen-oid-url.json +++ b/src/fhir/fsh-generated/resources/CodeSystem-zahnaerztliche-fachrichtungen-oid-url.json @@ -6,7 +6,7 @@ "id": "zahnaerztliche-fachrichtungen-oid-url", "title": "ZahnaerztlicheFachrichtungen", "description": "ZahnaerztlicheFachrichtungen", - "version": "1.0.0", + "version": "1.0.1", "url": "urn:oid:1.2.276.0.76.5.494", "concept": [ { diff --git a/src/fhir/fsh-generated/resources/SearchParameter-EndpointAddressSP.json b/src/fhir/fsh-generated/resources/SearchParameter-EndpointAddressSP.json index 8c8000f3..54dea246 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-EndpointAddressSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-EndpointAddressSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "EndpointAddressSP", "url": "https://gematik.de/fhir/directory/SearchParameter/EndpointAddressSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-EndpointVisibilitySP.json b/src/fhir/fsh-generated/resources/SearchParameter-EndpointVisibilitySP.json index dbcf8840..f1bb5c5d 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-EndpointVisibilitySP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-EndpointVisibilitySP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "EndpointVisibilitySP", "url": "https://gematik.de/fhir/directory/SearchParameter/EndpointVisibilitySP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-HealthcareServiceCoverageAreaPostalCodeSP.json b/src/fhir/fsh-generated/resources/SearchParameter-HealthcareServiceCoverageAreaPostalCodeSP.json index df01e693..079bad51 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-HealthcareServiceCoverageAreaPostalCodeSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-HealthcareServiceCoverageAreaPostalCodeSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "HealthcareServiceCoverageAreaPostalCodeSP", "url": "https://gematik.de/fhir/directory/SearchParameter/HealthcareServiceCoverageAreaPostalCodeSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-HolderIdSP.json b/src/fhir/fsh-generated/resources/SearchParameter-HolderIdSP.json index 6c6baf25..b7318d87 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-HolderIdSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-HolderIdSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "HolderIdSP", "url": "https://gematik.de/fhir/directory/SearchParameter/HolderIdSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationAliasSP.json b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationAliasSP.json index d500df73..6fca5f91 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationAliasSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationAliasSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "OrganizationAliasSP", "url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationAliasSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationNCPeHCountrySP.json b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationNCPeHCountrySP.json index bc846a1f..299eaac3 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationNCPeHCountrySP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationNCPeHCountrySP.json @@ -2,17 +2,17 @@ "resourceType": "SearchParameter", "id": "OrganizationNCPeHCountrySP", "url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationNCPeHCountrySP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", "date": "2024-10-29", "name": "ncpeh-country", - "description": "Search on Organization.extension(https://gematik.de/fhir/directory/StructureDefinition/NCPeHCountry)", + "description": "Search on Organization.extension(https://gematik.de/fhir/ti/StructureDefinition/ncpeh-country-extension)", "code": "ncpeh-country", "base": [ "Organization" ], "type": "token", - "expression": "Organization.extension.where(url = 'https://gematik.de/fhir/directoryNCPeHCountry/StructureDefinition').value.ofType(Coding)" + "expression": "Organization.extension.where(url = 'https://gematik.de/fhir/ti/StructureDefinition/ncpeh-country-extension').value.ofType(Coding)" } diff --git a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationTypeDisplaySP.json b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationTypeDisplaySP.json index df88795c..89b2bacc 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationTypeDisplaySP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationTypeDisplaySP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "OrganizationTypeDisplaySP", "url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationTypeDisplaySP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationVisibilitySP.json b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationVisibilitySP.json index 79adbf45..a9839cca 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-OrganizationVisibilitySP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-OrganizationVisibilitySP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "OrganizationVisibilitySP", "url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationVisibilitySP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-OwnerTelematikIdSP.json b/src/fhir/fsh-generated/resources/SearchParameter-OwnerTelematikIdSP.json index 346ff1c7..54613697 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-OwnerTelematikIdSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-OwnerTelematikIdSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "OwnerTelematikIdSP", "url": "https://gematik.de/fhir/directory/SearchParameter/OwnerTelematikIdSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/SearchParameter-PractitionerQualificationSP.json b/src/fhir/fsh-generated/resources/SearchParameter-PractitionerQualificationSP.json index 320e4556..8c4a1108 100644 --- a/src/fhir/fsh-generated/resources/SearchParameter-PractitionerQualificationSP.json +++ b/src/fhir/fsh-generated/resources/SearchParameter-PractitionerQualificationSP.json @@ -2,7 +2,7 @@ "resourceType": "SearchParameter", "id": "PractitionerQualificationSP", "url": "https://gematik.de/fhir/directory/SearchParameter/PractitionerQualificationSP", - "version": "1.0.0", + "version": "1.0.1", "status": "active", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-CodingWithCodeAndSystem.json b/src/fhir/fsh-generated/resources/StructureDefinition-CodingWithCodeAndSystem.json index 5c4eacbc..0a01c857 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-CodingWithCodeAndSystem.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-CodingWithCodeAndSystem.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "CodingWithCodeAndSystem", "url": "https://gematik.de/fhir/directory/StructureDefinition/CodingWithCodeAndSystem", - "version": "1.0.0", + "version": "1.0.1", "name": "CodingWithCodeAndSystem", "title": "Coding with code and system", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-EndpointDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-EndpointDirectory.json index 83008baf..f79745d1 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-EndpointDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-EndpointDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "EndpointDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/EndpointDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "EndpointDirectory", "title": "Endpoint in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-EndpointVisibility.json b/src/fhir/fsh-generated/resources/StructureDefinition-EndpointVisibility.json index 842185f9..96a4a9d6 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-EndpointVisibility.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-EndpointVisibility.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "EndpointVisibility", "url": "https://gematik.de/fhir/directory/StructureDefinition/EndpointVisibility", - "version": "1.0.0", + "version": "1.0.1", "name": "EndpointVisibility", "title": "EndpointVisibility", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectory.json index c7345e87..0b9eb880 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "HealthcareServiceDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/HealthcareServiceDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "HealthcareServiceDirectory", "title": "HealthcareService in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectoryStrict.json b/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectoryStrict.json index 1d47cb7b..0a005bb5 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectoryStrict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-HealthcareServiceDirectoryStrict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "HealthcareServiceDirectoryStrict", "url": "https://gematik.de/fhir/directory/StructureDefinition/HealthcareServiceDirectoryStrict", - "version": "1.0.0", + "version": "1.0.1", "name": "HealthcareServiceDirectoryStrict", "title": "HealthcareServiceDirectoryStrict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectory.json index d7654f2e..c19e44c7 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "LocationDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "LocationDirectory", "title": "Location in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectoryStrict.json b/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectoryStrict.json index 8f495045..9caa93a0 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectoryStrict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-LocationDirectoryStrict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "LocationDirectoryStrict", "url": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectoryStrict", - "version": "1.0.0", + "version": "1.0.1", "name": "LocationDirectoryStrict", "title": "LocationDirectoryStrict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectory.json index a5e57e47..40bd0712 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "OrganizationDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "OrganizationDirectory", "title": "Organization in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectoryStrict.json b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectoryStrict.json index 2d7504cc..9e510790 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectoryStrict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationDirectoryStrict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "OrganizationDirectoryStrict", "url": "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectoryStrict", - "version": "1.0.0", + "version": "1.0.1", "name": "OrganizationDirectoryStrict", "title": "OrganizationDirectoryStrict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationVisibility.json b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationVisibility.json index fae4ecf2..7aef4bd5 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationVisibility.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-OrganizationVisibility.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "OrganizationVisibility", "url": "https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility", - "version": "1.0.0", + "version": "1.0.1", "name": "OrganizationVisibility", "title": "OrganizationVisibility", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-OwnerTelematikIdEx.json b/src/fhir/fsh-generated/resources/StructureDefinition-OwnerTelematikIdEx.json index 4ff5f760..a8c29ebd 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-OwnerTelematikIdEx.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-OwnerTelematikIdEx.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "OwnerTelematikIdEx", "url": "https://gematik.de/fhir/directory/StructureDefinition/OwnerTelematikIdEx", - "version": "1.0.0", + "version": "1.0.1", "name": "OwnerTelematikIdEx", "title": "OwnerTelematikIdEx", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-PhysicalFeaturesAdditionalNoteEX.json b/src/fhir/fsh-generated/resources/StructureDefinition-PhysicalFeaturesAdditionalNoteEX.json index adb8cd65..43459e73 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-PhysicalFeaturesAdditionalNoteEX.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-PhysicalFeaturesAdditionalNoteEX.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "PhysicalFeaturesAdditionalNoteEX", "url": "https://gematik.de/fhir/directory/StructureDefinition/PhysicalFeaturesAdditionalNoteEX", - "version": "1.0.0", + "version": "1.0.1", "name": "PhysicalFeaturesAdditionalNoteEX", "title": "Physical Features Additional Note", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectory.json index 94f50a53..ccd0eabe 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "PractitionerDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "PractitionerDirectory", "title": "Practitioner in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectoryStrict.json b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectoryStrict.json index 95fb3cb0..b08d9af3 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectoryStrict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerDirectoryStrict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "PractitionerDirectoryStrict", "url": "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectoryStrict", - "version": "1.0.0", + "version": "1.0.1", "name": "PractitionerDirectoryStrict", "title": "PractitionerDirectoryStrict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectory.json b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectory.json index 6d5739d5..5671d1de 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectory.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectory.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "PractitionerRoleDirectory", "url": "https://gematik.de/fhir/directory/StructureDefinition/PractitionerRoleDirectory", - "version": "1.0.0", + "version": "1.0.1", "name": "PractitionerRoleDirectory", "title": "PractitionerRole in gematik Directory", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectoryStrict.json b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectoryStrict.json index 1821606f..9b9da262 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectoryStrict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-PractitionerRoleDirectoryStrict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "PractitionerRoleDirectoryStrict", "url": "https://gematik.de/fhir/directory/StructureDefinition/PractitionerRoleDirectoryStrict", - "version": "1.0.0", + "version": "1.0.1", "name": "PractitionerRoleDirectoryStrict", "title": "PractitionerRoleDirectoryStrict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoverageArea.json b/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoverageArea.json index c6a741d1..6371deb3 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoverageArea.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoverageArea.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "ServiceCoverageArea", "url": "https://gematik.de/fhir/directory/StructureDefinition/ServiceCoverageArea", - "version": "1.0.0", + "version": "1.0.1", "name": "ServiceCoverageArea", "title": "ServiceCoverageArea", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoveragePostalCode.json b/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoveragePostalCode.json index 8b263268..ff7c5c95 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoveragePostalCode.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-ServiceCoveragePostalCode.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "ServiceCoveragePostalCode", "url": "https://gematik.de/fhir/directory/StructureDefinition/ServiceCoveragePostalCode", - "version": "1.0.0", + "version": "1.0.1", "name": "ServiceCoveragePostalCode", "title": "ServiceCoveragePostalCode", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-SpecialOpeningTimesEX.json b/src/fhir/fsh-generated/resources/StructureDefinition-SpecialOpeningTimesEX.json index e1acb8b0..e03ad365 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-SpecialOpeningTimesEX.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-SpecialOpeningTimesEX.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "SpecialOpeningTimesEX", "url": "https://gematik.de/fhir/directory/StructureDefinition/SpecialOpeningTimesEX", - "version": "1.0.0", + "version": "1.0.1", "name": "SpecialOpeningTimesEX", "title": "SpecialOpeningTimesEX", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-endpoint-directory-Strict.json b/src/fhir/fsh-generated/resources/StructureDefinition-endpoint-directory-Strict.json index 0b237c56..265f4cb1 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-endpoint-directory-Strict.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-endpoint-directory-Strict.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "endpoint-directory-Strict", "url": "https://gematik.de/fhir/directory/StructureDefinition/endpoint-directory-Strict", - "version": "1.0.0", + "version": "1.0.1", "name": "EndpointDirectoryStrict", "title": "EndpointDirectory-Strict", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-holder-id-ex.json b/src/fhir/fsh-generated/resources/StructureDefinition-holder-id-ex.json index 0f673668..0f53d939 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-holder-id-ex.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-holder-id-ex.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "holder-id-ex", "url": "https://gematik.de/fhir/directory/StructureDefinition/holder-id-ex", - "version": "1.0.0", + "version": "1.0.1", "name": "HolderIdEx", "title": "Holder ID Extension", "status": "active", diff --git a/src/fhir/fsh-generated/resources/StructureDefinition-results-filtered-ex.json b/src/fhir/fsh-generated/resources/StructureDefinition-results-filtered-ex.json index c6200705..b8371687 100644 --- a/src/fhir/fsh-generated/resources/StructureDefinition-results-filtered-ex.json +++ b/src/fhir/fsh-generated/resources/StructureDefinition-results-filtered-ex.json @@ -2,7 +2,7 @@ "resourceType": "StructureDefinition", "id": "results-filtered-ex", "url": "https://gematik.de/fhir/directory/StructureDefinition/results-filtered-ex", - "version": "1.0.0", + "version": "1.0.1", "name": "ResultsFilteredEx", "title": "Results Filtered Extension", "status": "active", diff --git a/src/fhir/fsh-generated/resources/ValueSet-AddressStateVS.json b/src/fhir/fsh-generated/resources/ValueSet-AddressStateVS.json index 6d52731b..3ea38822 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-AddressStateVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-AddressStateVS.json @@ -4,7 +4,7 @@ "name": "AddressStateVS", "id": "AddressStateVS", "description": "ValueSet for `Address.state`", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/AddressStateVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-EndpointConnectionTypeVS.json b/src/fhir/fsh-generated/resources/ValueSet-EndpointConnectionTypeVS.json index f8f1c94f..980ce9d2 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-EndpointConnectionTypeVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-EndpointConnectionTypeVS.json @@ -4,7 +4,7 @@ "name": "EndpointConnectionTypeVS", "id": "EndpointConnectionTypeVS", "description": "ValueSet for `Endpoint.connectionType`", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/EndpointConnectionTypeVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-EndpointPayloadTypeVS.json b/src/fhir/fsh-generated/resources/ValueSet-EndpointPayloadTypeVS.json index 026a8381..7a839742 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-EndpointPayloadTypeVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-EndpointPayloadTypeVS.json @@ -4,7 +4,7 @@ "name": "EndpointPayloadTypeVS", "id": "EndpointPayloadTypeVS", "description": "ValueSet for `Endpoint.payloadType`", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/EndpointPayloadTypeVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-EndpointVisibilityVS.json b/src/fhir/fsh-generated/resources/ValueSet-EndpointVisibilityVS.json index 3d04bd02..444cfb5d 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-EndpointVisibilityVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-EndpointVisibilityVS.json @@ -5,7 +5,7 @@ "id": "EndpointVisibilityVS", "title": "EndpointVisibilityVS", "description": "EndpointVisibilityVS", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/EndpointVisibilityVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-HealthcareServiceTypeVS.json b/src/fhir/fsh-generated/resources/ValueSet-HealthcareServiceTypeVS.json index 9256b4a2..36ea1822 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-HealthcareServiceTypeVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-HealthcareServiceTypeVS.json @@ -4,7 +4,7 @@ "name": "HealthcareServiceTypeVS", "id": "HealthcareServiceTypeVS", "description": "ValueSet for `HealthcareService.type`", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/HealthcareServiceTypeVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-HealthcareSpecialtyTypeVS.json b/src/fhir/fsh-generated/resources/ValueSet-HealthcareSpecialtyTypeVS.json index 6f3d56ab..ee1b5725 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-HealthcareSpecialtyTypeVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-HealthcareSpecialtyTypeVS.json @@ -5,7 +5,7 @@ "id": "HealthcareSpecialtyTypeVS", "title": "ValueSet of HealthcareService specialities", "description": "HealthcareService specialities", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/HealthcareSpecialtyTypeVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-OpeningTimeQualifierVS.json b/src/fhir/fsh-generated/resources/ValueSet-OpeningTimeQualifierVS.json index 7de57828..c1c95100 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-OpeningTimeQualifierVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-OpeningTimeQualifierVS.json @@ -5,7 +5,7 @@ "id": "OpeningTimeQualifierVS", "title": "OpeningTimeQualifierVS", "description": "ValueSet of Qualifier codes for HealthCareService opening times", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/OpeningTimeQualifierVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-OrganizationVisibilityVS.json b/src/fhir/fsh-generated/resources/ValueSet-OrganizationVisibilityVS.json index 99ffdf7c..fffb0eef 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-OrganizationVisibilityVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-OrganizationVisibilityVS.json @@ -5,7 +5,7 @@ "id": "OrganizationVisibilityVS", "title": "OrganizationVisibilityVS", "description": "OrganizationVisibilityVS", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/OrganizationVisibilityVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-OriginVS.json b/src/fhir/fsh-generated/resources/ValueSet-OriginVS.json index 57bb5f43..f13ad263 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-OriginVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-OriginVS.json @@ -4,7 +4,7 @@ "name": "OriginVS", "id": "OriginVS", "description": "ValueSet for `meta.tag[Origin]`", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/OriginVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-PhysicalFeaturesHealthCareServiceVS.json b/src/fhir/fsh-generated/resources/ValueSet-PhysicalFeaturesHealthCareServiceVS.json index 9f7ef94f..37a1a870 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-PhysicalFeaturesHealthCareServiceVS.json +++ b/src/fhir/fsh-generated/resources/ValueSet-PhysicalFeaturesHealthCareServiceVS.json @@ -4,7 +4,7 @@ "name": "PhysicalFeaturesHealthCareServiceVS", "id": "PhysicalFeaturesHealthCareServiceVS", "description": "ValueSet of defined physical features", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/PhysicalFeaturesHealthCareServiceVS", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-healthcare-service-category-codes.json b/src/fhir/fsh-generated/resources/ValueSet-healthcare-service-category-codes.json index 3fff2dc4..75501714 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-healthcare-service-category-codes.json +++ b/src/fhir/fsh-generated/resources/ValueSet-healthcare-service-category-codes.json @@ -5,7 +5,7 @@ "id": "healthcare-service-category-codes", "title": "HealthcareService Category Codes", "description": "Codes for the VZD HealthcareService category element.", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/healthcare-service-category-codes", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-healthcareservice-technical-characteristic-vs.json b/src/fhir/fsh-generated/resources/ValueSet-healthcareservice-technical-characteristic-vs.json index bd2f1c6e..4141b3f6 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-healthcareservice-technical-characteristic-vs.json +++ b/src/fhir/fsh-generated/resources/ValueSet-healthcareservice-technical-characteristic-vs.json @@ -5,7 +5,7 @@ "id": "healthcareservice-technical-characteristic-vs", "title": "HealthCareServiceTechnicalCharacteristicVS", "description": "HealthCareServiceTechnicalCharacteristicVS", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/healthcareservice-technical-characteristic-vs", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/fsh-generated/resources/ValueSet-ncpeh-healthcare-service-speciality-cs.json b/src/fhir/fsh-generated/resources/ValueSet-ncpeh-healthcare-service-speciality-cs.json index 035034eb..8fe8ee82 100644 --- a/src/fhir/fsh-generated/resources/ValueSet-ncpeh-healthcare-service-speciality-cs.json +++ b/src/fhir/fsh-generated/resources/ValueSet-ncpeh-healthcare-service-speciality-cs.json @@ -5,7 +5,7 @@ "id": "ncpeh-healthcare-service-speciality-cs", "title": "NCPeH HealthcareService Speciality ValueSet", "description": "Supported documents by a National Contact Point", - "version": "1.0.0", + "version": "1.0.1", "url": "https://gematik.de/fhir/directory/ValueSet/ncpeh-healthcare-service-speciality-cs", "experimental": false, "publisher": "gematik GmbH", diff --git a/src/fhir/input/fsh/ruleset.fsh b/src/fhir/input/fsh/ruleset.fsh index a46438b8..20d06967 100644 --- a/src/fhir/input/fsh/ruleset.fsh +++ b/src/fhir/input/fsh/ruleset.fsh @@ -1,4 +1,5 @@ -Alias: $version = 1.0.0 +Alias: $version = 1.0.1 + RuleSet: Meta * ^status = #active * ^experimental = false diff --git a/src/fhir/input/fsh/searchParameter.fsh b/src/fhir/input/fsh/searchParameter.fsh index 386378c7..377afd56 100644 --- a/src/fhir/input/fsh/searchParameter.fsh +++ b/src/fhir/input/fsh/searchParameter.fsh @@ -70,11 +70,11 @@ InstanceOf: SearchParameter Usage: #definition * insert MetaInstance * name = "ncpeh-country" -* description = "Search on Organization.extension(https://gematik.de/fhir/directory/StructureDefinition/NCPeHCountry)" +* description = "Search on Organization.extension(https://gematik.de/fhir/ti/StructureDefinition/ncpeh-country-extension)" * code = #ncpeh-country * base = #Organization * type = #token -* expression = "Organization.extension.where(url = 'https://gematik.de/fhir/directoryNCPeHCountry/StructureDefinition').value.ofType(Coding)" +* expression = "Organization.extension.where(url = 'https://gematik.de/fhir/ti/StructureDefinition/ncpeh-country-extension').value.ofType(Coding)" Instance: OrganizationAliasSP InstanceOf: SearchParameter diff --git a/src/fhir/sushi-config.yaml b/src/fhir/sushi-config.yaml index 620b6f82..a357b531 100644 --- a/src/fhir/sushi-config.yaml +++ b/src/fhir/sushi-config.yaml @@ -1,8 +1,8 @@ canonical: https://gematik.de/fhir/directory -version: 1.0.0 +version: 1.0.1 fhirVersion: 4.0.1 dependencies: - de.gematik.terminology: 1.0.7 - de.gematik.ti: 1.1.1 + de.gematik.terminology: 1.0.8 + de.gematik.ti: 1.2.0 de.basisprofil.r4: 1.5.4 FSHOnly: true