{ "opencollection": "1.0.0", "info": { "name": "WellCare FHIR Access Condition Patient API", "version": "1.0" }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Get Patient", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/Patient/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The FHIR Patient resource ID." } ], "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 a patient resource by FHIR Patient ID for an authenticated member, returning demographic information including name, birthdate, address, and contact details." } ] } ], "bundled": true }