{ "opencollection": "1.0.0", "info": { "name": "UnitedHealth Group Optum Clinical Data API", "version": "R4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clinical Data", "type": "folder" }, "items": [ { "info": { "name": "UnitedHealth Group List Member Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://api.uhc.com/fhir/R4/Condition", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient resource ID" }, { "name": "clinical-status", "value": "", "type": "query", "description": "Condition clinical status filter" }, { "name": "_count", "value": "", "type": "query", "description": "Maximum number of results" } ] }, "docs": "Retrieve FHIR R4 Condition resources for a member representing active and historical health conditions, diagnoses, and clinical problems as reflected in claims data and clinical records available through the Patient Access API." } ] } ], "bundled": true }