You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on importing custom CodeSystems into Snowstorm FHIR server using the HAPI FHIR CLI upload-terminology command.
While the concepts (codes and displays) are imported successfully, I am struggling to include Designations (e.g., multilingual labels) for each code. I have verified via Elasticsearch API that the designations array remains empty after import, even though the code and display fields are correctly populated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Snowstorm Team,
I am currently working on importing custom CodeSystems into Snowstorm FHIR server using the HAPI FHIR CLI upload-terminology command.
While the concepts (codes and displays) are imported successfully, I am struggling to include Designations (e.g., multilingual labels) for each code. I have verified via Elasticsearch API that the designations array remains empty after import, even though the code and display fields are correctly populated.
Environment:
Attempted Formats:
Observations: In Elasticsearch (fhir-concept index), the document looks like this:
I have consulted the HAPI FHIR/SmileCDR documentation (like this) but couldn't find a definitive specification for designations in CSV uploads.
Questions:
Any guidance or examples would be greatly appreciated.
Best regards,
Guo-Zhi Wang
Beta Was this translation helpful? Give feedback.
All reactions