Skip to content

Commit

Permalink
Docs: Update dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Feb 1, 2024
1 parent edbd48e commit a5ccd28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/running-with-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The index will be created in the `lucene-index` directory. When the index creati

Building the index for the International Edition can happen in resource constrained environments, limit memory use to 1gb using java parameter `-Xmx1g`.

The following examples use the version URI for the July 2023 International Edition with module `900000000000207008` and version `20230731`.
The following examples use the version URI for the January 2024 International Edition with module `900000000000207008` and version `20240131`.
[See "URIs for Editions and Versions" in the SNOMED CT URI Standard](http:https://snomed.org/uri).

#### Option 1: Loading via the command line
Expand All @@ -21,14 +21,14 @@ For example:
```
java -jar snowstorm-lite.jar \
--load=my-release-files/SnomedCT_InternationalRF2_xxxxx.zip \
--version-uri=http:https://snomed.info/sct/900000000000207008/version/20230731
--version-uri=http:https://snomed.info/sct/900000000000207008/version/20240131
```

#### Option 2: Loading via the REST API
Alternatively the index can be created by uploading the release file:
```
curl --form file=@my-release-files/SnomedCT_InternationalRF2_xxxxx.zip \
--form version-uri="http:https://snomed.info/sct/900000000000207008/version/20230731" \
--form version-uri="http:https://snomed.info/sct/900000000000207008/version/20240131" \
http:https://localhost:8080/fhir-admin/load-package
```

Expand Down
4 changes: 2 additions & 2 deletions docs/snomed-edition-uri-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

#### International
- Latest International Edition: `http:https://snomed.info/sct/900000000000207008`
- Jan 2023 International Edition: `http:https://snomed.info/sct/900000000000207008\version\20230131`
- January 2024 International Edition: `http:https://snomed.info/sct/900000000000207008\version\20240131`

#### New Zealand Edition
- Latest New Zealand Edition: `http:https://snomed.info/sct/11000210104`
- October 2023 New Zealand Edition: `http:https://snomed.info/sct/11000210104/version/20231001`

#### United Kingdom Edition
- Latest United Kingdom Edition: `http:https://snomed.info/sct/83821000000107`
- October 2023 United Kingdom Edition: `http:https://snomed.info/sct/83821000000107/version/20231025`
- November 2023 United Kingdom Edition: `http:https://snomed.info/sct/83821000000107/version/20231122`
- **When loading the UK Editions we recommend using the monolith package.**
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ docker run -p 8080:8080 snomedinternational/snowstorm-lite \
Upload a SNOMED CT package (takes about 2 minutes):
```
curl -u admin:yourAdminPassword \
--form file=@SnomedCT_InternationalRF2_PRODUCTION_20230131T120000Z.zip \
--form version-uri="http:https://snomed.info/sct/900000000000207008/version/20230131" \
--form file=@SnomedCT_InternationalRF2_PRODUCTION_20240131T120000Z.zip \
--form version-uri="http:https://snomed.info/sct/900000000000207008/version/20240131" \
http:https://localhost:8080/fhir-admin/load-package
```
Then Snowstorm Lite will be ready for use! The FHIR interface is here: http:https://localhost:8085/fhir.
Expand All @@ -93,7 +93,7 @@ You will need a local Snowstorm Lite instance running.
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/26915017-9ebeee28-e786-4722-a768-730b26ba4da7?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D26915017-9ebeee28-e786-4722-a768-730b26ba4da7%26entityType%3Dcollection%26workspaceId%3D283ac96f-72e6-436f-9f4b-c67af5d038a8#?env%5BLocalhost%20Port%208080%5D=W3sia2V5IjoidXJsIiwidmFsdWUiOiJodHRwOi8vbG9jYWxob3N0OjgwODAiLCJlbmFibGVkIjp0cnVlLCJ0eXBlIjoiZGVmYXVsdCIsInNlc3Npb25WYWx1ZSI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MCIsInNlc3Npb25JbmRleCI6MH1d)

## Roadmap
- ECL History Supplement feature (Q4 2023)
- Support for non-english SNOMED CT extensions (Q1 2024)
- ECL History Supplement feature (Q1 2024)
- Support for non-english SNOMED CT extensions (Q2 2024)

Full ECL support is not planned. Snowstorm Lite supports the most often used ECL features without the full complexity and memory demands of the complete ECL specification.

0 comments on commit a5ccd28

Please sign in to comment.