Exception when processing slicing rules with multiple discriminators
CodeRunRepeat opened this issue · 0 comments
CodeRunRepeat commented
Exception at FhirSlicing.cs:70
Example of offending slicing:
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this.resolve()"
},
{
"type": "profile",
"path": "$this.resolve()"
}
],
"rules": "open"
}