Implementation Guide for NeuroNation MED
Introduction
The NeuroNation MED application is a mobile application for computer-based cognitive training, which is based on playful exercises for various cognitive functions (Multi-Domain Cognitive Training). It is a medical device. For more information, please refer to: www.neuronation-med.com
This implementation guide defines the structure of the machine-readable export. The data can be exported by the user inside the app.
Data Export
The data is exported as a machine-readable XML file (FHIR, R4), following the specifications of DiGA Toolkit 1.0 (https://mio.kbv.de/display/DIGA1X0X0/DiGA+Toolkit+1.0.0). The file contains a Bundle. Inside the Bundle, all app data is listed using various resource types.
Resource Types Used Inside the Data Export
In the following, the Bundle and all resource types listed inside the Bundle are described:
Resource Type | Description | FHIR documentation |
---|---|---|
Patient | Contains basic data of the user. | Patient |
Procedure | Contains basic data concerning an exercise completed by the user. Exercises are given on a daily base to train cognitive functions. | Procedure |
Observation | Contains additional performance data concerning an exercise completed by the user. Can also contain passively collected data related to a user completing regular evaluations in their training plan. | Observation |
Questionnaire | Contains metadata of questionnaires, independent of the user. Questionnaires are given during regular evaluations of the training plan. | Questionnaire |
QuestionnaireResponse | Contains actively collected data related to a user completing regular evaluations in their training plan. | QuestionnaireResponse |
DeviceDefinition | Defines a part of the metadata concerning the medical device. | DeviceDefinition |
Device | Defines a part of the metadata concerning the medical device. | Device |
Provenance | Logs changes of the resources. | Provenance |
Composition | Defines metadata for the Bundle. | Composition |
Bundle | Contains all exported data. | Bundle |