Stream: implementers
Topic: Capability Statement operations
Jeremy Chapman (Jan 28 2020 at 19:55):
In a CapabilityStatement how do you say that you support [base]/[Resource]/[id]/$meta but not [base]/[Resource]/$meta or vice versa? or is that even possibly, it's an all or nothing thing?
Lloyd McKenzie (Jan 28 2020 at 19:58):
You have to point to a 'localized' OperationDefinition that sets .type and .instance appropriately for what you support. The localized OperationDefinition then points to the 'base' OperationDefinition. (Same approach is used to constrain the capabilities of SearchParameter instances pointed to by your CapabilityStatement.)
Last updated: Apr 12 2022 at 19:14 UTC