-
Notifications
You must be signed in to change notification settings - Fork 0
/
well-visits.html
101 lines (94 loc) · 3.39 KB
/
well-visits.html
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
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- CSS -->
<link rel="stylesheet" href="dist/styles.css" />
<title>Well Visits</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<meta
name="description"
content="Make an appointment by calling 410-933-8101. We follow the American Academy of Pediatrics well child visit schedule."
/>
</head>
<body>
<!-- Header Nav Template -->
<main-header></main-header>
<!-- Hero -->
<section>
<div class="hero">
<img
src="./assets/images/well-visit-hero.jpeg"
alt="Young boy dressed up as a doctor holding a stethoscope"
/>
<h1>Well Visits</h1>
</div>
</section>
<!-- End Hero -->
<!-- Main Content -->
<section class="page-container">
<h1>Why schedule a well visit?</h1>
<p>
Well visits are the 1st Step to your child's best health. The
cornerstone of pediatrics is well child care. At Honeygo Pediatrics,
well visits are crucial to evaluate and monitor your child's physical,
mental, and social growth and development.
</p>
<p>
It's obvious that the best course of action when your child is sick is
to visit the doctor. But pediatrician visits are just as important for
healthy kids.
<a
class="in-text-link"
href="https://brightfutures.aap.org/Pages/default.aspx"
target="_blank"
>Bright Futures</a
>
and the American Academy of Pediatrics
<a class="in-text-link" href="https://www.aap.org/" target="_blank"
>(AAP)</a
>
created a set of comprehensive health guidelines for well-child care,
known as the
<a
class="in-text-link"
href="https://downloads.aap.org/AAP/PDF/periodicity_schedule.pdf"
target="_blank"
>periodicity schedule.</a
>
Essentially, it's a schedule of assessments and screenings reccommended
during each well visit from infancy all the way through adolescence. We
suggest you try to follow this for the best preventative healthcare.
</p>
<h1>Important things examined during well visits</h1>
<p>During a well visit we examine many factors including:</p>
<ul>
<li>Growth Measurements</li>
<li>Vision and Hearing Screening</li>
<li>Nutrition and Physical Activity Aid</li>
<li>Mental Health Screening</li>
<li>Blood Work</li>
<li>Vaccinations</li>
<li>Tobacco, Drug, Alcohol, & Sex Education</li>
</ul>
<p>
Need to schedule a well visit? Please call our office at
<a class="in-text-link" href="tel:4109338101">410-933-8101</a>
</p>
</section>
<!-- End Main Content -->
<!-- Footer Template -->
<main-footer></main-footer>
<!-- JS -->
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>