{ "opencollection": "1.0.0", "info": { "name": "Untitled Condition Patient API", "version": "unspecified" }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "GET /Patient", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Patient", "params": [ { "name": "_id", "value": "", "type": "query", "description": "A patient identifier. Either the '_id' parameter, or 'identifier' must be provided." }, { "name": "identifier", "value": "", "type": "query", "description": "A patient identifier. Either the '_id' parameter, or 'identifier' must be provided." }, { "name": "_format", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /Patient/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Patient/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }