{ "opencollection": "1.0.0", "info": { "name": "Canvas Medical FHIR AllergyIntolerance Condition API", "version": "4.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{canvas-instance}.canvasmedical.com/auth/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Condition", "type": "folder" }, "items": [ { "info": { "name": "Search Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Condition", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Filter by patient ID or reference" }, { "name": "status", "value": "", "type": "query", "description": "Filter by resource status" }, { "name": "category", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "_count", "value": "", "type": "query", "description": "Maximum number of results per page" }, { "name": "_page_token", "value": "", "type": "query", "description": "Pagination token for next page" } ] }, "docs": "Search for patient conditions and problems" }, { "info": { "name": "Create Condition", "type": "http" }, "http": { "method": "POST", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Condition", "body": { "type": "json", "data": "{}" } }, "docs": "Create Condition" }, { "info": { "name": "Read Condition", "type": "http" }, "http": { "method": "GET", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Condition/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Logical ID of the FHIR resource" } ] }, "docs": "Read Condition" }, { "info": { "name": "Update Condition", "type": "http" }, "http": { "method": "PUT", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Condition/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Logical ID of the FHIR resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Condition" } ] } ], "bundled": true }