Skip to content

Commit

Permalink
Merge pull request #45 from medizininformatik-initiative/release-v0.2.5
Browse files Browse the repository at this point in the history
Release v0.2.5
  • Loading branch information
juliangruendner authored Dec 5, 2024
2 parents cbfe3f5 + c64dc6c commit 811a37c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
### Security

## [0.2.5] - 2024-12-05

### Changed

- Remove 119376003 - tissue specimen - as too many children ([#43](https://github.com/medizininformatik-initiative/feasibility-monitoring/issues/43))

## [0.2.4] - 2024-12-05

### Added
Expand Down
16 changes: 0 additions & 16 deletions config/input-queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,22 +376,6 @@
"display": "Bioprobe"
}
},
{
"termCodes": [
{
"code": "119376003",
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/900000000000207008/version/20240501",
"display": "Tissue specimen"
}
],
"context": {
"code": "Specimen",
"system": "fdpg.mii.cds",
"version": "1.0.0",
"display": "Bioprobe"
}
},
{
"termCodes": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
feasibility-test-client:
image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.4
image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.5
environment:
- BACKEND_BASE_URL=${BACKEND_BASE_URL:-"https://localhost/api/v1"}
- BACKEND_CLIENT_ID=${BACKEND_CLIENT_ID:-""}
Expand Down

0 comments on commit 811a37c

Please sign in to comment.