Introducing dependencies to TI common #181
Merged
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.
This pull request introduces version 1.0.0 of the
de.gematik.fhir.directory
package, aligning dependencies with other gematik implementation guides (IGs) and making several important updates to code systems and dependencies. The main changes include adding new dependencies, updating the package version, and removing two code system resources.Dependency and version updates:
1.0.0
inpackage.json
and all resource files to mark a major release and alignment with gematik IGs. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]de.gematik.terminology
,de.gematik.ti
,hl7.terminology.r4
,hl7.fhir.uv.extensions.r4
, anddvmd.kdl.r4
inpackage.json
andfhirpkg.lock.json
for improved interoperability and alignment. [1] [2]Resource and code system changes:
CodeSystem-OrganizationProfessionOID.json
andCodeSystem-PractitionerProfessionOID.json
resources, as well asCodeSystem-OrganizationProviderType.json
, likely due to migration to the new dependencies or refactoring. [1] [2] [3]Documentation:
changelog.md
to document the introduction of new dependencies and to note the relaxed binding forqualification.code
onPractitionerDirectory
in a previous release.These changes collectively mark a significant release focused on dependency alignment and code system cleanup in preparation for further development.… to 1.0.0 across multiple files and introduce new dependencies for gematik IGs