Organization Identifiers
Organization Identifiers
DSF FHIR server instances can configure an organization identifier
. It uniquely identifies the organization the DSF FHIR server instance belongs to for its Allow-List mechanism. It is set as an environment variable. A GET request to https://domain/fhir/Organization
will return a list of all organizations for the DSF FHIR server instance running under domain
. The results will also include the organization identifier
of each organization.
Organization Identifiers in Task Resources
Task resources require a reference to an organization via its identifier as the Task.requester
and Task.restriction.recipient
elements. The exact values for these elements depend on the ActivityDefinition the Task resource should conform to. As a general rule, the identifier of your own organization should be used as the Task.requester
and Task.restriction.recipient
elements for Task resources which initially start processes. All other cases depend on the context of the message being sent during process execution. An easy way to generalize this in Draft Task Resources is to use the #{organization}
placeholder.
Related Topics
Allow-List, ActivityDefinition, Environment Variables, Requester and Recipient, Task