FHIR Chat · isSummary flag Questions · implementers

Stream: implementers

Topic: isSummary flag Questions


view this post on Zulip Eric Haas (Aug 05 2020 at 15:22):

Can isSummary be set in a profile. (I always assumed that isSummary was only set in the base. )?

Also stated in the the comments ...

In resource and data type definitions, if an element is at the root or has a parent that is 'mustSupport' and the minimum cardinality is 1 or the element is a modifier, it must be marked as isSummary=true.

Is that being validated in the publisher, because I never paid attention to it. Also what if you had Group.member as min = 1 MS? That does not make sense based on the intent of a a summary because that certainly would not be a summary?

view this post on Zulip Lloyd McKenzie (Aug 05 2020 at 22:32):

No. isSummary can only be defined in resources in core

view this post on Zulip Lloyd McKenzie (Aug 05 2020 at 22:33):

We haven't talked about whether asking for a summary allows you to violate profiles - certainly you couldn't declare conformance with a profile even if summary is set


Last updated: Apr 12 2022 at 19:14 UTC