Managed by
Ministry of Health

The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
| Title | Type | Description |
|---|---|---|
| province_city | Text | Name of the province or city in Cambodia. eg. Kratié |
| expected_pregnant_women | Number | Estimated number of pregnant women expected in the province. eg. 19415 |
| mother_postpartum_check_1 | Number | Number of mothers who received the first postpartum check. eg. 8884 |
| child_postpartum_check_1 | Number | Number of infants who received the first postpartum check |
| mother_postpartum_check_2 | Number | Number of mothers who received the second postpartum check |
| child_postpartum_check_2 | Number | Number of infants who received the second postpartum check |
| mother_postpartum_check_3 | Number | Number of mothers who received the third postpartum check |
| child_postpartum_check_3 | Number | Number of infants who received the third postpartum check |
| mother_postpartum_check_4 | Number | Number of mothers who received the fourth postpartum check |
| child_postpartum_check_4 | Number | Number of infants who received the fourth postpartum check |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
| Name | File Format | Size | Action |
|---|---|---|---|
| PostpartumInfantandMaternalReferral2022.csv | CSV | 1.61 KB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_6763d6c8255e6c0001248277/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});Managed by
Ministry of Health
API Calls
288
Views
327
Downloads
17
Data Source
N/A
Coverage
-
Created at
19 Dec 2024
Updated at
10 Jun 2025