Stream: implementers
Topic: Profile an OperationDefinition
Yunwei Wang (Mar 07 2022 at 18:55):
If I create a OperationDefinition based on another OperationDefinition,
1) can I use the same OperationDefinition.name?
The only thing I can find is in the Operation page:
Implementations are able to extend an operation by defining new named parameters. Implementations can publish their own extended definitions using the Operation Definition resource, and this variant definition can use OperationDefinition.base to refer to the underlying definition.
This is kind confusing because here says "extend an operation" while the OperationDefinition.base is defined as "constrain an operation"
Lloyd McKenzie (Mar 07 2022 at 19:51):
The 'name' is like a class name. It should be unique within an IG and resource type. It doesn't need to be unique across that.
Last updated: Apr 12 2022 at 19:14 UTC