FHIR Chat · cant support error · IG creation

Stream: IG creation

Topic: cant support error


view this post on Zulip Brian Reinhold (Nov 21 2018 at 10:25):

The IG Publisher validation is giving numerous errors as follows:

    Error from server: Unable to provide support for code system urn:iso:std:iso:11073:10101

I am not sure how to solve that. That is the FHIR reference for the 11073-10101 MDC code system.

view this post on Zulip Eric Haas (Nov 21 2018 at 16:13):

The terminology server is not able to expand them. You can list all the external (unsupported) systems in the ig.json file.

view this post on Zulip Brian Reinhold (Nov 21 2018 at 17:23):

The terminology server is not able to expand them. You can list all the external (unsupported) systems in the ig.json file.

I don't think so. I am using Lloyd's framework. The ig.json file is only a link to an ANT build.

view this post on Zulip Lloyd McKenzie (Nov 21 2018 at 17:47):

Is that showing up as an error or a warning?

view this post on Zulip Brian Reinhold (Nov 21 2018 at 17:48):

Is that showing up as an error or a warning?

An error

view this post on Zulip Lloyd McKenzie (Nov 21 2018 at 17:50):

That's odd. The inability of a the terminology server to find a code system should be handled as a warning. @Grahame Grieve ?

view this post on Zulip Brian Reinhold (Nov 24 2018 at 14:25):

Is that showing up as an error or a warning?

an error:

@Lloyd McKenzie I have only two slice issues (I beleive) left, one on an Observation. value[x] where I need to choose between valueQuantity or valueDateTime. THe other is an identifier issue in the Device which I am really stuck on because I know of no way to distinguish between a Bluetooth address and a System Id.

That being said, all my value sets and code references EXCEPT my ASN1CodeSystem which is defined in the guide produce these kinds of errors:

Error from server: Unable to provide support for code system urn:iso:std:iso:11073:10101

which I assume leads to the following warnings:

Bundle/bundle-continuousnonin: Bundle.entry[12].resource.component[1]   information This element does not match any known slice for the profile http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBitsEnumerationObservation

I don't know how to address that OR if I can even address that.

Otherwise all my errors are reference errors (many!) because my examples are transactions Bundles or single-resource uploads containing references to resources already present on the server (my examples directory is NOT playing the role of a FHIR server repository).

view this post on Zulip Lloyd McKenzie (Nov 24 2018 at 20:12):

Are you defining the code systems in the IG?

view this post on Zulip Brian Reinhold (Nov 24 2018 at 20:50):

Are you defining the code systems in the IG?

Only one code system is defined in the IG. The others are value sets that reference the MDC code system and one is a URN defined by FHIR for the MDC code system.

view this post on Zulip Lloyd McKenzie (Nov 25 2018 at 02:02):

@Grahame Grieve - why are unknown external code systems causing errors instead of warnings?

view this post on Zulip Brian Reinhold (Nov 25 2018 at 12:06):

These are the errors I am getting

Error from server: Unable to provide support for code system urn:iso:std:iso:11073:10101
Error from server: Unable to provide support for code system http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7

I note the errors only happen when the code systems are referenced in an IG-defined value set.

view this post on Zulip Grahame Grieve (Nov 29 2018 at 21:44):

it's an error in the log. what else could it be?


Last updated: Apr 12 2022 at 19:14 UTC