Skip to content

Commit

Permalink
Merge pull request #193 from gematik/fix/PTDATA-679
Browse files Browse the repository at this point in the history
Fix/ptdata 679
  • Loading branch information
f-peverali committed May 21, 2024
2 parents 26fa1d3 + 943a7b7 commit 4ddfe39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ImplementationGuide/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Die erste Ziffer X bezeichnet ein Major-Release und regelt die Gültigkeit von R

Offene Punkte und bekannte Probleme siehe [GitHub Issues](https://github.com/gematik/ISiK-Dokumentenaustausch/issues?q=is%3Aissue+is%3Aopen+label%3A%22offene+Punkte+Ballot%22)

Version: 3.0.4

Datum: tbd.

* Hinzufügen von Dependencies für IHE ValueSets https://github.com/gematik/spec-ISiK-Dokumentenaustausch/pull/193


Version: 3.0.3

Datum: 07.05.2024
Expand Down
1 change: 0 additions & 1 deletion Resources/input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Alias: $v3-ActReason = http://terminology.hl7.org/CodeSystem/v3-ActReason
Alias: $loinc = http://loinc.org
Alias: $v3-Confidentiality = http://terminology.hl7.org/CodeSystem/v3-Confidentiality
Alias: $formatcode = http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode
Alias: $sct = http://snomed.info/sct
Alias: $ihe-de-class = http://ihe-d.de/CodeSystems/IHEXDSclassCode
Alias: $ihe-de-type = http://ihe-d.de/CodeSystems/IHEXDStypeCode
Expand Down
2 changes: 2 additions & 0 deletions Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ dependencies:
ihe.iti.mhd: 4.2.0
de.gematik.isik-basismodul: 3.0.x
dvmd.kdl.r4.2022: 2022.1.2
de.ihe-d.terminology: 3.0.0
ihe.formatcode.fhir: 1.2.0
FSHOnly: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ihe.iti.mhd": "4.2.0",
"de.gematik.isik-basismodul": "3.0.x",
"de.ihe-d.terminology": "3.0.0",
"dvmd.kdl.r4.2022": "2022.1.2"
"dvmd.kdl.r4.2022": "2022.1.2",
"ihe.formatcode.fhir": "1.2.0"
}
}

0 comments on commit 4ddfe39

Please sign in to comment.