-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
95 lines (93 loc) · 3.74 KB
/
Copy pathResume.html
File metadata and controls
95 lines (93 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h2>
BENJAMIN <br>
GIBSON <br>
<u> Contact </u> <br>
555-555-1234 <br>
exampleemail@gmail.net <br>
linkedinprofile.in </h2>
</header>
<h2> <u> Professional Skills </u> </h2>
<p>
<ul>
<li> Vast knowledge of EPIC, Citrix, and OnBase Unity Healthcare Systems </li>
<li> Proficient in Microsoft Office </li>
<li> Extensive utilization of business communication software such as Zoom & Microsoft Teams </li>
<li> Excellent leadership capabilities </li>
<li> Medical Terminology </li>
<li> Expert level radiology knowledge </li>
<li> Effective communicator both written and verbal </li>
<li> Exceptional Customer Service </li>
</ul>
<h2> <u> Company 1 </u> </h2>
<h3> December 2023 - March 2024 </h3>
<h3> Patient Experience Supervisor </h3>
<p>
<ul>
<li> Responsible for high performance of 8 team members </li>
<li> Trains new hires to meet and exceed company performance standards </li>
<li> Maintains detailed reports of team member perormance metrics and disciplinary actions </li>
<li> Coordinates with facility leaders and department leaders to maintain efficient workflows </li>
</ul>
</p>
<h2> <u> Company 2 </u> </h2>
<h3> March 2023 - December 2023 </h3>
<h3> Radiology Scheduling Supervisor </h3>
<p>
<ul>
<li> Responsible for daily processing of reports and metrics </li>
<li> Conducts interviews and performs disciplinary actions including coaching up to termination events </li>
<li> Leads team of x employees </li>
</ul>
</p>
<h3> Optimization & Recovery Specialist III </h3>
<h3> June 2021 - March 2023 </h3>
<p>
<ul>
<li> Increased revenue by maintaining cancellation lists to recover & retain patient appointments </li>
<li> Demonstrated creativity by creating, planning, and implementing new workflows for highest possible scheduling & scheudle efficiency </li>
<li> Completed all stat / emergent scheduling requests daily to ensure soonest possible appointments </li>
<li> Trained new hires to meet and exceed all company & departmental standards </li>
</ul>
</p>
<h3> Radiology Scheduling Specialist I </h3>
<h3> August 2019 - June 2021 </h3>
<p>
<ul>
<li> Scheduled average of 80-100+ radiology appointments daily </li>
<li> Mastered knowledge of all radiology outpatient protocols, preparation instructions and procedures </li>
<li> Accurately gathered patient demographic & insurance information to ensure correct revenue cycle completion </li>
<li> Achieved Quality Assurance scores monthly of 98% greatly exceeding departmental standards </li>
</ul>
</p>
<h2> <u> Military Experience </u> </h2>
<h3> US Army </h3>
<h3> June 2009 - June 2014 </h3>
<h3> Human Intelligence Collector </h3>
<p>
<ul>
<li> Honorable Character of Service </li>
<li> Screened, Interpreted, and created multi-source intelligence reports to support field operations </li>
<li> TS SCI Security Clearance </li>
<li> Lead Platoon of 60+ soliders to completion of Basic Combat Training (BCT) </li>
<li> Graduated top 10% of Advanced Individual Training (AIT) </li>
</ul>
</p>
<h2> <u> Education </u> </h2>
<h3> Surry Community College </h3>
<p>
<ul>
<li> Cyber Security & Information Assurance </li>
<li> In Progress </li>
</ul>
</p>
<h4> Currently Studying for Comp TIA A+ </h4>
<h4> Currently Learning HTML </h4>
</body>
</html>