Cwa-documentation: Calculating infection risc in case of multiple contacts of same person

Created on 14 May 2020  路  8Comments  路  Source: corona-warn-app/cwa-documentation

This concerns a new feature. As i have read the evaluation function for the exposed state comes from RKI. This evaluation function should also concern that multiple contacts with the same person increase the infection risk. It also depends on the environment. For instance contacts outside cause much less infection risk than inside contacts.

Where to find the issue

This feature is new

Describe the issue

The application should be prepared to evaluate environment facts and to cumulative calculate the exposed risk as probability value. In case of infection all contacts with a significant exposure probability should be informed.

Suggested change

describe possible input values of the rki Function, describe risk calculation, and decision of IDs to warn

documentation enhancement

Most helpful comment

Within buildings the height position of the smartphone is very significant for the exposure risk. Only persons on the same floor level have higher risk to infect the other. This should be concerned in the calculation of exposure risk.

All 8 comments

Warning IDs in proximity can lead to false positive warnings.

Assume living in a panel building in Eastern Germany - you can easily discover 30+ Bluetooth devices.

You are never in direct contact to any of this person - because walls seams to be very good viral firewalls :)

Within buildings the height position of the smartphone is very significant for the exposure risk. Only persons on the same floor level have higher risk to infect the other. This should be concerned in the calculation of exposure risk.

Within buildings the height position of the smartphone is very significant for the exposure risk.

How do you know where you are? :) (from the perspective of the app)

Are there any existing proof of concepts and tests in the real life or are we just splitting a hair about yet to come Apple/Google APIs not tested in any possible indoor and outdoor scenario?

The height could be approximated from earth magnetic field. But there might be much disturbances from electric equipment in flats. Most smartphones have capability to measure magnetic field strength. Also air pressure is a indicating measure for height position. But not many smartphones can measure it. GPS wont work inside. So at the moment i have no clue.

"Calculating infection risc in case of multiple contacts of same person"

A privacy preserving implementation of this app would have no possibility to recognize repeat or prolonged contact with the same person because the IDs being broadcast would be changed frequently.
Also this is very dependent on the system functionality provided by Google/Apple.

@SchwertAs

The height could be approximated from earth magnetic field.

This is definitely beyond any logical and mathematical possibility. GPS Altitude is already an approximation, leaving inaccurancies of +/- 200 ft (60-70 Meters) caused by inaccurate WGS84 earth model. Without further correction of additional land-based GPS Signals (EGNOS, WAAS or SOPOS) there is no chance of recieving correct GPS altitudes.

Here's an explanation how GPS works and how unfit consumer devices are:
https://ul-fluglehrer.de/blog/files/20160203-tablets-smartphones-gps.html

Most consumer chipsets like Bosch BMP280 (used in older iPhones) are not capable and should not be used for life-sustaining, medical or security critical purposes. This is already ruled out in technical documentations of the chipsets as you can read here:
https://ul-fluglehrer.de/blog/files/20160217-tablets-smartphones-barometer.html

The upcoming architecture documentation will contain details on the risk score calculation. Would be great if you can review then, and reopen this ticket with a suggestion based on the described implementation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kbobrowski picture kbobrowski  路  3Comments

cknoll picture cknoll  路  3Comments

oezguercelebi picture oezguercelebi  路  3Comments

kheinz57 picture kheinz57  路  3Comments

stritti picture stritti  路  3Comments