NHS_HES / README.md
ba188's picture
Update README.md
7e771fc verified
---
tags:
- medical
- healthcare
- NHS
language:
- en
---
# Dataset Card for NHS_HES Data
<!-- Provide a quick summary of the dataset. -->
This dataset consists of data taken from three CSV files containing Hospital Episode Statistics (HES) for Admitted Patient Care and Outpatient Data supplied by National Health Services (NHS) England from 2018 - 2023.
## Dataset Details
### Dataset Description
The data includes monthly counts from hospital visits and admissions of different types in England for April 2018 to December 2023. The data includes both total counts for every category of visit/appointment considered as well as a breakdown of those visits/admissions by treatment specialty and age-group.
<!-- Provide a longer summary of what this dataset is. -->
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
More information and the original CSV files can be found at: https://digital.nhs.uk/data-and-information/publications/statistical/provisional-monthly-hospital-episode-statistics-for-admitted-patient-care-outpatient-and-accident-and-emergency-data/april-2023---december-2023.
Incorporated CSVs are: 'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Totals',
'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Treatment Specialties'
'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Age Groups'
## Uses
The linked Google Colab file shows one possible use for a subset of this data: examining the pattern in hospital admissions episodes before, during, and after the COVID-19 pandemic and analysing whether there is a seasonal trend in those admissions and whether or not that changed during the pandemic.
Ex.) https://colab.research.google.com/drive/1u7jNC-CFnoVBCCDnNUIEM7zmt9nJLmF2?usp=sharing
<!-- Address questions about how the dataset is intended to be used. -->
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
The dataset is a csv that is 69*73. Each row contains the data for a single month from April 2018 to December 2023. The columns contain data on each of the variables counts were collected for (e.g. Finished Consultant Episodes, Finished Consultant Episodes with Procedure) split into the three original datasets, with separate columns for the total counts, the age bands, and the specialties. Within these columns, there are lists of dictionaries containing the data.
[More Information Needed]
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
[More Information Needed]
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
[More Information Needed]
#### Who are the source data producers?
<!-- This section describes the people or systems who created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
[More Information Needed]
#### Personal and Sensitive Information
While this data is related to healthcare, the units of interest are the months, rather than individual patients, so patient privacy is not an issue here. There are also no identifiable features of the patients themselves, and the data was originally released by the NHS for public use.
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases, and limitations of the dataset. More information is needed for further recommendations.
## Dataset Card Contact
[More Information Needed]