Skip to content

Instantly share code, notes, and snippets.

@kaicode
Last active July 20, 2022 08:22
Show Gist options
  • Save kaicode/a8a2ef8c84571af45f4e6ac10ba6bae1 to your computer and use it in GitHub Desktop.
Save kaicode/a8a2ef8c84571af45f4e6ac10ba6bae1 to your computer and use it in GitHub Desktop.
FHIR HAPI CLI terminology upload
# LOINC
hapi-fhir-cli upload-terminology -d Loinc_2.72.zip -v r4 -t http://localhost:8080/fhir -u http://loinc.org
# ICD-10
hapi-fhir-cli upload-terminology -d icdClaML2019ens.zip -v r4 -t http://localhost:8080/fhir -u http://hl7.org/fhir/sid/icd-10
# ICD-10-CM
hapi-fhir-cli upload-terminology -d icd10cm_tabular_2021.xml -v r4 -t http://localhost:8080/fhir -u http://hl7.org/fhir/sid/icd-10-cm
# Custom
hapi-fhir-cli upload-terminology -d custom_term.zip -v r4 -t http://localhost:8080/fhir -u http://example.com/labCodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment