We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b967dee commit ae74befCopy full SHA for ae74bef
expansion-params.json
@@ -0,0 +1,14 @@
1
+{
2
+ "resourceType": "Parameters",
3
+ "id": "expansion-params",
4
+ "parameter": [
5
+ {
6
+ "name": "system-version",
7
+ "valueUri": "http://snomed.info/sct|http://snomed.info/sct/11000315107"
8
+ },
9
10
+ "name": "displayLanguage",
11
+ "valueCode": "fr"
12
+ }
13
+ ]
14
+}
sushi-config.yaml
@@ -16,6 +16,8 @@ jurisdiction: urn:iso:std:iso:3166#FR "FRANCE"
16
17
parameters: #Parameters list - https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-ig-parameters.html
18
shownav: 'true'
19
+ path-expansion-params: '../../expansion-params.json' # for using French SNOMED CT Extension
20
+
21
22
23
0 commit comments