Hello,
Where do we express the support of a chained parameter in the CapabilityStatement resource?
Example: We can search DocumentReferences using author:Practitioner.name.
Thx
Hello,
Where do we express the support of a chained parameter in the CapabilityStatement resource?
Example: We can search DocumentReferences using author:Practitioner.name.
Thx
The SearchParameter.chain element allows you to indicate what chaining is permitted. Typically the CapabilityStatement will reference locally defined SearchParameter instances that are āderivedFromā standard SearchParameters. The locally-defined (possibly even ācontainedā) SearchParameters will identify the specific local capabilities.
Thank you Loyd,
If I am understanding correctly, for searching DocumentReference resources using:
Thank you again for your help
Practitioner would go in SearchParameter.base
You wouldnāt want to specify a modifier.
Isnāt SearchParameter.base for the resource type(s) this search parameter applies to? In my example, for the search parameter āauthorā, wouldnāt it be DocumentReference?
Or is āauthor:Practitioner.nameā considered as a new parameter applied to Practitioner?
I thought the base should remain unchanged and that we have to specify somewhere else in the SeachParameter resource the type Practitioner as target type of the reference ā¦