FHIR Chat · CapabilityStatement: including custom searchParam · implementers

Stream: implementers

Topic: CapabilityStatement: including custom searchParam


view this post on Zulip 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>

view this post on Zulip 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