Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Vaccination Coverage among Health Care Personnel
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- immunization
|
9 |
+
- influenza
|
10 |
+
- vaccination
|
11 |
+
- vaxviews
|
12 |
+
license: odbl
|
13 |
+
---
|
14 |
+
|
15 |
+
# Vaccination Coverage among Health Care Personnel
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
Vaccination Coverage among Health Care Personnel
|
20 |
+
|
21 |
+
• Data on influenza vaccination performance measurement from the National Healthcare Safety Network (NHSN) for hospital-based health care personnel (HCP) at the national and state levels by personnel group.
|
22 |
+
|
23 |
+
• Additional information available at https://www.cdc.gov/flu/fluvaxview/index.htm
|
24 |
+
|
25 |
+
## Dataset Details
|
26 |
+
|
27 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
28 |
+
- **Last Modified**: 2024-09-12
|
29 |
+
- **Contact**: NCIRD ([email protected])
|
30 |
+
|
31 |
+
## Source
|
32 |
+
|
33 |
+
Original data can be found at: https://www.cdc.gov/flu/fluvaxview/index.htm
|
34 |
+
|
35 |
+
## Usage
|
36 |
+
|
37 |
+
You can load this dataset using:
|
38 |
+
|
39 |
+
```python
|
40 |
+
from datasets import load_dataset
|
41 |
+
dataset = load_dataset('HHS-Official/vaccination-coverage-among-health-care-personnel')
|
42 |
+
```
|
43 |
+
## License
|
44 |
+
|
45 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|