Stream: IG creation
Topic: Unsupported fixed pattern type
Eric Haas (Aug 31 2019 at 22:10):
for two profiles :
- US Core Pediatric BMI for Age Observation Profile
- US Core Pediatric Weight for Height Observation Profile
We get the following QA error, I am not sure if the error due to the warning
Path Severity Message Observation/pediatric-bmi-example: Observation.code.coding[0] error Unsupported fixed pattern type for discriminator($this) for slice Observation.code.coding:BMIPercentile: org.hl7.fhir.r5.model.Coding Observation/pediatric-bmi-example: Observation.code information Profile http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age, Element 'Observation.code.coding[BMIPercentile]'': Unable to check minimum required (1) due to lack of slicing validation
Eric Haas (Aug 31 2019 at 22:26):
I answered my own question. patternCodeablecConcept instead of slicing patternCoding did the trick.
Last updated: Apr 12 2022 at 19:14 UTC