IHTSDO / snowstorm-lite

Snowstorm Lite FHIR Terminology Server
Other
12 stars 2 forks source link

ConceptMap $translate operation: version param should not require effective time #9

Open kaicode opened 3 months ago

kaicode commented 3 months ago

When using ConceptMap $translate it should be possible to state a version of SNOMED CT using a module URI without including the release/effective time.

For example:

curl 'http://localhost:8080/fhir/ConceptMap/$translate?code=254153009&system=http://snomed.info/sct&version=http://snomed.info/sct/11000234105&targetsystem=http://hl7.org/fhir/sid/icd-10'

This currently fails with message Map not found. The requested version of SNOMED CT is not loaded.

It only works if version param includes the effective time: version=http://snomed.info/sct/11000234105/version/20240215