forked from valleemarie/CARE-GuideQMRA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhazard_identification.qmd
48 lines (33 loc) · 1.09 KB
/
hazard_identification.qmd
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
# Hazard identification
A QMRA has always for origin an initial statement on the specific objectives of a risk assessment (the risk question). The risk question should precisely define (see @fig-hazard_id):
- the microbiological hazard(s) causing the adverse effect
- the foods of interest
- the population of interest
One can cite an example of risk question: "What are the isk of *Campylobacter* and *Salmonella* infection linked to chiken meals prepared in households in Dakar, Senegal ([@pouillot2012]).
![](images/pathogens.png){width="100"}
![](images/foods.png){width="100"}
![](images/populations.png){width="100"}
```{mermaid}
%%| label: fig-hazard_id
%%| echo: false
%%| fig-cap: "Components of hazard identification"
graph TD
Q[Risk question]
PM[Food products]
P[Population groups]
H[Hazards]
PH[Public health data]
C[Contamination data]
subgraph Hazard identification
Q-->PM
Q-->H
Q-->P
end
subgraph Interactions
H-->PH
P-->PH
H-->C
PM-->C
end
```
The following chapters aims at identifying the data of interest for characterizing the pathogens contamination of foods and the population.