{ "opencollection": "1.0.0", "info": { "name": "WellCare FHIR Patient Access Condition Medication Request API", "version": "1.0" }, "items": [ { "info": { "name": "Medication Request", "type": "folder" }, "items": [ { "info": { "name": "List Medication Requests", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/MedicationRequest", "params": [ { "name": "patient", "value": "", "type": "query", "description": "The FHIR Patient ID." }, { "name": "status", "value": "", "type": "query", "description": "Filter by medication request status (active, completed, stopped)." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://partners.centene.com/oauth2/authorize", "accessTokenUrl": "https://partners.centene.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves MedicationRequest resources representing prescribed medications and medication orders for an authenticated member." } ] } ], "bundled": true }