Stream: shorthand
Topic: Specifying version on a code system URI
Jean Duteau (Apr 08 2020 at 21:06):
I need to specify the SNOMED US code system version in the URI.
I'm doing this Alias: SNOMED = http://snomed.info/sct|731000124108 but that gives me a 'Resolved value "http://snomed.info/sct|731000124108" is not a valid URI.'
Jean Duteau (Apr 08 2020 at 21:10):
Here is how I'm specifying the code in my ValueSet:
ValueSet: AnaphylaxisAdverseEventVS
Title: "Anaphylaxis Adverse Event Value Set"
Description: "Codes that represent an Anaphylaxis Adverse Event"
- SNOMED#39579001 "Anaphylaxis"
Nick Freiter (Apr 09 2020 at 12:14):
This looks like a bug to me. It looks like we may have missed supporting the |
syntax in the context of ValueSets. I've added an issue for this here: https://github.com/FHIR/sushi/issues/346, and we will look to address that.
Chris Moesel (Apr 15 2020 at 19:15):
Hi @Jean Duteau - this is fixed in the newly released SUSHI 0.12.1.
Last updated: Apr 12 2022 at 19:14 UTC