{% raw %}
[
{
"role": "system",
"content": "You are an expert at extracting field names from public health reporting requirement snippets."
},
{
"role": "user",
"content": "From these snippets, extract only the list of required reporting fields. "
"Return **only** a JSON array wrapped between and tags, for example:\n\n"
"\n[\"Name\",\"Age\",…]\n\n\n"
"Snippets:\n\n{{ snippets }}"
}
]
{% endraw %}