{ "opencollection": "1.0.0", "info": { "name": "WellCare FHIR Patient Access Condition Organization API", "version": "1.0" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Search Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/Organization", "params": [ { "name": "name", "value": "", "type": "query", "description": "Organization name (partial match supported)." }, { "name": "identifier", "value": "", "type": "query", "description": "NPI or other organization identifier." }, { "name": "type", "value": "", "type": "query", "description": "Organization type (e.g., hospital, clinic, pharmacy)." }, { "name": "_count", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Searches for healthcare organizations, hospitals, clinics, and facilities in the WellCare provider network by name, type, or NPI." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://partners.centene.com/fhir/r4/Organization/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The FHIR Organization resource ID." } ] }, "docs": "Retrieves a specific organization resource by FHIR ID." } ] } ], "bundled": true }