Philippine health indicators
get_health_indicatorsRetrieve Philippine health indicators including maternal mortality ratio and total fertility rate. Optionally specify a free-text indicator to access matching health statistics.
Instructions
National health indicators from PSA OpenSTAT (subject 1D).
With no argument, returns the curated national headline set: maternal
mortality ratio and total fertility rate. Pass a free-text indicator to
fuzzy-match any table published under the Health subject. The available
list is browse-discovered, never hardcoded. Examples:
get_health_indicators() maternal mortality ratio and fertility rate get_health_indicators(indicator="fertility") one matching table
On failure: a catalog browse failure sets data_status "unavailable" and upstream_error true, with an empty indicators list. A keyword that matches no table sets data_status "success" with an empty indicators list and a caveat, not an error flag. A partial fetch failure across matched tables sets data_status "indeterminate" and upstream_error true. validation_error stays false in every case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | No | Optional free-text indicator name, for example "maternal mortality", "fertility". None returns the default headline set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||