Stream: implementers
Topic: optional/Required
Bapi Behera (Jun 02 2021 at 16:32):
Per FHIR base resource, an element is optional. But per usecase implementation, the element need to be required. How to implement this?
-
Use a Profile
Or -
Update in the capability statement
David Pyke (Jun 02 2021 at 16:33):
- Use a Profile
David Pyke (Jun 02 2021 at 16:33):
- Indicate use of the profile in the CapabilityStatement
Jose Costa Teixeira (Jun 02 2021 at 16:53):
Bapi Behera said:
Per FHIR base resource, an element is optional. But per usecase implementation, the element need to be required. How to implement this?
Use a Profile
OrUpdate in the capability statement
Developing a bit further what @David Pyke pointed at (I think), if 2 use cases have different requirements for optionality, then you may have 2 profiles for those use cases. You can mention those in the CapabilityStatement - AFAIK there's no single approach to do that...
Last updated: Apr 12 2022 at 19:14 UTC