Target and Targets
6/13/25Less than 1 minute
Target
A target is a container for all information necessary to send messages to other DSF instances. This information includes:
- Organization Identifier: Identifier of an Organization Resource. Can be acquired through the API's
OrganizationProvideror by querying a FHIR server (usually the DSF FHIR server) using aFhirWebserviceClientprovided by the API'sFhirWebserviceProvider. - Endpoint Identifier: Identifier of an Endpoint Resource with the
managingOrganizationbeing the same organization as the one from theOrganization Identifierabove. Can be acquired through the API'sEndpointProvideror by querying a FHIR server (usually the DSF FHIR server) using aFhirWebserviceClientprovided by the API'sFhirWebserviceProvider. - Endpoint URL: The URL of the endpoint. The Endpoint Resource provides this value through its
addressfield. - Correlation Key: A value used to correlate messages, that are sent to this target, to their correct process instances. More information on this mechanism can be found in Message Correlation.
Targets
Targets is a container class for a collection of Target objects. It also provides utility methods for manipulating the underlying collection.