Stream: IG creation
Topic: QA error related to slicing
François Macary (Feb 21 2020 at 14:52):
The QA of fhir-order-catalog has only one kind of error left, which is multiplied by the number of examples. The error is related to a slicing of PlanDefinition.useContext. It reads:
PlanDefinition/example-lab-service-potassium-serum: PlanDefinition.useContext[0] error illegal function name null() in discriminator
Where should I look at to identify what goes wrong in the definition of the slicing or in the example?
Example is here: https://github.com/HL7/fhir-order-catalog/blob/master/input/examples/example-lab-service-potassium-serum.xml
Profile is here: https://github.com/HL7/fhir-order-catalog/blob/master/input/resources/LabServiceDefinition.StructureDefinition.xml
Thanks
Rob Hausam (Feb 21 2020 at 16:34):
I'll take a look.
François Macary (Feb 22 2020 at 19:07):
Thanks for your help. It works fine, now. :+1:
Last updated: Apr 12 2022 at 19:14 UTC