Fetches paginated patient records, scores clinical risk from vitals and age, handles malformed data, and submits categorized results with retry logic for rate limits.
A production-minded Python script for a healthcare API assessment. Implements pagination, exponential backoff on 429/500/503, blood pressure parsing, fever detection, age-based risk scoring, and a dry-run mode before submission.