Skip to content

Smile CDR Server Configuration

feiyanbcm edited this page Sep 28, 2020 · 3 revisions

Install Smile CDR

tar -xf smilecdr-2020.02.PRE-[version].tar.gz

Setup DB info in: /classes/cdr-config-Master.properties

Upload Definition to Smile CDR

./bin/smilecdr start

./smileutil upload-definitions -t http://localhost:8000 -v r4 -b [username]:[password]

Upload Terminology to Smile CDR

LOINC

./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

SNOMED

./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

Upload Profile to Smile CDR

In the Fhirweb UI, go to StructureDefinition -> CRUD operations -> copy each StructureDefinition-*.json text to the Create textbox -> click Create button

Clone this wiki locally