Stream: terminology
Topic: ValueSet.expansion.contains.extension
Alexander Henket (Aug 17 2016 at 21:06):
@Grahame Grieve I have a 1.0.2 XSD valid ValueSet with expansions. ValueSets lack localization options which is what I typically need so I added an extension for localized display names. Unfortunately your server claims that
<td>ValueSet.expansion.contains[0].extension (@ line 16/ col 13)</td>
<td>The extension http://nictiz.nl/fhir/StructureDefinition/concept-designation-extension is unknown, and not allowed here</td>
The url on my 1.0.2 server is this: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.8.2.3--2015-04-01T00%3A00%3A00
Could you tell me why your validation says the extensions are not allowed? I get why they are uknown.
Alexander Henket (Aug 17 2016 at 21:06):
It is also SCH valid by the way. Does your server have a general Profile disallowing extensions here?
Alexander Henket (Aug 17 2016 at 21:06):
HAPI does $validate without complaints and WildFHIR (STU3) just gives warnings for unknown extensions upon $validate
Grahame Grieve (Aug 17 2016 at 21:24):
it's a setting on the validator - looks like I've forgotten to set it properly
Alexander Henket (Aug 18 2016 at 07:52):
It is also SCH valid by the way. Does your server have a general Profile disallowing extensions here?
Alexander Henket (Aug 18 2016 at 07:52):
HAPI does $validate without complaints and WildFHIR (STU3) just gives warnings for unknown extensions upon $validate
Alexander Henket (Aug 18 2016 at 07:52):
@Grahame Grieve I have a 1.0.2 XSD valid ValueSet with expansions. ValueSets lack localization options which is what I typically need so I added an extension for localized display names. Unfortunately your server claims that
<td>ValueSet.expansion.contains[0].extension (@ line 16/ col 13)</td>
<td>The extension http://nictiz.nl/fhir/StructureDefinition/concept-designation-extension is unknown, and not allowed here</td>
The url on my 1.0.2 server is this: http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.8.2.3--2015-04-01T00%3A00%3A00
Could you tell me why your validation says the extensions are not allowed? I get why they are uknown.
Grahame Grieve (Aug 18 2016 at 09:25):
because I forgot to make the right setting, I think.
Grahame Grieve (Aug 18 2016 at 09:25):
hopefully I can work on my server tomorrow
Last updated: Apr 12 2022 at 19:14 UTC