HL7 FHIR Spoke release notes

  • Release version: Australia
  • Updated June 16, 2026
  • 2 minutes to read
  • The ServiceNow® HL7 FHIR Spoke application lets Workflow Studio authors read HL7 FHIR R4 provider-directory resources from any FHIR R4-conformant server without writing custom REST, scripting, or pagination code. HL7 FHIR Spoke is a new application.

    HL7 FHIR Spoke highlights

    • Read FHIR R4 Organization, Location, Practitioner, and PractitionerRole resources from any FHIR R4-conformant server using eight pre-built Integration Hub actions.
    • Retrieve a single resource by its logical ID, or search and stream multiple resources with pagination handled automatically.
    • Configure connectivity once through a shared Connection & Credential Alias that uses OAuth 2.0 authorization code flow with PKCE.
    • Build FHIR integrations entirely in Workflow Studio — no custom REST messages, script includes, or JSON parsing required.

    See HL7 FHIR Spoke for more information.

    Important:
    HL7 FHIR Spoke is available in the ServiceNow Store. For details, see the "Activation information" section of these release notes.

    HL7 FHIR Spoke features

    HL7 FHIR Spoke actions reference
    Look up a single FHIR Organization, Location, Practitioner, or PractitionerRole by its logical ID and receive every resource field as a typed Workflow Studio data pill, along with an action status that lets you handle "not found" without aborting the flow.
    HL7 FHIR Spoke actions reference
    Search any of the four resources with optional FHIR R4 search parameters and stream one resource per item. The spoke walks each FHIR Bundle next link automatically until the server stops paging.
    Configure the HL7 FHIR connection and credentials
    All eight actions authenticate through a single HL7 FHIR Connection & Credential Alias, so you bind the FHIR server URL and OAuth credentials once and reuse them everywhere.

    Activation information

    Install HL7 FHIR Spoke by requesting it from the ServiceNow 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.

    Before deploying the spoke, the following platform plugins must be active: Workflow Studio (com.glide.hub), Flow Designer Action Step — CORE (com.glide.hub.action_step.core), the REST step type (com.glide.hub.action_step.rest), and the Integration Hub Action Template — Data Stream (com.glide.hub.action_type.datastream).

    Plugin information

    New plugins

    The following plugins are new in Australia:

    HL7 FHIR Spoke (sn_hl7_fhir_spoke): Provides read-only FHIR R4 Flow Designer actions for reading Organization, Location, Practitioner, and PractitionerRole resources from any FHIR R4-conformant server.