-
Type:
Technical Correction
-
Resolution: Persuasive
-
Priority:
Highest
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
StructureDefinition
-
Downloads
-
Correction
In profiles-resources.xml the definition of StructureDefinition contains a constraint (sdf-8) with encoded elements (#39;.). The expression is now:
<expression value="(%resource.kind = #39;.logical#39;. or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))"/>
It should be:
<expression value="(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))"/>