Spirocco Organiser

Report this

Description

Our development is a Kanban-based care organiser mobile application relying on the Gatekeeper ecosystem. The app can be used to schedule and reschedule tasks, organise and monitor suggestions and needs generated by the elders, informal and professional carers in an intuitive way, making it easy to use for elderly people. With the help of Kanban cards, it logs and organises tasks, and makes the current and historical data, and the schedule available to professionals, informal carers, family members and others involved in carrying. Text and video chat for bidirectional communication, as well as emergency call functions are also included in the app. Different medical and home monitoring devices can be integrated into the system, the data of which are also stored on the server and made available to professionals via the web interface. An AI-based machine learning algorithm is used to evaluate the historical data for early-detection and prediction of interventions, additional needs and tasks, as well as load estimation and bottlenecks of local informal caregiving ecosystems. Our project is addressing challenge 3 of the call (Informal care coordination system).


Reviews

There are no reviews yet.

Be the first to review “Spirocco Organiser”

Your email address will not be published. Required fields are marked *

Q&A

You are not logged in

{
    "@context":
        ["https://www.w3.org/2019/wot/td/v1",
        {"fhir": "https://build.fhir.org/ig/gatekeeper-project/gk-fhir-ig/index.html"}
        ],
    "id": "spirocco:com:app:organiser",
    "title": "Spirocco Organiser",
    "securityDefinitions": { "nosec_sc": { "scheme": "nosec" }},
    "security": "nosec_sc",
    "actions": {
        "createPatient": {
            "@type": "fhir:Patient",
            "forms": [
                {
                     "op": [
                        "invokeaction"
                    ],
                    "href": "https://hapi.fhir.org/baseR4/Patient",
                    "contentType": "application/fhir+json",
                    "htv:methodName": "POST"
                }
            ]
        }
    }
}
}