AudaciousInquiry / fhir-saner

Situation Awareness for Novel Epidemic Response (COVID-19 driven project to track resource availability)
17 stars 0 forks source link

Characteristic constraints should be applied on each slice, not "all slices" #15

Closed jmandel closed 4 years ago

jmandel commented 4 years ago

This is subtle, but I think I'm correct... when I look at:

image

It says that no slice is allowed to set exclude to true. But the slicing on Group.characteristic is left as "open", so in theory we'd preventing sub-profiles from adding exclusion characteristics here. I think the "right" thing to do is leave slicing "open," but instead of applying this exclude: false across all slices, just repeat it in each of the ~4 slices we directly define.

keithboone commented 4 years ago

Agreed