FHIR Chat · tx.fhir.org available with data? · terminology

Stream: terminology

Topic: tx.fhir.org available with data?


view this post on Zulip Steve Munini (Oct 28 2020 at 22:16):

http://tx.fhir.org/r4/ValueSet/data-types/$expand?_format=xml returns "Resource Id "ValueSet:data-types" does not exist"

Should I be using this instead? http://test.fhir.org/r4/ValueSet/data-types/$expand?_format=xml

view this post on Zulip Michael Lawley (Oct 29 2020 at 05:51):

In general, you shouldn't be trying to perform an operation on an instance unless you know it exists on that server.
What you should be using is http://tx.fhir.org/r4/ValueSet/$expand?url=http://hl7.org/fhir/ValueSet/data-types&_format=xml which references the ValueSet by its public identity -- http://hl7.org/fhir/ValueSet/data-types

view this post on Zulip Grahame Grieve (Oct 29 2020 at 06:56):

so the fact that it doesn't work on tx.fhir.org is a bug from my perspective, but in general, you should not presume that servers load resources without altering their ids.

view this post on Zulip Steve Munini (Oct 29 2020 at 13:48):

Thank you Michael and Grahame!!


Last updated: Apr 12 2022 at 19:14 UTC