Stream: hapi
Topic: Snomed CT version issue
Neeraj Kumar (Dec 20 2021 at 12:46):
-
I did the following things on the Hapi Fhir server.
1. Uploaded the latest version of the Snomed CT zip file using the 'hapi-fhir-cli' tool. A 'CodeSystem' resource got created without any version information.
2. Added the latest version of the FHIR 'IPS Implementation Guide'. Many ValueSets have been created which was defined in the Implementation Guide. -
These ValueSets depend on multiple versions of the Snomed CT code system.
- When I try to call the $expand operation on the version-specific ValueSet then I get the 'NullPointerException'.
- If the version is not specified inside ValueSet then the $expand operation works fine.
- Now I don't know how to deal with this problem.
- I didn't find a way to upload and keep multiple versions of the Snomed CT code system.
Any help will be appreciated.
Ex: The ValueSet 'allergy-reaction-gps-uv-ips' depends on two versions of Snomed CT.
1. http://snomed.info/sct/900000000000207008/version/20190731
2. http://snomed.info/sct/900000000000207008/version/20200309
Lin Zhang (Dec 20 2021 at 14:17):
Does the zip file include a full-view, a snapshot-view or both?
Neeraj Kumar (Dec 20 2021 at 14:49):
Zip file contains both views 'Full' and 'Snapshot'. 2021-12-20-2.png
Lin Zhang (Dec 22 2021 at 13:04):
Which view(s) of SCT does the cli import command support?
Last updated: Apr 12 2022 at 19:14 UTC