{ "opencollection": "1.0.0", "info": { "name": "Untitled Condition Encounter API", "version": "unspecified" }, "items": [ { "info": { "name": "Encounter", "type": "folder" }, "items": [ { "info": { "name": "GET /Encounter", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Encounter", "params": [ { "name": "patient", "value": "", "type": "query", "description": "The patient present at the encounter. It is a required field." }, { "name": "date", "value": "", "type": "query", "description": "A date or date range from which to find appointments. This must be set when using patient, practitioner or location. The 'date' parameter may be provided once without a prefix or time component to imply a date range or once without a prefix and with a time component to search for appointments at a specific time. Alternately it may be provided twice with 'le' and 'gt' prefixes to search for appointments within a specific range. The date prefix pair must create a closed range." }, { "name": "_format", "value": "", "type": "query" } ] } } ] } ], "bundled": true }