{ "opencollection": "1.0.0", "info": { "name": "WellCare FHIR Patient Access Condition Immunization API", "version": "1.0" }, "items": [ { "info": { "name": "Immunization", "type": "folder" }, "items": [ { "info": { "name": "List Immunizations", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/Immunization", "params": [ { "name": "patient", "value": "", "type": "query", "description": "The FHIR Patient 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 Immunization resources representing a member's immunization history including vaccine type, administration date, and lot number." } ] } ], "bundled": true }