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 | Text | Name of the Cambodian province |
| Bed | Number | Number of available hospital beds |
| Accept Out | Number | Number of patients discharged after completing treatment |
| Reject Out | Number | Patients discharged against medical advice or who refused treatment |
| Transition | Number | Number of patients referred or transferred to another facility |
| Dead | Number | Number of inpatient deaths |
| Total Out | Number | Sum of all discharged patients (including accept, reject, referred, and deceased) |
| Total Days | Number | Cumulative number of days all patients spent in hospital beds (bed-days) |
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 |
|---|---|---|---|
| KeyIndicatorsofPublicHospitalServicesin2018.csv | CSV | 1.18 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_676e5e2193d4f00001fc572a/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
45
Views
156
Downloads
16
Data Source
N/A
Coverage
-
Created at
27 Dec 2024
Updated at
10 Jun 2025