Remove version from ICD10 CodeSystem.valueSet URI #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The ICD 10 transform is the only transform in this set that creates a "canonical" style URI for CodeSystem.valueSet, with the version appended to the base URI after a pipe character.
This is syntactically legal (the field is a canonical in FHIR) but doesn't really make sense for an implicit ValueSet, as the version after the pipe refers to the version of the ValueSet. While explicit ValueSets have versions, implicit ones don't and therefore the canonical URI refers to a version of an implicit ValueSet which by definition doesn't exist.
For consistency with the rest of the transformed content, and for the above mentioned issue, the CodeSystem.valueSet has been set to http://hl7.org/fhir/sid/icd-10-uk/vs without any additional version information. When expanded this will default to the latest version of ICD 10 UK that th server has, and a user can specify a version by adding the parameter
system-version
to the expansion request.