Skip to content

Commit

Permalink
ISTO-107 Update loader for LOINC 2.73 and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode authored and CoderMChu committed Jan 29, 2024
1 parent 6be4c28 commit e9ebded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/using-the-fhir-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ _Please Note: The native Snowstorm API must be used to create code systems and i
The LOINC code system is supported.
A LOINC package can be imported using the [HAPI-FHIR CLI tool](https://hapifhir.io/hapi-fhir/docs/tools/hapi_fhir_cli.html) with the following command:
```
hapi-fhir-cli upload-terminology -d Loinc_2.72.zip -v r4 -t http://localhost:8080/fhir -u http://loinc.org
hapi-fhir-cli upload-terminology -d Loinc_2.76.zip -v r4 -t http://localhost:8080/fhir -u http://loinc.org
```
*N.B. The new file naming since Loinc 2.73 is not working yet.*

### ICD-10 (International Version)
The international version of ICD-10 is supported. This distribution uses the CLAML format.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This property informs the HAPI-FHIR LOINC package loader of the location of the hierarchy file within the LOINC package
# For LOINC v2.72 and earlier:
# loinc.hierarchy.file=AccessoryFiles/MultiAxialHierarchy/MultiAxialHierarchy.csv
# For LOINC 2.73 and above:
loinc.hierarchy.file=AccessoryFiles/ComponentHierarchyBySystem/ComponentHierarchyBySystem.csv

0 comments on commit e9ebded

Please sign in to comment.