Getting Started for Developers

Developer focused guide for how to integrate with Particle and leverage retrieved data.

Particle has two primary integration paths. Choose the one that matches your use case, or combine both once you are up and running.

PathWhat it does
WorkbenchRegister patients, run queries, and retrieve clinical data on demand in FLAT or CCDA format.
SignalSubscribe patients to continuous monitoring and receive real-time webhook alerts when care events occur.

Both paths share the same authentication model and patient registration step.


Workbench

1. Authenticate

2. Register Patients

Submit patient demographics to generate a particle_patient_id, required for all subsequent calls.

3. Run a Query

Initiate a query for a registered patient and monitor status until complete.

4. Retrieve Data

Pull the clinical data returned by your query in FLAT or CCDA format.

5. Set Up Webhooks (optional)

Receive query-complete notifications instead of polling for status.


Signal

For the full Signal implementation workflow - including patient registration, subscription, webhook configuration, and data retrieval - see the Signal documentation:

1. Authenticate

2. Set Up Signal

Covers patient registration, subscription to monitoring, and webhook configuration.

3. Receive and Act on Alerts


Additional Resources