FHIR Chat · 5.0.0 Snapshot one issues · shorthand

Stream: shorthand

Topic: 5.0.0 Snapshot one issues


view this post on Zulip David Pyke (Mar 23 2022 at 14:52):

I'm working on an IG using R5 snapshot 1 and getting the same errors in each resource:
StructureDefinition.snapshot.element[1].type[0].extension[0] error The Extension 'http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type' definition allows for the types [uri] but found type url
StructureDefinition.snapshot.element[10].type[0].extension[0] error The Extension 'http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type' definition allows for the types [uri] but found type url
StructureDefinition.snapshot.element[12].binding.extension[0] error The extension http://hl7.org/fhir/build/StructureDefinition/binding-definition is unknown, and not allowed here
StructureDefinition.snapshot.element[12].binding.extension[0].url error URL value 'http://hl7.org/fhir/build/StructureDefinition/binding-definition' does not resolve
StructureDefinition.snapshot.element[13].binding.extension[0] error The extension http://hl7.org/fhir/build/StructureDefinition/binding-definition is unknown, and not allowed here
StructureDefinition.snapshot.element[13].binding.extension[0].url error URL value 'http://hl7.org/fhir/build/StructureDefinition/binding-definition' does not resolve
StructureDefinition.snapshot.element[22].type[0].extension[0] error The Extension 'http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type' definition allows for the types [uri] but found type url
StructureDefinition.snapshot.element[30].type[0].extension[0] error The Extension 'http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type' definition allows for the types [uri] but found type url
StructureDefinition.snapshot.element[21].type[0].targetProfile[0] error Type CodeableReference does not allow for target Profiles

view this post on Zulip David Pyke (Mar 23 2022 at 14:52):

Is there something I should be declaring?

view this post on Zulip Chris Moesel (Mar 23 2022 at 15:00):

Hi @David Pyke. This error has by noted a few times in the past:

Based on those threads, I think it is out of our control.


Last updated: Apr 12 2022 at 19:14 UTC