FHIR Chat · multiple codesystem from valueset · implementers

Stream: implementers

Topic: multiple codesystem from valueset


view this post on Zulip Sufyan Patel (Sep 23 2020 at 14:30):

I have a ValueSet that points to 2 separate codesystem like:
**<compose>
<include>
<system value="https://xxx1"/>
</include>
<include>
<system value="http://xxx2"/>
</include>
</compose>**

When I run it through our in house renderer I get the message:

ERROR - ValueSet has at least one include with an unavailable CodeSystem and at least one with either an available CodeSystem or concepts

It works fine if i only add one <include> tag.
Is this a FHIR error message or an in built one created by the renderer?
(Note: The developer cannot be contacted at the moment to check)

view this post on Zulip Grahame Grieve (Sep 23 2020 at 16:12):

it's something to do the renderer


Last updated: Apr 12 2022 at 19:14 UTC