Closed
Description
I have a profile on Practitioner that includes extension definitions as follows
The profile structure definition has been uploaded to the server, as well as each extension structure definition. I also have a slice on identifier as illustrated above. If I try to create the Practitioner resource without the required identifier I get the expected operation outcome. However, if I make one of the extensions mandatory, I do not get the same result. Furthermore, if I attempt to create the extension with a type other than what is defined (e.g. valueString vs valueReference) I do not receive a negative outcome.
Clearly the profile is defined correctly since the identifier is being validated. Am I missing something with the extensions?