-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Schumacher, Jakob
authored and
Schumacher, Jakob
committed
Sep 23, 2024
1 parent
67e3e11
commit c11dcf2
Showing
39 changed files
with
296 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,57 @@ | ||
--- | ||
title: "Step 3: Classification" | ||
title: "Step 3: Case defintions" | ||
--- | ||
|
||
Classification means categorizing the recorded events. Sometimes the word "collation" is used for this step. A person or software decides based on a definition how the event is included as a data point. Often, classification involves agreeing on what exactly counts as an event and what does not. This classification is often done using a so-called case definition. Classification is important because recorded events can be erroneous and should not be counted. Or there may not be enough information to decide whether a real event has occurred. Without classification, the events form an unclear collection with questionable significance. Classification is often a hidden part of the surveillance system or built into the system in a way that it is not recognized as such. For example, the application of case definitions in the reporting system is built into the reporting software. Even in seemingly trivial classifications, important definitions must be agreed upon: Does the death of a tourist with a foreign passport count as a death in the context of mortality surveillance? | ||
|
||
Classification means categorizing the recorded events. Sometimes the word "collation" is used for this step. A person or software decides based on a definition how the event is included as a value in the data. Often, classification involves agreeing on what exactly counts as an event and what does not. Classification is important because recorded events can be erroneous and should not be counted. Or there may not be enough information to decide whether a real event has occurred. Without classification, the events form an unclear collection with questionable significance. Classification is often a hidden part of the surveillance system or built into the system in a way that it is not recognized as such. For example, the application of case definitions in the reporting system is built into the reporting software. Even in seemingly trivial classifications, important definitions must be agreed upon: Does the death of a tourist with a foreign passport count as a death in the context of mortality surveillance? | ||
|
||
Classification is usually done with case definitions. | ||
|
||
## Definition of case definition | ||
Case Definitions = A set of uniform criteria used to define a disease, health event or condition for public health surveillance (infectious and non-infectious diseases) | ||
|
||
## Rationale | ||
- Case definitions are used by epidemiologists / public health authorities | ||
- Case definitions ≠ no clinical definition, such as e.g. ICD-10 codes | ||
- Enable public health officials to classify and count cases consistently across reporting jurisdictions (avoids comparing “apples to oranges’’) | ||
|
||
## Components of case definitions | ||
|
||
|Component|Explanation| | ||
|---|---| | ||
|Time|The timeframe in which a disease is looked at (in surveillance systems this is often missing)| | ||
|Place|Where a disease is looked at. E.g. a region| | ||
|Person|Who is looked at. It can be everybody in a certain region or it can be only a specific group in an outbreak session| | ||
|Clinical|Include common and relevant signs and symptoms of the disease under surveillance Form either individually or in combination a clear or indicative picture of the disease| | ||
|laboratory|Includes a list with methods used to confirm the pathogen Usually: One of the laboratory methods on the list is sufficient for confirmation of a disease| | ||
|Epidemiological criteria|Are met when an epidemiological link is established Depending on: Incubation period of the disease Transmission Routes (person-to-person, contaminated food, …) Endemicity of the disease in the country | | ||
|
||
### Example for a clinical part of a case defintion | ||
![Case definition for Q-Fever by the european center for disease control](../img/steps_casedefinitions_qfever.png) | ||
|
||
### Example for a laboratory part of a case defintion | ||
![Case definition for avian flu by the european center for disease control](../img/steps_casedefinitions_avian.png) | ||
|
||
### Example for an epidemiological part of a case defintion | ||
![Case definition for zika by the european center for disease control](../img/steps_casedefinitions_zika.png) | ||
|
||
## Categories for case definitions | ||
There can be different categories for case definitions | ||
- Only clinically confirmed case | ||
- Clinically confirmed case with epidemiological link | ||
- Clinically and laboratory confirmed case | ||
- Laboratory confirmed with clinical criteria not met | ||
- Laboratory confirmed with unknown clinical criteria | ||
|
||
## Case classification with the help of case definitions | ||
![](../img/steps_casedefinitions_caseclassification.png) | ||
|
||
## Tips for developing case definitions | ||
- Identify the objectives of the surveillance system | ||
- Involve a multi-sectoral team (e.g. physicians, reference laboratories, epidemiologists,…) | ||
- Balance between sensitivity and specificity when collecting / reporting | ||
- Define important and frequently used terms (e.g. fever) | ||
- Use a standardised format and structure for all case definitions | ||
- Plan the implementation of the case definitions (e.g. communicate, train, evaluate) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.