{ "opencollection": "1.0.0", "info": { "name": "PointClickCare Long-Term Care EHR Assessments Diagnoses API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.pointclickcare.com/oauth2/authorize", "accessTokenUrl": "https://login.pointclickcare.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Diagnoses", "type": "folder" }, "items": [ { "info": { "name": "Get patient diagnoses", "type": "http" }, "http": { "method": "GET", "url": "https://api.pointclickcare.com/v2/patients/:patientId/diagnoses", "params": [ { "name": "patientId", "value": "", "type": "path", "description": "PointClickCare resident/patient identifier" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Returns ICD-coded diagnoses and active conditions for a resident." } ] } ], "bundled": true }