{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_diagnoses API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_diagnoses", "type": "folder" }, "items": [ { "info": { "name": "Create diagnosis", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/diagnoses/v2", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new diagnosis for an encounter" }, { "info": { "name": "Update diagnosis", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/diagnoses/v2/:diagnosis_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "diagnosis_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the diagnosis record matching the provided `diagnosis_id`" }, { "info": { "name": "Delete diagnosis", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/diagnoses/v2/:diagnosis_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "diagnosis_id", "value": "", "type": "path" } ] }, "docs": "Deletes the diagnosis record associated with the provided `diagnosis_id`" } ] } ], "bundled": true }