{ "opencollection": "1.0.0", "info": { "name": "Particle Health Authentication ProviderMap API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ProviderMap", "type": "folder" }, "items": [ { "info": { "name": "Get Patient Provider Map", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/api/v1/patients/:particle_patient_id/provider-map", "params": [ { "name": "particle_patient_id", "value": "", "type": "path", "description": "Particle Patient ID (PPID)" } ] }, "docs": "Returns the set of healthcare organizations associated with the given patient across Particle's network, enriched with NPI, address, and managing organization details." } ] } ], "bundled": true }