> For the complete documentation index, see [llms.txt](https://docs.neoflix.care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neoflix.care/level-2-in-action/13.1-the-neoflix-approach/13.2-input-for-research.md).

# 13.2 Input for research

## **Video Review as a Catalyst for Research and Practice Improvement**

Building upon the work of van [Vonderen et al. (2014)](https://lennartvandermolens-organization.gitbook.io/overig/summaries-articles/5.-springboard-for-research), which demonstrated the power of video review to uncover knowledge gaps in stabilization procedures, [Heesters et al. (2023)](https://lennartvandermolens-organization.gitbook.io/overig/summaries-articles/5.-springboard-for-research) addressed this gap using an observational study using ultrasonography to visualize vocal cords. Here's how their work highlights the research-generating potential of video review:

1. 1.**Identifying the Problem:** Video analysis pinpointed specific areas of neonatal stabilization where knowledge was lacking. These observations became the foundation for a targeted research question: do the vocal cords obstruct non-invasive ventilation when an infant <30 weeks is apneic at birth?
2. 2.**Data-Driven Research Design** Heesters et al. designed their observational study to investigate the identified knowledge gaps. This data collection was directly informed by the insights gleaned from video review.
3. 3.**Actionable Findings:** The study's findings provided concrete evidence about the position of the vocal cords during stabilization at birth. This evidence, rooted in real-world practice observations, became a powerful driver for recommendations to enhance future practice.
4. 4.**Closing the Loop:** The proposed improvements, grounded in the video-supported research, can subsequently be evaluated using the same video review methodology. This creates a continuous cycle of refinement informed by both research and ongoing practice observation.

**Key Takeaway:** This example showcases how video review is not only a tool for immediate practice improvement, but a valuable springboard for research that generates impactful, evidence-based changes in medical care.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.neoflix.care/level-2-in-action/13.1-the-neoflix-approach/13.2-input-for-research.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
