Stream: tooling
Topic: hl7 validator context issue
Maximilian Reith (Jan 25 2022 at 06:53):
Hey,
my extension has this contexts:
<context>
<type value="element" />
<expression value="Condition.onset.ofType(Age)" />
</context>
<context>
<type value="element" />
<expression value="Condition.abatement.ofType(Age)" />
</context>
using the resource in a bundle, the validator (Hl7 CLI Version 5.6.27) generated this message:
Error @ Bundle.entry[1].resource.ofType(Condition).onset.ofType(Age) (line 81, col15): The modifier extension https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life is not allowed to be used at this point (allowed = e:DateTime, e:Condition.onset.ofType(Age), e:Condition.abatement.ofType(Age), e:AllergyIntolerance.onset.ofType(Age), e:AllergyIntolerance; this element is [[Bundle.entry.resource.ofType(Condition).onset.ofType(Age), BackboneElement.resource.onset, BackboneElement.resource.onsetAge, Condition.onset, Condition.onsetAge, Age])
Error @ Bundle.entry[1].resource.ofType(Condition).abatement.ofType(Age) (line 99, col19): The modifier extension https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life is not allowed to be used at this point (allowed = e:DateTime, e:Condition.onset.ofType(Age), e:Condition.abatement.ofType(Age), e:AllergyIntolerance.onset.ofType(Age), e:AllergyIntolerance; this element is [[Bundle.entry.resource.ofType(Condition).abatement.ofType(Age), BackboneElement.resource.abatement, BackboneElement.resource.abatementAge, Condition.abatement, Condition.abatementAge, Age])
Is it a validator issue or do i have to add this context (Bundle.entry.resource.ofType(Condition).abatement.ofType(Age)) or what is the problem?
Grahame Grieve (Jan 27 2022 at 04:28):
how do I reproduce?
Maximilian Reith (Jan 28 2022 at 12:13):
Example_01_Bundle.xml Profile_Base_Test_COMP.xml Profile_Base_Bundle.xml Profile_Base_Diagnosis.StructureDefinition.xml
1 example/ 3 profiles in directory profile
java -jar validator_cli.jar -ig kbv.basis#1.2.0 -ig de.basisprofil.r4#0.9.13 -ig profile -version 4.0.1 Example_01_Bundle.xml
Grahame Grieve (Jan 28 2022 at 20:18):
fixed next release
Last updated: Apr 12 2022 at 19:14 UTC