Stream: shorthand
Topic: 5.0.0 Snapshot one issues
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
David Pyke (Mar 23 2022 at 14:52):
Is there something I should be declaring?
Chris Moesel (Mar 23 2022 at 15:00):
Hi @David Pyke. This error has by noted a few times in the past:
- https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/IGs.20on.20R4B.20snapshot.3F/near/265564340
- https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/IGs.20for.20R4B.20and.20R5/near/255871033
- https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Errors.20with.20FHIR.204b.20guide/near/244272811
Based on those threads, I think it is out of our control.
Last updated: Apr 12 2022 at 19:14 UTC