{ "opencollection": "1.0.0", "info": { "name": "WellCare FHIR Patient Access Condition Observation API", "version": "1.0" }, "items": [ { "info": { "name": "Observation", "type": "folder" }, "items": [ { "info": { "name": "List Observations", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/Observation", "params": [ { "name": "patient", "value": "", "type": "query", "description": "The FHIR Patient ID." }, { "name": "category", "value": "", "type": "query", "description": "Filter by observation category (e.g., laboratory, vital-signs)." } ], "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 Observation resources including laboratory results, vital signs, and other clinical measurements for an authenticated member." } ] } ], "bundled": true }