Stream: IG creation
Topic: fhirVersion missing/wrong in spreadsheet generated extension
David Pyke (Mar 07 2019 at 15:41):
For the two Profiled resources that have extensions, I'm getting the following:
The value provided ('?') is not in the value set http://hl7.org/fhir/ValueSet/FHIR-version|4.0.0 (http://hl7.org/fhir/ValueSet/FHIR-version, and a code is required from this value set) (error message = Unknown Code org.hl7.fhir.r5.model.Coding@7b7683d4 in http://hl7.org/fhir/FHIR-version)However, the struccutre definition XML has:
StructureDefinition xmlns="http://hl7.org/fhir">
<id value="eltss-dueTo"/>
<text>
<status value="generated"/>snip</div>
</text>
<url value="http://hl7.org/fhir/us/StructureDefinition/eltss-dueTo"/>
<version value="0.2"/>
<name value="Causes for this Condition"/>
<title value="dueTo"/>
<status value="draft"/>
<date value="2019-02-17T00:00:00-05:00"/>
<publisher value="HL7 CBCP"/>
<description value="Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this Condition."/>
<fhirVersion value="4.0.0"/>
David Pyke (Mar 07 2019 at 15:41):
So, the version is there and correct and the generated json passes the validator. So, I'm not sure if there's a real issue here
Grahame Grieve (Mar 07 2019 at 20:40):
not clear where exactly you're getting that issue
David Pyke (Mar 07 2019 at 20:43):
Here is the QA results: http://build.fhir.org/ig/HL7/eLTSS/qa.html
Here is one of the two spreadsheets: https://github.com/HL7/eLTSS/blob/master/src/resources/condition-profile-spreadsheet.xml
David Pyke (Mar 07 2019 at 20:44):
The error is in the extension created from the extension tab.
Nagesh Bashyam (Mar 08 2019 at 05:10):
Works...Thank you..
Lloyd McKenzie (Mar 11 2019 at 18:34):
I have the same issue. It's definitely a tooling issue as the version code is inserted by the tooling - there's no way to declare it in the spreadsheet.
Grahame Grieve (Mar 12 2019 at 02:15):
which version?
Lloyd McKenzie (Mar 12 2019 at 03:00):
In CRD it appears for the R4 appointment spreadsheet which is defining the 'insurance' extension
Last updated: Apr 12 2022 at 19:14 UTC