Particle Health · Arazzo Workflow
Particle Health FHIR R4 Resource Query
Version 1.0.0
Create a FHIR Patient, run a FHIR-native network query, poll for completion, then search and read individual US Core resources.
View Spec
View on GitHub
ADTC-CDACare CoordinationCarequalityClinical DataCommonWellDeltaseHealth ExchangeEHRFHIRHealth DataHealth Information ExchangeHealthcareHIEHL7HL7v2InteroperabilityMedical RecordsPatientsPharmacyQHINSurescriptsTEFCAUSCDIArazzoWorkflows
Provider
Workflows
fhir-r4-resource-query
Run a FHIR-native network query and retrieve US Core resources for a patient.
Creates a FHIR Patient, launches and polls a FHIR query, collects the $everything bundle, then searches and reads a specific US Core resource type.
1
authenticate
getAuthToken
Exchange the client credentials for a bearer token used by every subsequent call.
2
createPatient
createFhirPatient
Create a FHIR R4 Patient resource that the FHIR query will resolve against.
3
launchFhirQuery
createFhirPatientQuery
Launch a FHIR-native network query for the created patient.
4
pollFhirQuery
getFhirPatientQueryStatus
Poll the FHIR query until the networks finish returning records.
5
collectEverything
getFhirPatientEverything
Retrieve the consolidated FHIR R4 $everything bundle for the patient.
6
searchResources
searchFhirResources
Search a specific US Core resource type for the patient within the returned record set.
7
readResource
readFhirResource
Read a single resource by id from the searched resource type.