= Disease Template BluePrint = [[TOC]] == Use Cases == * Logistics support for distribution of PPEs, etc * Tracking the status of an organisation's own staff/volunteers * [wiki:/BluePrint/Disease#TrackingSolutionusingQRCodes Government-sanctioned/coordinated tracking] of cases for a jurisdiction (e.g. !National/State level) * Amateur usage for reporting on aggregated cases from public sources (although there are a lot of other places doing this currently & so I don't see this as a gap we should be aiming to fill...unlike for Ebola where those alternatives weren't available) Note: we are not intending to use this for amateur crowd-sourced efforts which create islands of data. Tracking general public cases (as opposed to organisations' internal staff/volunteers should be done in coordination with official government bodies. === Tracking Solution using QR Codes === ''Government sanctioned and coordinated'' -- the problem this use-case is trying to solve is to provide a solution for tracking who in what place (or vessel) and at what times over a certain time frame (e.g. past 14 days) to then identify who else was in the same places (or vessel) and where have they of them been. [[br]] [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/BluePrint/Disease/SocialContactingApp.png, width=750)]] [[br]] '''Facility or Vessel want to display the QR codes'''[[br]] ''Facilities'' can be restaurants, markets, schools, hospitals, retails outlets, offices [[br]] ''Vessels'' can be public transport (busses, ferries, and taxis) 1. The owner registers in the system (facility name, address, Lat/Lon coordinates, company registration, and contact details) 1. Downloads and prints the three types of QR codes: (A) Entrance, (B) Exit, and (C) Mobile APP URL; 1. Then pastes the (A) Entrance and (C) Mobile APP QR codes at the entrance and the (B) Exit QR code at the exit of the facility or vessel. '''The client must scan the codes to enter the facility or vessel''' 1. '''''NO Smartphone''''' Client -- they are asked to present identification and contact number, which is written on paper and then later entered into the system by the facility or vessel owner 1. '''''With Smartphone''''' Client -- a. Doesn't have the Mobile APP; hence, scans the (C) Mobile APP QR code to receive the URL (or enter URL in browser), then download the APP, and installs the APP. a. The client registers themselves with a name, contact details, and an identification (maybe a photo of ID Card or Passport). a. The client opens the QR code reader to read (A) Entrance QR code -- the record is submitted along with the Facility / Vessel ID, Client ID, Time, and State = hasEntered a. Client receives a confirmation to show to the gate keeper to allow them in to the facility / vessel a. The client spends several minutes and before exiting, opens the APP and QR scanner to scan the (B) Exit -- the record is submitted along with the Facility / Vessel ID, Client ID, Time, and State = hasExit a. Client receives a confirmation that the record was sent or stored off-line for later delivery In Sahana Eden, this would be done using the [wiki:S3/S3Tracking S3Tracking] framework which supports check-in & check-out from sites. '''Analyst wants to find the set of Clients Y infected by Patient X''' 1. Search for Patient X in the database and then requests for all associated data; i.e. all Clients Y and Facility / Vessel Z for a particular time frame (recursively retrieve all data or apply an algorithm 2. Notify all close contacts with instructions to get tested; notify all other contacts to be practice social distancing and self-quarantine. [[br]] [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/BluePrint/Disease/TrackingQR.png, width=750)]][[br]] [http://eden.sahanafoundation.org/attachment/wiki/BluePrint/Disease/TrackingQR.dia Dia Source File for download] == Current Status == It's not quite ready for an out-of-the-box solution, it would be very quick/easy to build a proper solution from it, which could meet any of the 4 use cases above. === !ToDo === * Vector Tracking for !Dengue/Malaria * Configure [wiki:S3/S3Anonymize Anonymizer] to remove personal data after some time (or upon request) * Configure [wiki:S3/ConsentTracking Consent Tracking] so that we know whether people are happy to be contacted in future for follow-ups There are some hard-coded thresholds that should better be settings, and it should be possible to distinguish new cases from old cases for any given date. Some of the hard-coded statuses may need to be made lookup tables. The map layers do not work with case data (only stats data) == See Also == * UserGuidelines/Disease * Deployments/Ebola * BluePrint/EmergencyMedicalRecords * BluePrint/HospitalManagementSystem * [https://www.bbc.co.uk/news/technology-52095331 The UK is considering such an App], which can also use GPS & !BlueTooth, as well as QR * [https://www.bbc.co.uk/news/live/world-52130552?ns_mchannel=social&ns_source=twitter&ns_campaign=bbc_live&ns_linkname=5e85867d4e049e066f59662d%26India%20launches%20new%20Covid-19%20tracking%20app%262020-04-02T12%3A16%3A20.354Z&ns_fee=0&pinned_post_locator=urn:asset:18cd3a5a-07e3-43be-8750-50bf97b0ea80&pinned_post_asset_id=5e85867d4e049e066f59662d India has developed an App] {{{ A new app from the Indian government may tell you if you've crossed paths with someone infected with Covid-19. The app, which is called Aarogya Setu (translates to bridge to health from the Sanskrit), will use Bluetooth and location data to tell if the user has been near a person with Covid-19 and is at risk. The app scans a database of known registered cases to assess if the user has been within six feet of a known positive case. The app also shares the data with the government in case the user tests positive or has been around someone who is infected with Covid-19. While your name or number won't be public, the app does collect this information as well as your gender, travel history and whether you're a smoker. }}} === COVID-19 === * [https://docs.google.com/document/d/18BsW4voeRFxZAQL9PgCPuv9vZIi_C2kMxaETJA57DmA/edit?usp=sharing Sahana Applicablity to COVID-19] * [https://docs.google.com/document/d/1eTikWDY-YL79cmGiRRIUCd_uIOzC5d-GD-8tiWX9bQs/edit?usp=sharing Sahana COVID-19 Responses] * https://lirneasia.net/2020/03/data-in-the-time-of-covid-19/ ---- BluePrint