{ "opencollection": "1.0.0", "info": { "name": "lifen-authentication-api CommunicationRequest Patient API", "version": "3" }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Access Patient Information", "type": "http" }, "http": { "method": "POST", "url": "https://authentication.lifen.fr/v3/Patient/_search", "headers": [ { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Access Patient Information" }, { "info": { "name": "Access Patient by id", "type": "http" }, "http": { "method": "GET", "url": "https://authentication.lifen.fr/v3/Patient/:id", "headers": [ { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Access Patient by id" } ] } ], "bundled": true }