HL7 FHIR Spoke
Summarize
Summary of HL7 FHIR Spoke
The HL7 FHIR Spoke enables ServiceNow customers to integrate their instance with any HL7 FHIR R4-conformant server. It is an Integration Hub action pack that provides typed, paginated, and error-handled Workflow Studio actions to read provider-directory resources such as Organization, Location, Practitioner, and PractitionerRole directly from FHIR APIs. This spoke simplifies the process by eliminating the need for custom REST messages, scripts, and JSON parsing.
Show less
Key Features
- Provides eight read-only Workflow Studio actions: for each of the four FHIR R4 provider-directory resources, there is a look-up-by-ID action and a search-and-stream action with automatic pagination.
- Returns raw FHIR field values as Workflow Studio data pills without mapping to ServiceNow data models, allowing downstream applications to handle persistence and mapping.
- Supports connection to any FHIR R4-conformant server, with a configurable API version URL fragment to redirect API paths without reauthoring flows.
- Uses OAuth 2.0 client credentials with authorization code grant and PKCE (S256) for secure authentication.
- All actions perform read-only HTTP GET operations; write operations and other FHIR resources are not supported.
- Integration Hub subscription is required to use this spoke.
- Connection and credential aliases centralize and simplify configuration management across environments.
Requirements and Dependencies
- Access to an HL7 FHIR R4-conformant server and its base URL.
- OAuth 2.0 client credentials including authorization, token, and revoke-token endpoint URLs, client ID, and client secret.
- Activation of dependent plugins such as Workflow Studio, Flow Designer Action Step, REST step type, and Integration Hub Action Template — Data Stream. Some plugins require appropriate licensing.
Practical Benefits for ServiceNow Customers
By using the HL7 FHIR Spoke, customers can seamlessly query healthcare provider-directory data from their FHIR R4 servers within ServiceNow workflows. This integration enhances automation and data retrieval capabilities without custom coding, enabling smoother interoperability with healthcare systems. Customers can expect reliable, paginated data streaming and simplified connection management, which accelerates development of healthcare-related workflows and downstream data processing.
Integrate ServiceNow with any HL7 FHIR R4-conformant server. The HL7 FHIR Spoke gives Workflow Studio authors a typed, paginated, error-handled way to read FHIR R4 provider-directory resources — Organization, Location, Practitioner, and PractitionerRole — from your ServiceNow instance.
The HL7 FHIR Spoke is an Integration Hub action pack that exposes eight read-only Workflow Studio actions — a look-up-by-ID action and a search-and-stream action for each of the four FHIR R4 provider-directory resources. Health systems expose practitioner, organizational, and location data through HL7 FHIR R4 APIs, but Workflow Studio has no native way to query those endpoints. Without this spoke, workflow builders write custom REST messages, script includes, and JSON parsers. The HL7 FHIR Spoke closes that gap.
The spoke is FHIR-agnostic: it returns raw FHIR field values as Workflow Studio data pills and does not map them to any ServiceNow data model. Downstream applications, such as the Healthcare Operations HL7 FHIR Integration, compose these actions inside their own flows to persist FHIR data into ServiceNow tables.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Integration Hub subscription
This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.
Supported versions
This spoke was built for HL7 FHIR R4 and connects to any FHIR R4-conformant
server. A connection attribute named api_version selects the
FHIR R4 URL fragment (default baseR4), so you can re-point all
actions to a different API path without re-authoring any flow.
Spoke requirements
- Access to an HL7 FHIR R4-conformant server and its base URL.
- OAuth 2.0 client credentials registered for your instance: the
authorization, token, and revoke-token endpoint URLs and the client ID and
client secret. The provider uses the authorization code grant with PKCE
(
S256).
Spoke dependencies
- Workflow Studio (com.glide.hub)
- Flow Designer Action Step — CORE (com.glide.hub.action_step.core)
- REST step type (com.glide.hub.action_step.rest)
- Integration Hub Action Template — Data Stream (com.glide.hub.action_type.datastream)
Spoke actions
next link automatically until the server stops paging.
Available actions include:| Category | Action | Description |
|---|---|---|
| Organization Management | Look up Organization by ID | Retrieves a single FHIR Organization resource by its logical ID. |
| Look up Organizations Stream | Searches and streams Organization resources with automatic pagination. | |
| Location Management | Look up Location by ID | Retrieves a single FHIR Location resource by its logical ID. |
| Look up Locations Stream | Searches and streams Location resources with automatic pagination. | |
| Practitioner Management | Look up Practitioner by ID | Retrieves a single FHIR Practitioner resource by its logical ID. |
| Look up Practitioners Stream | Searches and streams Practitioner resources with automatic pagination. | |
| PractitionerRole Management | Look up PractitionerRole by ID | Retrieves a single FHIR PractitionerRole resource by its logical ID. |
| Look up PractitionerRoles Stream | Searches and streams PractitionerRole resources with automatic pagination. |
All actions are read-only (HTTP GET). Write operations, real-time event triggers such as CDS Hooks or FHIR subscriptions, and FHIR resources beyond the four provider-directory resources are out of scope. For the inputs and outputs of each action, see HL7 FHIR Spoke actions reference.
Connection and credential alias requirements
Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see .
All eight actions route through a single Connection & Credential Alias
named HL7 FHIR, so the FHIR server URL and OAuth credentials
are bound once at install time and reused by every action.
For information about setting up the spoke, see Activate the HL7 FHIR Spoke.