Stream: implementers
Topic: MustSupport
Nick George (Dec 02 2021 at 18:30):
Is it possible to apply MustSupport to a single type in a choice type? E.g., to say Patient.deceasedDate
is must support but not all of Patient.deceased[x]
?
Yunwei Wang (Dec 02 2021 at 18:36):
Yes. Use this extension: http://build.fhir.org/extension-elementdefinition-type-must-support.html
Nick George (Dec 02 2021 at 18:49):
Awesome, thanks!
Last updated: Apr 12 2022 at 19:14 UTC