Skip to content

Commit

Permalink
Merge branch 'main-isik-stufe-4' into PTDATA-1479-reha-caseSensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali authored Feb 10, 2025
2 parents de7c6a0 + 4e3b125 commit 057d3d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Java and .NET are already installed on ubuntu-latest

- name: Firely.Terminal (GitHub Actions)
uses: FirelyTeam/[email protected].6
uses: FirelyTeam/[email protected].7
with:
PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/
#PATH_TO_EXAMPLES: Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@
"name": "near",
"definition": "http://hl7.org/fhir/SearchParameter/Location-near",
"type": "special",
"documentation": "**Beispiel zur Suche nach Standort nahe (100m) Koordinaten:** \n `GET [base]/Location?contains=52.525851|13.37774|100|m` \n **Anwendungshinweis:** \n Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#special). "
"documentation": "**Beispiel zur Suche nach Standort nahe (100m) Koordinaten:** \n `GET [base]/Location?near=52.525851|13.37774|100|m` \n **Anwendungshinweis:** \n Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#special). "
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Resources/input/fsh/ISiKCapabilityStatementBasisServer.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ Die Verwendung der CapabilityStatement-Expectation-Extension ist im CapabilitySt
* type = #special
* documentation =
"**Beispiel zur Suche nach Standort nahe (100m) Koordinaten:**
`GET [base]/Location?contains=52.525851|13.37774|100|m`
`GET [base]/Location?near=52.525851|13.37774|100|m`
**Anwendungshinweis:**
Weitere Details siehe [FHIR-Kernspezifikation](https://hl7.org/fhir/R4/search.html#special). "

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ Im Rahmen der ISiK-Veröffentlichungen wird das [Semantic Versioning](https://se

Die erste Ziffer X bezeichnet ein Major-Release und regelt die Gültigkeit von Releases. Die dritte Ziffer Y (Release x.0.y) bezeichnet eine technische Korrektur und versioniert kleinere Änderungen (Packages) während eines Jahres, z. B. 1.0.1.


## Version: 4.0.2 (pre-release)

Datum: tbd.

* `fix` `test stable` Korrektur eines Beispiels für eine GET-Abfrage zum Suchparameter 'near' https://github.com/gematik/spec-ISiK-Basismodul/pull/533
* `improved` Groß- und kleinschreibung bei ISiK-eigenen CodeSystemen deaktiviert https://github.com/gematik/spec-ISiK-Basismodul/pull/532/files

----

## Version 4.0.1

Datum: 25.11.2024

* `improved` Refactoring des ImplementationGuides
* `fixed` Procedure.code zu Pflichfeld gemacht https://github.com/gematik/spec-ISiK-Basismodul/issues/454
* `fixed` Condition.onset harmonisiert mit KBV-Profil und mit Condition.abatement https://github.com/gematik/spec-ISiK-Basismodul/issues/454
Expand Down

0 comments on commit 057d3d1

Please sign in to comment.