Particle Health · Arazzo Workflow
Particle Health ADT Event Subscription
Version 1.0.0
Register a patient, subscribe to encounter (ADT) notifications, trigger a sandbox event, and retrieve the resulting HL7 v2 messages.
View Spec
View on GitHub
ADTC-CDACare CoordinationCarequalityClinical DataCommonWellDeltaseHealth ExchangeEHRFHIRHealth DataHealth Information ExchangeHealthcareHIEHL7HL7v2InteroperabilityMedical RecordsPatientsPharmacyQHINSurescriptsTEFCAUSCDIArazzoWorkflows
Provider
Workflows
adt-event-subscription
Subscribe a patient to ADT notifications and retrieve the resulting HL7 v2 messages.
Registers a patient, creates an ADT subscription, triggers a sandbox event, and collects the HL7 v2 messages generated for that patient.
1
authenticate
getAuthToken
Exchange the client credentials for a bearer token used by every subsequent call.
2
registerPatient
submitPatient
Register the patient that the ADT subscription will watch.
3
createSubscription
createPatientSubscriptions
Subscribe the patient to ADT / encounter notifications across the networks.
4
triggerSandboxEvent
triggerSandboxWorkflow
Fire a sandbox workflow event so the subscription produces a test notification.
5
collectHl7v2
getHl7v2Messages
Retrieve the HL7 v2 messages generated for the patient by the ADT event.