JUMP TOParticle Health APIsGetting StartedAuthenticationRecommended Query FlowAlternative & Legacy Query FlowsHandling ErrorsParticle Health APIAuthenticationGenerate a JSON Web Token (JWT)getC-CDA APIQueriesCreate QuerypostList QueriesgetGet QuerygetFilesDownload a zipped file of all results of querygetDownload a filegetFHIR APIFHIRCreate PatientpostRetrieve all resources related to a patient.getRetrieve the status of the most recent query run on a Patient.getQuery PatientpostCreate PersonpostRetrieve the status of the most recent query run on a Person.getQuery PersonpostGet the CapabilityStatement for the FHIR R4 server.getSearch for FHIR resources.getRead a specified FHIR resource.getResource Search MethodologiesResource Relationship MapBi-directionalityPatientsSubmit PatientpostList PatientsgetGet PatientgetDelete PatientdeleteDocumentsSubmit DocumentpostGet Patient DocumentsgetGet DocumentgetDelete DocumentdeleteQuery Personpost https://sandbox.particlehealth.com/R4/Person/{person_id}/$queryFHIR Query Example Without HintsWith Hints{ "resourceType": "Parameters", "parameter": [ { "name": "purpose", "valueString": "TREATMENT" } ] } { "resourceType": "Parameters", "parameter": [ { "name": "purpose", "valueString": "TREATMENT" }, { "name":"hint", "valueString":"12345" } ] }