Stream: shorthand
Topic: Cannot assign http://hl7.org/fhir/uv/genomics-reporting/Code
Patrick Werner (May 27 2021 at 15:20):
We tried to clean up our ig, are renaming some CS resources in the genomics ig. We are having the issue that sushi reports the error: Cannot assign http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs to this element; a different uri is already assigned: "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/TbdCodesCS".
Patrick Werner (May 27 2021 at 15:21):
Which is the same CodeSystem
Patrick Werner (May 27 2021 at 15:21):
It seems, that sushi evaluates the uri of the CS different in the profile and instance context.
Patrick Werner (May 27 2021 at 15:22):
tbd-codes-cs ist the assigned id, TbdCodesCS the name of the CodeSystem
Patrick Werner (May 27 2021 at 15:23):
Branch wich creates this error: https://github.com/HL7/genomics-reporting/tree/pw-sushi-error
Patrick Werner (May 27 2021 at 15:24):
The error can be avoided by only assigning a code in the instance. But the different uris for the same CS seems to be wrong
Patrick Werner (May 27 2021 at 15:39):
ohhh! nevermind this was an issue on our side.
If you are experience the same error double check if you are assigning a string directly to .system somewhere :smile:
Last updated: Apr 12 2022 at 19:14 UTC