Particle Health · Arazzo Workflow
Particle Health National Patient Record Retrieval
Version 1.0.0
Authenticate, register a patient demographic, run a national query across the health information networks, poll until the query completes, then collect the aggregated clinical record.
View Spec
View on GitHub
ADTC-CDACare CoordinationCarequalityClinical DataCommonWellDeltaseHealth ExchangeEHRFHIRHealth DataHealth Information ExchangeHealthcareHIEHL7HL7v2InteroperabilityMedical RecordsPatientsPharmacyQHINSurescriptsTEFCAUSCDIArazzoWorkflows
Provider
Workflows
national-patient-record-retrieval
Register a patient, query the national networks, and collect the consolidated clinical record.
Implements the Da Vinci PDex national record-retrieval sequence end to end: token, patient registration, network query, status polling, and record collection as C-CDA and FHIR R4.
1
authenticate
getAuthToken
Exchange the client credentials for a bearer token used by every subsequent call.
2
registerPatient
submitPatient
Submit the patient demographic to create a Particle patient record that the network query will resolve against.
3
launchNetworkQuery
createPatientQuery
Launch a national query that fans the demographic out to the connected health information networks.
4
pollQueryStatus
getPatientQueryStatus
Poll the query until the networks have finished returning records (status COMPLETE).
5
collectCcda
getCcdaFiles
Retrieve the consolidated record as C-CDA documents once the query is complete.
6
collectFhir
getFhirDatasets
Retrieve the same consolidated record as a FHIR R4 dataset for structured processing.