Search
Functions
Provides limited support for the reverse chaining on https://www.hl7.org/fhir/search.html#has. For example: search all Patient that have Condition - Diabetes. This search uses the subject field in the Condition resource. Code snippet:
Includes additional resources in the search results that reference that reference the resource on which include is being called. The developers may call include multiple times with different ResourceType to allow search api to return multiple referenced resource types.
Includes additional resources in the search results that reference the resource on which include is being called. The developers may call include multiple times with different ResourceType to allow search api to return multiple referenced resource types.
Includes additional resources in the search results that reference the resource on which revInclude is being called. The developers may call revInclude multiple times with different ResourceType to allow search api to return multiple referenced resource types.
When sorting is applied on a field with repeated values, defined by the value
of the repeated values in the resource.
When sorting is applied on a field with repeated values (e.g. Patient.GIVEN ), the order is defined by the value
of the repeated values in the resource (e.g. HumanName.given for Patient).