Skip to content

Commit e498778

Browse files
chiaramapellimtJonopono123
authored andcommitted
Updated snomed ct monolith (#1261)
1 parent 723d655 commit e498778

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

OPERATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ can be executed against the database using the required environment variables li
136136
Example usage:
137137
```sh
138138
$ docker run --rm -e PS_DB_OWNER_NAME=postgres -e POSTGRES_PASSWORD=super5ecret -e PS_DB_HOST=postgres -e PS_DB_PORT=5432 \
139-
-v /path/to/uk_sct2mo_41.0.0_20250924000001Z.zip:/snomed/uk_sct2mo_41.0.0_20250924000001Z.zip \
140-
nhsdev/nia-ps-snomed-schema /snomed/uk_sct2mo_41.0.0_20250924000001Z.zip
139+
-v /path/to/uk_sct2mo_42.0.0_20260408000001Z.zip:/snomed/uk_sct2mo_42.0.0_20260408000001Z.zip \
140+
nhsdev/nia-ps-snomed-schema /snomed/uk_sct2mo_42.0.0_20260408000001Z.zip
141141
```
142142

143143
#### First installation

docker/example.vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ export SDS_BASE_URL="https://int.api.service.nhs.uk/spine-directory/FHIR/R4/"
4242

4343
export SKIP_DECODE="false"
4444
#change path for snomedFile fath
45-
#export SNOMED_CT_TERMINOLOGY_FILE="/mnt/c/Users/yourUserName/yourPath/uk_sct2mo_41.0.0_20250924000001Z.zip";
45+
#export SNOMED_CT_TERMINOLOGY_FILE="/mnt/c/Users/yourUserName/yourPath/uk_sct2mo_42.0.0_20260408000001Z.zip";

docker/release-scripts/ps-mhs-e2e/vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#SECRET KEY VARS
66
#User-specific env variables
7-
export SNOMED_FILE_LOCATION="../uk_sct2mo_41.0.0_20250924000001Z.zip"
7+
export SNOMED_FILE_LOCATION="../uk_sct2mo_42.0.0_20260408000001Z.zip"
88

99
export MHS_SECRET_PARTY_KEY="Y90664-9198273"
1010
export MHS_SECRET_CLIENT_CERT="-----BEGIN CERTIFICATE-----

snomed-database-loader/load_release-postgresql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ isMonolith=false
99

1010
if [ -z ${releasePath} ]
1111
then
12-
echo "Please set the path to zipped SnomedCT RF2 release as the first argument, e.g. ./load_release-postgresql.sh uk_sct2mo_41.0.0_20250924000001Z.zip"
12+
echo "Please set the path to zipped SnomedCT RF2 release as the first argument, e.g. ./load_release-postgresql.sh uk_sct2mo_42.0.0_20260408000001Z.zip"
1313
exit -1
1414
fi
1515

test-suite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you want to start from a fresh DB, delete the volume with `docker volume rm t
7676
SDS_API_KEY: "change_if_needed" # used for calculating migration timeouts
7777
7878
# Change path for SNOMED filepath
79-
SNOMED_CT_TERMINOLOGY_FILE: "/snomed/file/location/uk_sct2mo_41.0.0_20250924000001Z.zip"
79+
SNOMED_CT_TERMINOLOGY_FILE: "/snomed/file/location/uk_sct2mo_42.0.0_20260408000001Z.zip"
8080
8181
PS_LOGGING_LEVEL: "DEBUG"
8282

test-suite/docker/vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MHS VARS
44
#SECRET KEY VARS
55
#User-specific env variables
6-
export SNOMED_FILE_LOCATION="../uk_sct2mo_41.0.0_20250924000001Z.zip"
6+
export SNOMED_FILE_LOCATION="../uk_sct2mo_42.0.0_20260408000001Z.zip"
77
export MHS_SECRET_PARTY_KEY="Y90664-9198273"
88
export MHS_SECRET_CLIENT_CERT="-----BEGIN CERTIFICATE-----
99
MIIFPTCCAyUCFAKYCULeFVcQCwXCGCiCFVu09NmzMA0GCSqGSIb3DQEBCwUAMF0x

0 commit comments

Comments
 (0)