Stream: implementers
Topic: CapabilityStatement: including custom searchParam
Jorn Duwel (Feb 14 2022 at 16:04):
In a CapabilityStatement, if we would like to require support for including a custom SearchParameter, would we define CapabilityStatement.rest.resource.searchParam
, while also defining .resource.searchInclude
(within the same .resource
) pointing to .searchParam.name
? So something like:
<searchInclude value="CarePlan:activity-goal"/>
<searchParam>
<name value="activity-goal"/>
<definition value="http://nictiz.nl/fhir/SearchParameter/careplan-activity-goal"/>
<type value="reference"/>
</searchParam>
Lloyd McKenzie (Feb 14 2022 at 16:24):
Yes - if you wanted to allow including along that search parameter.
Last updated: Apr 12 2022 at 19:14 UTC