Particle Health · Arazzo Workflow
Particle Health Clinical Document Exchange
Version 1.0.0
Submit a clinical document to the network, then retrieve it and list all documents on file for the patient.
View Spec
View on GitHub
ADTC-CDACare CoordinationCarequalityClinical DataCommonWellDeltaseHealth ExchangeEHRFHIRHealth DataHealth Information ExchangeHealthcareHIEHL7HL7v2InteroperabilityMedical RecordsPatientsPharmacyQHINSurescriptsTEFCAUSCDIArazzoWorkflows
Provider
Workflows
clinical-document-exchange
Push a clinical document and confirm it by reading it back and listing the patient's documents.
Submits a clinical document, reads the stored document by id, and lists all documents available for the patient.
1
authenticate
getAuthToken
Exchange the client credentials for a bearer token used by every subsequent call.
2
submitDocument
submitDocument
Push the clinical document into the network for the patient.
3
readDocument
getDocument
Read the stored document back by id to confirm it was received and indexed.
4
listPatientDocuments
getPatientDocuments
List every document currently on file for the patient.