Hi,
I have set up Snowstorm (version 10.10.1) locally using Docker. In this instance, I successfully imported multiple editions:
-
three International Editions
-
one German Edition
-
one Swiss Edition
The import was performed according to the official “Updating SNOMED and Extensions” guide, and all CodeSystems are correctly visible under /fhir/CodeSystem.
In addition, we would like to use the SNOMED CT Browser. However, we are encountering the following issue:
-
When only one national extension (German or Swiss Edition) is loaded alongside the International Editions, the browser works without any problems.
-
As soon as both national extensions (German and Swiss Edition) are imported at the same time, the browser no longer works:
-
either a blank (white) screen appears
-
or the error message: “Error while retrieving data from server…”
-
My questions are:
-
Are there additional parameters that need to be set when importing multiple extensions?
-
Are there any requirements or limitations regarding the simultaneous use of multiple extensions in the browser?
-
Does a specific configuration (e.g., default CodeSystem, branch mapping, or versioning) need to be applied to ensure correct behavior?
Currently, I am using the following configuration:
- Create CodeSystem
{
"shortName": "SNOMEDCT-DE",
"branchPath": "MAIN/SNOMEDCT-DE",
"dependantVersionEffectiveTime": 20251001
}
- Import Job
{
"branchPath": "MAIN/SNOMEDCT-DE",
"createCodeSystemVersion": true,
"type": "SNAPSHOT"
}
Thank you very much for your support!
Tessa
{
“resourceType”: “Bundle”,
“id”: “145acbd2-c190-4c28-81db-0652f59e0eaf”,
“meta”: {
“lastUpdated”: “2026-04-27T06:20:58.968+00:00”
},
“type”: “searchset”,
“total”: 4,
“link”: [ {
“relation”: “self”,
“url”: “``http://idnlp01:8095/fhir/CodeSystem”
} ],
“entry”: [ {
“fullUrl”: “``http://idnlp01:8095/fhir/CodeSystem/sct_900000000000207008_20240501”``,
“resource”: {
“resourceType”: “CodeSystem”,
“id”: “sct_900000000000207008_20240501”,
“url”: “``http://snomed.info/sct”``,
“version”: “``http://snomed.info/sct/900000000000207008/version/20240501”``,
“name”: “SNOMED_CT”,
“title”: “SNOMED CT release 2024-05-01”,
“status”: “active”,
“date”: “2024-05-01T00:00:00+00:00”,
“publisher”: “SNOMED International”,
“hierarchyMeaning”: “is-a”,
“compositional”: true,
“content”: “complete”
}
}, {
“fullUrl”: “``http://idnlp01:8095/fhir/CodeSystem/sct_2011000195101_20240607”``,
“resource”: {
“resourceType”: “CodeSystem”,
“id”: “sct_2011000195101_20240607”,
“url”: “``http://snomed.info/sct”``,
“version”: “``http://snomed.info/sct/2011000195101/version/20240607”``,
“name”: “SNOMED_CT”,
“title”: “SNOMED CT release 2024-06-07”,
“status”: “active”,
“date”: “2024-06-07T00:00:00+00:00”,
“publisher”: “SNOMED International”,
“hierarchyMeaning”: “is-a”,
“compositional”: true,
“content”: “complete”
}
}, {
“fullUrl”: “``http://idnlp01:8095/fhir/CodeSystem/sct_900000000000207008_20251001”``,
“resource”: {
“resourceType”: “CodeSystem”,
“id”: “sct_900000000000207008_20251001”,
“url”: “``http://snomed.info/sct”``,
“version”: “``http://snomed.info/sct/900000000000207008/version/20251001”``,
“name”: “SNOMED_CT”,
“title”: “SNOMED CT release 2025-10-01”,
“status”: “active”,
“date”: “2025-10-01T00:00:00+00:00”,
“publisher”: “SNOMED International”,
“hierarchyMeaning”: “is-a”,
“compositional”: true,
“content”: “complete”
}
}, {
“fullUrl”: “``http://idnlp01:8095/fhir/CodeSystem/sct_11000274103_20251115”``,
“resource”: {
“resourceType”: “CodeSystem”,
“id”: “sct_11000274103_20251115”,
“url”: “``http://snomed.info/sct”``,
“version”: “``http://snomed.info/sct/11000274103/version/20251115”``,
“name”: “SNOMED_CT”,
“title”: “SNOMED CT release 2025-11-15”,
“status”: “active”,
“date”: “2025-11-15T00:00:00+00:00”,
“publisher”: “SNOMED International”,
“hierarchyMeaning”: “is-a”,
“compositional”: true,
“content”: “complete”
}
} ]
}