Skip to main content

Community centered care data analysis, times of Covid-19

For the past few weeks, the global health emergency caused by Covid-19 has put many questions in my thoughts, from general to more specific in many dimensions. We all know that we should prepare better in the future and this morning reviewing the concept of community centered careAt the Epicenter of the Covid-19 Pandemic and Humanitarian Crises in Italy: Changing Perspectives on Preparation and Mitigation,(2020), Nacoti, Ciocca, ... ” added by the hospital in Bergamo Italy, sparked my interest... how to be prepared, how potentially implement and be smart into the distribution, finally using data from Korea(KCDC and DS4C), I started analyzing looking for responses.

From the data analysis perspective if we can understand the entities and important variables geographically distributed in a region, we can analyze the activity of this approach at least in theory dimension.

Also with an analysis of infection-cases we can explore the more affected regions and maybe create a distributed strategy of community-care-centers, and also distribute medic personal.

As Covid-19 seriously affects the situation of our elderly, we could analyze the concentrations of this population. Example:


This information is using a ratio(coefficient) of eldery population in south-korea, but could be an option to create a better plan based on data analysis. I also included into the dashboard dimension elements like, schools, kinders, and others to explore ideas and variations related to how we can be prepared better in the future.

Taking this line of analysis, can we create community centers close to most probable affected regions? How many elements should we include into entities to define an affected region? 

In addition to this approach, what happens if we have the route of affected people? Here another idea using the dataset of routed patients.

Many elements to connect but seems an interesting layer of information to use and improve our response when we hit on this type of global contingencies.

Pending questions:
  • Is valid the approach to explore the most affected population to include into the analysis of community centered care distribution?
  • Is a valid point to explore other institutions like schools, kinder to include into the analysis of community centers?
  • The route of patients could be an interesting variable to explore dynamic community care centers? 
  • Can we use the data dimension layer to be better prepared in front exceptions and emergencies like our current situation like Covid-19?
Other questions to analyze? Or maybe looking for contribute,  open to connect @nickbortolotti

Comments

Popular posts from this blog

Google Assistant, simpleness of interaction to call a webhook

The creation of an application using Google Assistant is very simple and represent a big impact to interact with users in diverse environments and particularly in home Hey Google ...Where is my dog? If we plan to connect a security camera system, the challenge of finding my pet in an automated way is more feasible, then I will give more details of how I intend to do it. Now we are going to prepare the functionality of the assistant’s requests. To create an agent and interact with Google Assistant , we will use DialogFlow . Let's see the main elements to create an agent, and using this agent call a webhook with some functionality. * Part of the objective will be to try to prepare the logic of interaction with a home security system * Arlo System From the DialogFlow console, we will create a new agent: We can customize different support languages, for this case I will use English to facilitate the testing of the agent. [You can include Spanish and also go in

SMI Developer Day - Session 2 was pure developers adrenaline

A new session of SMI Developer Day program has been conducted at the Cultural Center Borges in Buenos Aires. The event was pure adrenaline to the ecosystem of technology development in Google. A great attendance and I could feel pure adrenaline at the conference on May 8 at the Cultural Center Borges in the context of SMI Developer Day event . In this opportunity we present an approach to development Web solutions , innovative technologies such as HTML5 and present an option for persistence in disconnected scenarios. A great conversation environments with a lot of questions, showed the state of motivation of the developer community in the region. A region full of talent. A region that every day becomes more involved in technology , mobility , computing in the cloud. Furthermore, this region strengthens a vision of entrepreneurship, and drive an amazing ecosystem. An excellent shared moment with the community

An service option to interact with Arlo cameras

Interacting with the Arlo system is very attractive for who acquired the hardware and enjoy all the benefits of these equipments. Which by the way are very good, flexible and full of good properties. To interact with this system with a developer's perspective I found two interesting python-based projects. Python-arlo:  https://github.com/tchellomello/python-arlo Arlo:  https://github.com/jeffreydwalter/arlo Both propose different features but Python-arlo has a good documentation and structure of its API. The objective for this integration is to support applications from Google Assistant , for this reason I  integrated the service into an App Engine flex env project. I included flask as an interaction framework and with this I have the option to use a service interface. This would be our ideal architectural map: We looking for continue with the application initiated from: Hey Google ... Where is my dog? * Of course we will have to implement