-
Notifications
You must be signed in to change notification settings - Fork 0
Smile CDR Server Configuration
tar -xf smilecdr-2020.02.PRE-[version].tar.gz
Setup DB info in: /classes/cdr-config-Master.properties
./bin/smilecdr start
./smileutil upload-definitions -t http://localhost:8000 -v r4 -b [username]:[password]
./smileutil upload-terminology -d /home/.../Loinc_2.67.zip -d /home/.../loincupload.properties -v r4 -t http://localhost:8000 -u http://loinc.org -b [username]:[password]
To validate:
http://localhost:8000/CodeSystem/$lookup?system=http://loinc.org&code=81247-9
./smileutil upload-terminology -d /home/.../SnomedCT_USEditionRF2_PRODUCTION_20190901T120000Z.zip -v r4 -t http://localhost:8000 -u http://snomed.info/sct -b [username]:[password]
To validate:
http://localhost:8000/CodeSystem/$lookup?system=http://snomed.info/sct&code=5699003
In the Fhirweb UI, go to StructureDefinition -> CRUD operations -> copy each StructureDefinition-*.json text to the Create textbox -> click Create button