feat: add extracted document text
Browse filesfeat: add documents parquet
chore: convert large document to LFS
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- README.md +58 -7
- config.py +1 -1
- data/document/hb/13/00001-01000/HB-00002.txt +191 -0
- data/document/hb/13/00001-01000/HB-00003.txt +1473 -0
- data/document/hb/13/00001-01000/HB-00005.txt +161 -0
- data/document/hb/13/00001-01000/HB-00006.txt +127 -0
- data/document/hb/13/00001-01000/HB-00010.txt +148 -0
- data/document/hb/13/00001-01000/HB-00011.txt +401 -0
- data/document/hb/13/00001-01000/HB-00012.txt +248 -0
- data/document/hb/13/00001-01000/HB-00013.txt +107 -0
- data/document/hb/13/00001-01000/HB-00014.txt +236 -0
- data/document/hb/13/00001-01000/HB-00015.txt +115 -0
- data/document/hb/13/00001-01000/HB-00016.txt +720 -0
- data/document/hb/13/00001-01000/HB-00017.txt +672 -0
- data/document/hb/13/00001-01000/HB-00018.txt +321 -0
- data/document/hb/13/00001-01000/HB-00019.txt +78 -0
- data/document/hb/13/00001-01000/HB-00020.txt +174 -0
- data/document/hb/13/00001-01000/HB-00041.txt +556 -0
- data/document/hb/13/00001-01000/HB-00042.txt +486 -0
- data/document/hb/13/00001-01000/HB-00043.txt +110 -0
- data/document/hb/13/00001-01000/HB-00044.txt +116 -0
- data/document/hb/13/00001-01000/HB-00045.txt +126 -0
- data/document/hb/13/00001-01000/HB-00046.txt +112 -0
- data/document/hb/13/00001-01000/HB-00047.txt +109 -0
- data/document/hb/13/00001-01000/HB-00048.txt +143 -0
- data/document/hb/13/00001-01000/HB-00049.txt +109 -0
- data/document/hb/13/00001-01000/HB-00051.txt +113 -0
- data/document/hb/13/00001-01000/HB-00052.txt +145 -0
- data/document/hb/13/00001-01000/HB-00053.txt +100 -0
- data/document/hb/13/00001-01000/HB-00054.txt +95 -0
- data/document/hb/13/00001-01000/HB-00055.txt +289 -0
- data/document/hb/13/00001-01000/HB-00068.txt +101 -0
- data/document/hb/13/00001-01000/HB-00069.txt +1351 -0
- data/document/hb/13/00001-01000/HB-00070.txt +609 -0
- data/document/hb/13/00001-01000/HB-00071.txt +557 -0
- data/document/hb/13/00001-01000/HB-00073.txt +147 -0
- data/document/hb/13/00001-01000/HB-00074.txt +120 -0
- data/document/hb/13/00001-01000/HB-00075.txt +97 -0
- data/document/hb/13/00001-01000/HB-00076.txt +141 -0
- data/document/hb/13/00001-01000/HB-00077.txt +122 -0
- data/document/hb/13/00001-01000/HB-00078.txt +95 -0
- data/document/hb/13/00001-01000/HB-00079.txt +143 -0
- data/document/hb/13/00001-01000/HB-00081.txt +0 -0
- data/document/hb/13/00001-01000/HB-00082.txt +837 -0
- data/document/hb/13/00001-01000/HB-00084.txt +130 -0
- data/document/hb/13/00001-01000/HB-00085.txt +1056 -0
- data/document/hb/13/00001-01000/HB-00086.txt +415 -0
- data/document/hb/13/00001-01000/HB-00088.txt +93 -0
- data/document/hb/13/00001-01000/HB-00089.txt +419 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.duckdb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.duckdb filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
|
| 62 |
+
# Super big txt files
|
| 63 |
+
data/document/hb/20/04001-05000/HB-04058.txt filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -5,17 +5,21 @@ configs:
|
|
| 5 |
data_files: "databases/persons.parquet"
|
| 6 |
- config_name: memberships
|
| 7 |
data_files: "databases/memberships.parquet"
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- philippines
|
| 10 |
- politicians
|
| 11 |
- government
|
| 12 |
- civic-data
|
| 13 |
- public-officials
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Raw Philippine Data
|
| 17 |
|
| 18 |
-
This repository contains raw data about Philippine politicians
|
| 19 |
|
| 20 |
## Dataset Overview
|
| 21 |
|
|
@@ -39,6 +43,15 @@ Political party affiliations and positions held by persons, including:
|
|
| 39 |
- **Position**: Position held (e.g., "Representative", "Governor", "Mayor")
|
| 40 |
- **Year**: Year of the position/membership
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
*More entity types (groups, etc.) will be added in the future.*
|
| 43 |
|
| 44 |
## Using the Dataset
|
|
@@ -49,6 +62,7 @@ You can explore the data directly in your browser using the **Dataset Viewer** t
|
|
| 49 |
|
| 50 |
- Select **"persons"** from the config dropdown to view person records
|
| 51 |
- Select **"memberships"** to view political positions and party affiliations
|
|
|
|
| 52 |
- Additional entity types will appear in the dropdown as they're added
|
| 53 |
|
| 54 |
The data is available in Parquet format for easy viewing and filtering.
|
|
@@ -66,6 +80,10 @@ print(persons['train'][0])
|
|
| 66 |
memberships = load_dataset("bettergovph/raw-philippine-data", "memberships")
|
| 67 |
print(memberships['train'][0])
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
# Future: Load other entity types
|
| 70 |
# groups = load_dataset("bettergovph/raw-philippine-data", "groups")
|
| 71 |
```
|
|
@@ -88,6 +106,9 @@ SELECT COUNT(*) FROM persons;
|
|
| 88 |
-- Count all memberships
|
| 89 |
SELECT COUNT(*) FROM memberships;
|
| 90 |
|
|
|
|
|
|
|
|
|
|
| 91 |
-- Find all persons with "Jr." suffix
|
| 92 |
SELECT * FROM persons WHERE name_suffix = 'Jr.' LIMIT 10;
|
| 93 |
|
|
@@ -126,37 +147,66 @@ GROUP BY p.id, p.first_name, p.last_name
|
|
| 126 |
HAVING COUNT(*) > 1
|
| 127 |
ORDER BY position_count DESC
|
| 128 |
LIMIT 10;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
```
|
| 130 |
|
| 131 |
## Data Sources
|
| 132 |
|
| 133 |
-
The raw data comes from
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
|
| 135 |
## Regenerating the Dataset
|
| 136 |
|
| 137 |
-
If you've made changes to the
|
| 138 |
|
| 139 |
```bash
|
| 140 |
# Install dependencies
|
| 141 |
pip install -r requirements.txt
|
| 142 |
|
| 143 |
-
# Load data and export to Parquet
|
| 144 |
python scripts/load_persons_to_db.py --export-parquet
|
| 145 |
|
| 146 |
-
#
|
|
|
|
|
|
|
|
|
|
| 147 |
python scripts/load_persons_to_db.py --export-parquet --batch-size 5000
|
|
|
|
| 148 |
```
|
| 149 |
|
| 150 |
This will create:
|
| 151 |
- `databases/data.duckdb` - DuckDB database for SQL queries
|
| 152 |
- `databases/persons.parquet` - Persons table in Parquet format
|
| 153 |
- `databases/memberships.parquet` - Memberships table in Parquet format
|
|
|
|
| 154 |
|
| 155 |
-
The
|
| 156 |
- Progress tracking with percentage complete
|
| 157 |
-
- Error logging to `databases/
|
| 158 |
- Total execution time reporting
|
| 159 |
- Graceful handling of Ctrl+C interruptions
|
|
|
|
| 160 |
|
| 161 |
**Note:** Future entity types (groups, etc.) will also generate their own parquet files in the `databases/` folder.
|
| 162 |
|
|
@@ -164,6 +214,7 @@ The script uses batch inserts for performance and includes:
|
|
| 164 |
|
| 165 |
Contributions are welcome! You can help by:
|
| 166 |
- Adding new person records (create TOML files in `data/person/`)
|
|
|
|
| 167 |
- Updating existing records with more information
|
| 168 |
- Reporting data quality issues
|
| 169 |
- Improving documentation
|
|
|
|
| 5 |
data_files: "databases/persons.parquet"
|
| 6 |
- config_name: memberships
|
| 7 |
data_files: "databases/memberships.parquet"
|
| 8 |
+
- config_name: documents
|
| 9 |
+
data_files: "databases/documents.parquet"
|
| 10 |
tags:
|
| 11 |
- philippines
|
| 12 |
- politicians
|
| 13 |
- government
|
| 14 |
- civic-data
|
| 15 |
- public-officials
|
| 16 |
+
- legislation
|
| 17 |
+
- bills
|
| 18 |
---
|
| 19 |
|
| 20 |
# Raw Philippine Data
|
| 21 |
|
| 22 |
+
This repository contains raw data about Philippine politicians, public officials, and legislative documents collected from various sources. The data is intended for research, analysis, and civic technology purposes.
|
| 23 |
|
| 24 |
## Dataset Overview
|
| 25 |
|
|
|
|
| 43 |
- **Position**: Position held (e.g., "Representative", "Governor", "Mayor")
|
| 44 |
- **Year**: Year of the position/membership
|
| 45 |
|
| 46 |
+
### Documents
|
| 47 |
+
**60,934 legislative documents** including Senate Bills (SB) and House Bills (HB) from various Congressional sessions:
|
| 48 |
+
- **ID**: Unique document identifier (e.g., "sb-20-2" for Senate Bill 2 from 20th Congress)
|
| 49 |
+
- **Document Type**: Type of document ("sb" for Senate Bill, "hb" for House Bill)
|
| 50 |
+
- **Congress**: Congressional session number (e.g., 17, 18, 19, 20)
|
| 51 |
+
- **Document Number**: Official bill/document number
|
| 52 |
+
- **File Path**: Path to the source text file
|
| 53 |
+
- **Content**: Full text content of the document
|
| 54 |
+
|
| 55 |
*More entity types (groups, etc.) will be added in the future.*
|
| 56 |
|
| 57 |
## Using the Dataset
|
|
|
|
| 62 |
|
| 63 |
- Select **"persons"** from the config dropdown to view person records
|
| 64 |
- Select **"memberships"** to view political positions and party affiliations
|
| 65 |
+
- Select **"documents"** to view legislative bills and documents
|
| 66 |
- Additional entity types will appear in the dropdown as they're added
|
| 67 |
|
| 68 |
The data is available in Parquet format for easy viewing and filtering.
|
|
|
|
| 80 |
memberships = load_dataset("bettergovph/raw-philippine-data", "memberships")
|
| 81 |
print(memberships['train'][0])
|
| 82 |
|
| 83 |
+
# Load documents data
|
| 84 |
+
documents = load_dataset("bettergovph/raw-philippine-data", "documents")
|
| 85 |
+
print(documents['train'][0])
|
| 86 |
+
|
| 87 |
# Future: Load other entity types
|
| 88 |
# groups = load_dataset("bettergovph/raw-philippine-data", "groups")
|
| 89 |
```
|
|
|
|
| 106 |
-- Count all memberships
|
| 107 |
SELECT COUNT(*) FROM memberships;
|
| 108 |
|
| 109 |
+
-- Count all documents
|
| 110 |
+
SELECT COUNT(*) FROM documents;
|
| 111 |
+
|
| 112 |
-- Find all persons with "Jr." suffix
|
| 113 |
SELECT * FROM persons WHERE name_suffix = 'Jr.' LIMIT 10;
|
| 114 |
|
|
|
|
| 147 |
HAVING COUNT(*) > 1
|
| 148 |
ORDER BY position_count DESC
|
| 149 |
LIMIT 10;
|
| 150 |
+
|
| 151 |
+
-- Search documents by keyword in content
|
| 152 |
+
SELECT id, document_type, congress, document_number, LENGTH(content) as content_length
|
| 153 |
+
FROM documents
|
| 154 |
+
WHERE content LIKE '%infrastructure%'
|
| 155 |
+
LIMIT 10;
|
| 156 |
+
|
| 157 |
+
-- Count documents by type and congress
|
| 158 |
+
SELECT document_type, congress, COUNT(*) as count
|
| 159 |
+
FROM documents
|
| 160 |
+
GROUP BY document_type, congress
|
| 161 |
+
ORDER BY congress DESC, document_type;
|
| 162 |
+
|
| 163 |
+
-- Find a specific Senate Bill
|
| 164 |
+
SELECT id, congress, document_number, SUBSTR(content, 1, 200) as preview
|
| 165 |
+
FROM documents
|
| 166 |
+
WHERE document_type = 'sb' AND congress = 20 AND document_number = 2;
|
| 167 |
```
|
| 168 |
|
| 169 |
## Data Sources
|
| 170 |
|
| 171 |
+
The raw data comes from multiple sources:
|
| 172 |
+
|
| 173 |
+
- **Persons & Memberships**: TOML files in the `data/person/` directory. Each person has their own TOML file with their information, including an optional `memberships` array that contains their political positions and party affiliations.
|
| 174 |
+
|
| 175 |
+
- **Documents**: Text files in the `data/document/` directory, organized by document type (sb/hb), congress number, and document ranges. For example:
|
| 176 |
+
- `data/document/sb/20/00001-01000/SB-00002.txt` - Senate Bill 2 from the 20th Congress
|
| 177 |
+
- `data/document/hb/20/04001-05000/HB-04321.txt` - House Bill 4321 from the 20th Congress
|
| 178 |
|
| 179 |
## Regenerating the Dataset
|
| 180 |
|
| 181 |
+
If you've made changes to the source data files and want to regenerate the database and Parquet files:
|
| 182 |
|
| 183 |
```bash
|
| 184 |
# Install dependencies
|
| 185 |
pip install -r requirements.txt
|
| 186 |
|
| 187 |
+
# Load persons data and export to Parquet
|
| 188 |
python scripts/load_persons_to_db.py --export-parquet
|
| 189 |
|
| 190 |
+
# Load documents data and export to Parquet
|
| 191 |
+
python scripts/load_documents_to_db.py --export-parquet
|
| 192 |
+
|
| 193 |
+
# Optional: Use larger batch size for faster loading
|
| 194 |
python scripts/load_persons_to_db.py --export-parquet --batch-size 5000
|
| 195 |
+
python scripts/load_documents_to_db.py --export-parquet --batch-size 5000
|
| 196 |
```
|
| 197 |
|
| 198 |
This will create:
|
| 199 |
- `databases/data.duckdb` - DuckDB database for SQL queries
|
| 200 |
- `databases/persons.parquet` - Persons table in Parquet format
|
| 201 |
- `databases/memberships.parquet` - Memberships table in Parquet format
|
| 202 |
+
- `databases/documents.parquet` - Documents table in Parquet format
|
| 203 |
|
| 204 |
+
The scripts use batch inserts for performance and include:
|
| 205 |
- Progress tracking with percentage complete
|
| 206 |
+
- Error logging to `databases/load_*_errors.log`
|
| 207 |
- Total execution time reporting
|
| 208 |
- Graceful handling of Ctrl+C interruptions
|
| 209 |
+
- Sample data preview and statistics
|
| 210 |
|
| 211 |
**Note:** Future entity types (groups, etc.) will also generate their own parquet files in the `databases/` folder.
|
| 212 |
|
|
|
|
| 214 |
|
| 215 |
Contributions are welcome! You can help by:
|
| 216 |
- Adding new person records (create TOML files in `data/person/`)
|
| 217 |
+
- Adding new legislative documents (add text files in `data/document/`)
|
| 218 |
- Updating existing records with more information
|
| 219 |
- Reporting data quality issues
|
| 220 |
- Improving documentation
|
config.py
CHANGED
|
@@ -15,6 +15,6 @@ DATABASE_PATH = PROJECT_ROOT / 'databases' / 'data.duckdb'
|
|
| 15 |
# Data directories
|
| 16 |
DATA_DIR = PROJECT_ROOT / 'data'
|
| 17 |
PERSON_DATA_DIR = DATA_DIR / 'person'
|
|
|
|
| 18 |
# Add more data directories as needed:
|
| 19 |
# GROUP_DATA_DIR = DATA_DIR / 'group'
|
| 20 |
-
# DOCUMENT_DATA_DIR = DATA_DIR / 'document'
|
|
|
|
| 15 |
# Data directories
|
| 16 |
DATA_DIR = PROJECT_ROOT / 'data'
|
| 17 |
PERSON_DATA_DIR = DATA_DIR / 'person'
|
| 18 |
+
DOCUMENT_DATA_DIR = DATA_DIR / 'document'
|
| 19 |
# Add more data directories as needed:
|
| 20 |
# GROUP_DATA_DIR = DATA_DIR / 'group'
|
|
|
data/document/hb/13/00001-01000/HB-00002.txt
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines :
|
| 2 |
+
HOUSE OF REPRESENTATIVEG>
|
| 3 |
+
Quezon City, Metro Manila *
|
| 4 |
+
|
| 5 |
+
‘THIRTELNTE CONGRESS
|
| 6 |
+
Firat Regular fei
|
| 7 |
+
|
| 8 |
+
House Bill No.
|
| 9 |
+
|
| 10 |
+
Introduced by Honorable Roque R. Ablan, Jr,
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
This bill seeks to establish a drug rehabilitation center in every region
|
| 15 |
+
in the country.
|
| 16 |
+
|
| 17 |
+
The illegal drugs menace is now considered public enemy no. 1 all
|
| 18 |
+
over the world and poses a grave threat to a country's national security. In
|
| 19 |
+
our country, it has alarmingly penetrated almost all sectors and levels of
|
| 20 |
+
society including the government, business, and even law enforcement
|
| 21 |
+
agencies, and it may only take a little more time before the Philippines
|
| 22 |
+
becomes another Colombia.
|
| 23 |
+
|
| 24 |
+
President Gloria Macapagal-Arroyo speaking during the National
|
| 25 |
+
Anti-Drug Summit ‘at the Manila Hotel said that, "the battle against illegal
|
| 26 |
+
drug was no less critical and-no less immediate than the government's war
|
| 27 |
+
against Abu Sayyaf banditry, communist insurgency, tertorism and
|
| 28 |
+
organized crime. Illegal drugs are much more damaging in the long term
|
| 29 |
+
because they gobble the very heart and hope of our country - the youth
|
| 30 |
+
Because of illegal drugs, many lives are lost or ruined. Families are broken,
|
| 31 |
+
brains are ruined just to give way to the gluttony of the few."
|
| 32 |
+
|
| 33 |
+
. Several. government’ agencies envisioned to lead the government's
|
| 34 |
+
total war against dangerous drugs were created. Laws were passed to
|
| 35 |
+
encourage the participation of the Local Government Units in both the
|
| 36 |
+
prevention and control of the illegal menace. In short, our concern is how to
|
| 37 |
+
eradicate or prevent the spread of illicit drug traffic in the country. We
|
| 38 |
+
|
| 39 |
+
Fe
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
should not, however, forget that a drug dependent is not a criminal but a
|
| 43 |
+
victim who is in need of medical and psychiatric treatment and still can
|
| 44 |
+
become a useful member of society. The government should likewise direct
|
| 45 |
+
its national programs to promote and sustain the treatment and rehabilitation
|
| 46 |
+
of victims of drug abuse, especially in the critical after-care and social
|
| 47 |
+
reintegration stages. Bringing a person back. to the state of being where he
|
| 48 |
+
can successfully cope with the physical, psychological and social demands
|
| 49 |
+
of family and community life is one way of helping a sick person become a
|
| 50 |
+
useful and productive member of the community.
|
| 51 |
+
|
| 52 |
+
It is by the establishment of a rehabilitation center in every region of
|
| 53 |
+
the country that we.can make accessible to every drug dependent medical
|
| 54 |
+
facilities for a speedy recovery fram the physical and mental trauma brought
|
| 55 |
+
|
| 56 |
+
about by dangerous drugs. Hence, approval of this bill is earnestly
|
| 57 |
+
recommended,
|
| 58 |
+
|
| 59 |
+
ROQUE R. AXBLAN, JR.
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
Republic of the Philippines
|
| 64 |
+
HOUSE OF REPRESENTATIVES
|
| 65 |
+
Quezon City, Metro Manila
|
| 66 |
+
|
| 67 |
+
THIRTNENTH CONGRESS
|
| 68 |
+
iret Regular:
|
| 69 |
+
|
| 70 |
+
HOUSE BILLNO.__02 -
|
| 71 |
+
|
| 72 |
+
Introduced by Honorable Roque R. Ablan, Jr.
|
| 73 |
+
|
| 74 |
+
AN ACT
|
| 75 |
+
PROVIDING FOR THE ESTABLISHMENT OF ‘ DRUG
|
| 76 |
+
REHABILITATIN CENTER IN EVERY REGION OF THE
|
| 77 |
+
COUNTRY AND APPROPRIATING FUNDS THEREFOR.
|
| 78 |
+
|
| 79 |
+
fe jenate ise of Representatives of the Philippines
|
| 80 |
+
in ress assembled:
|
| 81 |
+
|
| 82 |
+
SECTION 1. Creation, - There shall be established, under the
|
| 83 |
+
supervision of the Department of Health, drug rehabilitation center in every
|
| 84 |
+
region of the country, hereinafter referred to as the Center.
|
| 85 |
+
|
| 86 |
+
SEC. 2. Qbjectives and Functions. - The Center shall have the
|
| 87 |
+
following objectives and functions:
|
| 88 |
+
|
| 89 |
+
(a) To provide care, treatment and accommodation to persons found to
|
| 90 |
+
|
| 91 |
+
be drug dependents;
|
| 92 |
+
|
| 93 |
+
|
| 94 |
+
(b) To bring a drug dependent to a state where he is physically,
|
| 95 |
+
psychologically and socially capable of coping with problems common to
|
| 96 |
+
his peer group;
|
| 97 |
+
|
| 98 |
+
(c) To facilitate and encourage the dissemination and exchange of
|
| 99 |
+
ideas and information on the prevention, care, treatment and control of drug
|
| 100 |
+
addiction;
|
| 101 |
+
|
| 102 |
+
(d) To provide after-care, follow-up and social reintegration services
|
| 103 |
+
to enable a drug dependent to adjust to family and community life after his
|
| 104 |
+
release;
|
| 105 |
+
|
| 106 |
+
(e) To provide each drug dependent motivation to regain self-
|
| 107 |
+
confidence, rediscover his working abilities and develop. a sense of
|
| 108 |
+
responsibility for himself;
|
| 109 |
+
|
| 110 |
+
(f) To encourage the formation of organizations and associations
|
| 111 |
+
composed of parents, guardians and immediate relatives of drug dependents
|
| 112 |
+
in order to arouse their awareness and enhance their participation in the care,
|
| 113 |
+
treatment and rehabilitation of their relatives or wards found to be drug
|
| 114 |
+
dependent patients;
|
| 115 |
+
|
| 116 |
+
(g) To undertake continuous training of physicians, nurses, health
|
| 117 |
+
|
| 118 |
+
officers and social. workers on the practical and scientific methods of
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
prevention, care, treatment and rehabilitation of persons found to be drug
|
| 122 |
+
dependents;
|
| 123 |
+
|
| 124 |
+
(h) To strengthen the emotional and spiritual make-up of an individual
|
| 125 |
+
drug dependent by conducting regular guidance and counselling sessions as
|
| 126 |
+
well as interdenominational church services,
|
| 127 |
+
|
| 128 |
+
SEC. 3. Site of the Center. - The Secretary of Health in coordination
|
| 129 |
+
with the Secretary ‘of Public Works and Highways shall, taking into
|
| 130 |
+
consideration the accessibility of the Center to its clientele, determine the
|
| 131 |
+
location thereof.
|
| 132 |
+
|
| 133 |
+
SEC. 4. Organization. - The Center shall be headed by a Director to
|
| 134 |
+
be assisted by two (2) Deputy Directors who shall be appointed by the
|
| 135 |
+
Secretary of Health and vested with powers generally exercised by a Chief
|
| 136 |
+
and Assistant Chiefs, respectively, of a government hospital.
|
| 137 |
+
|
| 138 |
+
No person shall be appointed Director or Deputy Director unless he
|
| 139 |
+
|
| 140 |
+
possess the following qualifications:
|
| 141 |
+
(a) At least thirty-five (35) years of age;
|
| 142 |
+
(bv) A physician of good repute;
|
| 143 |
+
(c) At least five (5) years experience in the care, treatment and
|
| 144 |
+
|
| 145 |
+
rehabilitation of drug dependents,
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
_SEC. 5, Personnel and Staff. - The Director shall appoint such
|
| 149 |
+
other personnel and staff as may be necessary for the effective operation of
|
| 150 |
+
the Center subject to existing laws, rules and regulations.
|
| 151 |
+
|
| 152 |
+
SEC. 6. Five-Year Development Plan. ~ The Center, through its
|
| 153 |
+
Director, shall be authorized to embark on a Five-Year Development Plan in
|
| 154 |
+
the fulfillment of the following:
|
| 155 |
+
|
| 156 |
+
1. To establish additional building facilities equipped with new and
|
| 157 |
+
modem equipment to serve and cater to drug dependents of the region;
|
| 158 |
+
|
| 159 |
+
2. To initiate plans for the development of income generating
|
| 160 |
+
programs for the ultimate purpose of generating resources to provide charity
|
| 161 |
+
services;
|
| 162 |
+
|
| 163 |
+
3. To provide hospital pharmacy services, free dispensaries and health
|
| 164 |
+
stations; and
|
| 165 |
+
|
| 166 |
+
4, To provide educational facilities for interns and graduate and
|
| 167 |
+
undergraduate students of medicine.
|
| 168 |
+
|
| 169 |
+
SEC. 7. Government Assistance to the Center. - The Secretary of
|
| 170 |
+
Health is hereby authorized to call upon any department, bureau, agency or
|
| 171 |
+
instrumentality of the government for such assistance as may be necessary to
|
| 172 |
+
|
| 173 |
+
effectively implement this Act.
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
SEC. 8. Rules and Regulations. - The Director of the Center is
|
| 177 |
+
hereby authorized, with the approval of the Secretary of Health, to
|
| 178 |
+
- promulgate such rules and regulations as may be necessary to secure an
|
| 179 |
+
effective administration of the Center and the effective implementation of
|
| 180 |
+
the provisions of this Act.
|
| 181 |
+
|
| 182 |
+
SEC. 9. Appropriations. - The sum necessary for the effective
|
| 183 |
+
implementation of this Act shall be charged against the appropriations for
|
| 184 |
+
the Department of Health under the current General Appropriations Act.
|
| 185 |
+
Thereafter, such amount as may be necessary for the continued operation of
|
| 186 |
+
the Center shall be included in the annual General Appropriations Act.
|
| 187 |
+
|
| 188 |
+
SEC. 10, Effectivity. ~ This Act shall take effect upon its approval.
|
| 189 |
+
|
| 190 |
+
Approved,
|
| 191 |
+
|
data/document/hb/13/00001-01000/HB-00003.txt
ADDED
|
@@ -0,0 +1,1473 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines.
|
| 2 |
+
HOUSE OF REPRESENTATIVES ¥
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
03
|
| 9 |
+
|
| 10 |
+
House Bill No.
|
| 11 |
+
|
| 12 |
+
Introduced by SALACNIB F. BATERINA
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
This bill seeks to reform the existing tand administration and
|
| 17 |
+
management system in the Philippines by consolidating and streamlining
|
| 18 |
+
within a single government agency land administration powers and
|
| 19 |
+
functions currently assigned to different government agencies and, for this
|
| 20 |
+
purpose, constitute the Land Registration Authority as the principat
|
| 21 |
+
government agency for land administration functions and renaming it as
|
| 22 |
+
the National Land Administration Reform Authority.
|
| 23 |
+
|
| 24 |
+
The land administration powers, and functions are currently
|
| 25 |
+
dispersed to different government agencies. The performance, however,
|
| 26 |
+
of government agencies undertaking land administration functions such
|
| 27 |
+
as land surveys mapping, Classification, titling and disposition and
|
| 28 |
+
registration is below par. The services being provided by these agencies
|
| 29 |
+
are not responsive to our problems on sustainable development, much
|
| 30 |
+
more to our global concerns. The problem is compounded by
|
| 31 |
+
fundamental legal and institutional defecis in both the structure and
|
| 32 |
+
operation of the land administration system. There are many institutions
|
| 33 |
+
administering our scarce land resources resulting in contusion, delays, high
|
| 34 |
+
transaction costs (government and users}, low investment, and graft and
|
| 35 |
+
corruption. There are many laws dealing with land administration which
|
| 36 |
+
need to be reconciled with each other and made more responsive to
|
| 37 |
+
present needs.
|
| 38 |
+
|
| 39 |
+
Such defects in land administration have also given rise to major
|
| 40 |
+
inefficiencies including delays in the disposition and titling of alienable
|
| 41 |
+
and disposable land, inaccurate and incomplete land information and
|
| 42 |
+
records, duplicate and fake fitles, duplication and overlap of activities
|
| 43 |
+
between government agencies, and unnecessary costs to both the
|
| 44 |
+
national and local governments and the users/clients of land
|
| 45 |
+
administration services.
|
| 46 |
+
|
| 47 |
+
There is an urgent need to introduce necessary reforms in the land
|
| 48 |
+
administration system. One of the fundamental prerequisite to the pursuit
|
| 49 |
+
of the necessary reforms is the consolidation and streamlining within a
|
| 50 |
+
|
| 51 |
+
5 Co
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
single government agency of land administration powers and functions
|
| 56 |
+
currently dispersed across the Land registration Authority and Registry of
|
| 57 |
+
Deeds of tne Department of Justice, the Land Management Bureaus,
|
| 58 |
+
Land Management Services in the regional, provincial, city and municipal
|
| 59 |
+
office, National Mapping and Resources information Autharity,.all of the *
|
| 60 |
+
Department of Environment and Natura! Resources, LRA-CARP, Housing
|
| 61 |
+
and Land Use Regulatory Board (HLURB) and CARP Secretariat and its field
|
| 62 |
+
offices. Without integrating these agencies, it will be difficult to undertake
|
| 63 |
+
the major long term investment of resources that will be necessary to
|
| 64 |
+
implement the required reforms.
|
| 65 |
+
|
| 66 |
+
The proposed constitution of the Land Registration Authority as a
|
| 67 |
+
body corporate to be known as the National Land Administration Reform
|
| 68 |
+
Authority, integrating the other goverment agencies concerned to this
|
| 69 |
+
single body will ensure the quality performance and services of the Land
|
| 70 |
+
Administration of the country.
|
| 71 |
+
|
| 72 |
+
Approval of this bill is urgently and anxiously solicited.
|
| 73 |
+
|
| 74 |
+
SALACNII RINA.
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
Republic of the Philippines
|
| 78 |
+
HOUSE OF REPRESENTATIVES
|
| 79 |
+
Quezon City
|
| 80 |
+
|
| 81 |
+
THIRTEENTH CONGRESS
|
| 82 |
+
First Regular Session
|
| 83 |
+
|
| 84 |
+
House Bill No. 03
|
| 85 |
+
|
| 86 |
+
Introduced by SALACNIB F. BATERINA
|
| 87 |
+
|
| 88 |
+
AN ACT CREATING THE NATIONAL LAND ADMINISTRATION AUTHORITY,
|
| 89 |
+
RATIONALIZING THE ORGANIZATION AND FUNCTIONS OF GOVERNMENT
|
| 90 |
+
AGENCIES RELATED TO LAND ADMINISTRATION, AND FOR OTHER PURPOSES
|
| 91 |
+
|
| 92 |
+
Be it enacted by the Senate and House of Representatives of the Philippines
|
| 93 |
+
in Congress assembled:
|
| 94 |
+
|
| 95 |
+
CHAPTER !
|
| 96 |
+
GENERAL PROVISIONS
|
| 97 |
+
SEC. 1. Short Tile. ~ This Act shall be known as “National Land Administration
|
| 98 |
+
Reform Act of 2004."
|
| 99 |
+
SEC. 2. Declaration of Policy. - \t is hereby declared the policy of the State
|
| 100 |
+
to:
|
| 101 |
+
|
| 102 |
+
(a)Undertake a comprehensive and continuing land
|
| 103 |
+
administration program which shall make the acquisition
|
| 104 |
+
and registration of real property affordable, and expeditious
|
| 105 |
+
system of registration of property under the Torrens system;
|
| 106 |
+
|
| 107 |
+
(b)To provide leadership in reforms in land administration and
|
| 108 |
+
management by establishing a single and unified body
|
| 109 |
+
charged with the execution of the laws relative to
|
| 110 |
+
registration and administration of lands;
|
| 111 |
+
|
| 112 |
+
(c) Adopt the workable policies that will accelerate and
|
| 113 |
+
complete the fitling and registration of alienable &
|
| 114 |
+
disposable lands, thereby providing security of land tenure
|
| 115 |
+
for alll;
|
| 116 |
+
|
| 117 |
+
(d) Establish a sustainable and viable land administration by
|
| 118 |
+
adopting the computerization of the Jand registration
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
22
|
| 122 |
+
2B
|
| 123 |
+
24
|
| 124 |
+
25
|
| 125 |
+
26
|
| 126 |
+
27
|
| 127 |
+
28
|
| 128 |
+
29
|
| 129 |
+
|
| 130 |
+
3
|
| 131 |
+
|
| 132 |
+
32
|
| 133 |
+
|
| 134 |
+
33
|
| 135 |
+
|
| 136 |
+
35
|
| 137 |
+
|
| 138 |
+
process nationwide, and to provide accurate land
|
| 139 |
+
|
| 140 |
+
information system;
|
| 141 |
+
|
| 142 |
+
{e)Encourage more effective people's participation by
|
| 143 |
+
institutionalizing their involvement at all levels of land
|
| 144 |
+
administration and development.
|
| 145 |
+
|
| 146 |
+
(f) Rationalize the structure, powers and functions of the
|
| 147 |
+
different land administration agencies and integrate all land
|
| 148 |
+
administration and registration policies, plans, programs and
|
| 149 |
+
projects of various government agencies to increase the
|
| 150 |
+
efficiency of the operations of land titling system of the
|
| 151 |
+
government, with expeditious delivery of services that are
|
| 152 |
+
viable with sustainable land administration programs and
|
| 153 |
+
projects.
|
| 154 |
+
|
| 155 |
+
SEC. 3. Definition of Terms. — For purposes of this Act, the following terms or
|
| 156 |
+
words and phrases used shall mean or understood as follows:
|
| 157 |
+
|
| 158 |
+
(a) Authority - refers to National Land Administration Reform
|
| 159 |
+
Authority
|
| 160 |
+
|
| 161 |
+
{b) Administrator ~ refers to the person occupying the position of
|
| 162 |
+
Administrator of the National Land Administration Reform
|
| 163 |
+
Authority.
|
| 164 |
+
|
| 165 |
+
{c) Land - Refers to resources, both man-made and natural, found
|
| 166 |
+
on the surface, below and above the ground including land,
|
| 167 |
+
waters, and air therein.
|
| 168 |
+
|
| 169 |
+
(d) Allenable and disposable lands - refer to lands of public
|
| 170 |
+
domain which have been delineated, classified and
|
| 171 |
+
certified as such and available for disposition under the
|
| 172 |
+
Public Land Act (Act 141).
|
| 173 |
+
|
| 174 |
+
{e) Agricuttural lands ~ refer to lands devoted to or suitable
|
| 175 |
+
for the cultivation of the soil, planting crops, growing
|
| 176 |
+
trees and not classified as mineral land, forest land,
|
| 177 |
+
residential land, commercial land or industrial land.
|
| 178 |
+
|
| 179 |
+
(f) Public domain — refers to lands which belong fo the State
|
| 180 |
+
which may either be agricultural, forest or timber, mineral
|
| 181 |
+
or national park as provided for in the Constitution.
|
| 182 |
+
|
| 183 |
+
(g) Public tands - refer to lands which have not been subject to
|
| 184 |
+
private property rights or subject to sale or other modes of
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
21
|
| 188 |
+
2
|
| 189 |
+
|
| 190 |
+
4
|
| 191 |
+
25
|
| 192 |
+
|
| 193 |
+
27
|
| 194 |
+
28
|
| 195 |
+
29
|
| 196 |
+
30
|
| 197 |
+
|
| 198 |
+
31
|
| 199 |
+
|
| 200 |
+
33
|
| 201 |
+
34
|
| 202 |
+
|
| 203 |
+
35
|
| 204 |
+
|
| 205 |
+
acquisition of concession, under the general laws and are
|
| 206 |
+
devoted to public use.
|
| 207 |
+
|
| 208 |
+
{h)Land Registration - pertains to the proceeding, either
|
| 209 |
+
administrative or judicial, for registering the title to, or interest
|
| 210 |
+
in, a land in the Office of the Registration Officer so that such
|
| 211 |
+
title or interest, becomes a matter for public record, and all
|
| 212 |
+
Persons who have interest in the land may be informed
|
| 213 |
+
thereof, actually or constructively, and be bound thereby if
|
| 214 |
+
they make no objections thereto within a specific time.
|
| 215 |
+
|
| 216 |
+
fi
|
| 217 |
+
|
| 218 |
+
Automated Registration System - a system using appropriate
|
| 219 |
+
technology for scanning, recording, and registering using
|
| 220 |
+
electronic devices to store the copy of Certificate of Title
|
| 221 |
+
and other documents relative thereto.
|
| 222 |
+
|
| 223 |
+
(i) Land Administration - refers to the administration and
|
| 224 |
+
|
| 225 |
+
management of all public lands and functions, powers and
|
| 226 |
+
activities related to the mapping, land survey, classification,
|
| 227 |
+
ownership, disposition, valuation and registration of land
|
| 228 |
+
titles and deeds.
|
| 229 |
+
|
| 230 |
+
(k) Adjudication Commission — refers to the body which settles
|
| 231 |
+
all the disputes related to land administration.
|
| 232 |
+
|
| 233 |
+
SEC. 4, Statement of Objectives. - Toward this end, the State shall:
|
| 234 |
+
|
| 235 |
+
{a)Formulate and oversee the implementation of a
|
| 236 |
+
comprehensive land administration and development
|
| 237 |
+
policy as an integral part of the national land reforms
|
| 238 |
+
development plans;
|
| 239 |
+
|
| 240 |
+
(b) Establish an effective sustainable land administration system
|
| 241 |
+
that ensures reliable land registration system;
|
| 242 |
+
|
| 243 |
+
(c)Encourage participation of all stakeholders in land
|
| 244 |
+
administration such as local government units (LGUs), non-
|
| 245 |
+
government organizations (NGOs), people's organizations
|
| 246 |
+
|
| 247 |
+
(POs) and the private sector.
|
| 248 |
+
|
| 249 |
+
CHAPTER II
|
| 250 |
+
THE ADMINISTRATIVE AGENCY
|
| 251 |
+
|
| 252 |
+
SEC. 5. Creation of National Land Administration Reform Authority. - To carry
|
| 253 |
+
out the above-declared policy, there is hereby created a National Land
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
20
|
| 257 |
+
|
| 258 |
+
21
|
| 259 |
+
|
| 260 |
+
2
|
| 261 |
+
|
| 262 |
+
2B
|
| 263 |
+
|
| 264 |
+
24
|
| 265 |
+
|
| 266 |
+
25
|
| 267 |
+
|
| 268 |
+
26
|
| 269 |
+
|
| 270 |
+
27
|
| 271 |
+
|
| 272 |
+
28
|
| 273 |
+
|
| 274 |
+
29
|
| 275 |
+
|
| 276 |
+
30
|
| 277 |
+
|
| 278 |
+
32
|
| 279 |
+
|
| 280 |
+
33
|
| 281 |
+
|
| 282 |
+
34
|
| 283 |
+
|
| 284 |
+
38
|
| 285 |
+
|
| 286 |
+
36
|
| 287 |
+
|
| 288 |
+
4
|
| 289 |
+
Reform Administration Authority, herein refered to as the Authority
|
| 290 |
+
integrating herewith the Lands Management Bureau (LMB), Lands
|
| 291 |
+
Management Services (LMS), Land Registration Authority (LRA), National
|
| 292 |
+
Mapping and Resource Information Authority (NAMRIA), and DENR - CARP
|
| 293 |
+
National Secretariat and LRA ~ CARP.
|
| 294 |
+
|
| 295 |
+
The Authority shall be the primary agency of the Government that
|
| 296 |
+
will prepare, integrate, coordinate, supervise and implement plans,
|
| 297 |
+
Programs, projects and activities of the government relative to land
|
| 298 |
+
administration functions.
|
| 299 |
+
|
| 300 |
+
SEC. 6, Powers and Functions. - The Authority shall have the following
|
| 301 |
+
Powers and functions:
|
| 302 |
+
|
| 303 |
+
{a} Formulate and implement land administration policies in
|
| 304 |
+
|
| 305 |
+
accordance with the existing national laws;
|
| 306 |
+
|
| 307 |
+
(b) Exercise supervision and control over all Land Registration
|
| 308 |
+
Officer and other personnel of the Authority;
|
| 309 |
+
|
| 310 |
+
(c) Registration of all Original Certificates of Title and issuance
|
| 311 |
+
of subsequent Transfer Certificates of Title pursuant to
|
| 312 |
+
provisions of Act No. 496 as amended by Presidential
|
| 313 |
+
Decree No. 1529, Act 141 and Republic Act No. 6657,
|
| 314 |
+
otherwise known as the Land Registration Act, Public Land
|
| 315 |
+
Act and Comprehensive Agrarian Reform Law, respectively;
|
| 316 |
+
|
| 317 |
+
(d) Integrate surveys, administration, and management of all
|
| 318 |
+
alienable and disposable lands of the public domains;
|
| 319 |
+
|
| 320 |
+
(e) Execution of all cadastral surveys pursuant to the provisions
|
| 321 |
+
of Act No. 2259, including all other kinds of surveys for
|
| 322 |
+
national mapping, land titling and other related purposes;
|
| 323 |
+
|
| 324 |
+
(f) Determine, fix and collect reasonable amounts to be
|
| 325 |
+
charged as administrative fees, fines and penalties relative
|
| 326 |
+
to the land administration;
|
| 327 |
+
|
| 328 |
+
(g)Promulgate rules, regulations, circulars and other
|
| 329 |
+
administrative issuances as may be necessary to
|
| 330 |
+
implements the provisions of this Act;
|
| 331 |
+
|
| 332 |
+
(h)Survey the political boundaries and the delineation
|
| 333 |
+
between alienable and disposable land/areas, and
|
| 334 |
+
forestlands, national parks such as watershed areas,
|
| 335 |
+
reservations and other protected areas and foreshore lands;
|
| 336 |
+
|
| 337 |
+
|
| 338 |
+
21
|
| 339 |
+
2
|
| 340 |
+
2B
|
| 341 |
+
24
|
| 342 |
+
25
|
| 343 |
+
26
|
| 344 |
+
27
|
| 345 |
+
28
|
| 346 |
+
|
| 347 |
+
30
|
| 348 |
+
3
|
| 349 |
+
32
|
| 350 |
+
33
|
| 351 |
+
34
|
| 352 |
+
|
| 353 |
+
35
|
| 354 |
+
|
| 355 |
+
(i
|
| 356 |
+
|
| 357 |
+
Exclusive central repository of records relative to original
|
| 358 |
+
registration of lands titled under the Torrens system, including
|
| 359 |
+
subdivision and consolidation titled and untitled lands; and
|
| 360 |
+
|
| 361 |
+
Establish Regional One Stop Shops to provide accessible,
|
| 362 |
+
efficient and affordable land administration services to the
|
| 363 |
+
|
| 364 |
+
people.
|
| 365 |
+
|
| 366 |
+
{k) implement the existing rules and policies pursuant to Act No.
|
| 367 |
+
496 and Presidential Decree 1529 and other acts not
|
| 368 |
+
inconsistent with this Act as are necessary to achieve its
|
| 369 |
+
purposes;
|
| 370 |
+
|
| 371 |
+
(
|
| 372 |
+
|
| 373 |
+
Verify and approve all surveys executed covering public
|
| 374 |
+
|
| 375 |
+
and private land, simple and complex subdivision and
|
| 376 |
+
|
| 377 |
+
consolidation — subdivision plans of properties titles under
|
| 378 |
+
|
| 379 |
+
Act No. 496 except those cover by PD 957;
|
| 380 |
+
|
| 381 |
+
(m) Survey, map, maintain database on, to support the
|
| 382 |
+
determination of specific limits of forest lands and national
|
| 383 |
+
parks by Congress as provided under Section 4, Article Xi! of
|
| 384 |
+
the Constitution;
|
| 385 |
+
|
| 386 |
+
{n) Survey, map, maintain database on, administer, manage
|
| 387 |
+
and/or dispose of all alienable and disposable lands of the
|
| 388 |
+
public domain and other lands, including foreshore and
|
| 389 |
+
marsh lands, under the provisions of Commonwealth Act
|
| 390 |
+
No. 141, as amended, otherwise known as the Public Land
|
| 391 |
+
Act, and in accordance with existing laws such as, but not
|
| 392 |
+
limited to, RA 8550, RA 7279 and RA 6657;
|
| 393 |
+
|
| 394 |
+
(0) Manage, sell and/or dispose the remaining Friar Lands under
|
| 395 |
+
the provisions of Act No. 1120, as amended, and in
|
| 396 |
+
accordance with existing laws;
|
| 397 |
+
|
| 398 |
+
{p) Manage and dispose lands of patrimonial property of the
|
| 399 |
+
National Government under the provisions of Act No. 3038,
|
| 400 |
+
‘or such other Goverment lands as have not been placed
|
| 401 |
+
under the administration, management, control or exclusive
|
| 402 |
+
use of any other government agency by legislative or
|
| 403 |
+
executive issuance.
|
| 404 |
+
|
| 405 |
+
(a)Such other functions currently undertaken by the Land
|
| 406 |
+
|
| 407 |
+
Registration Authority/ Registry of Deeds {LRA/ROD), Land
|
| 408 |
+
|
| 409 |
+
|
| 410 |
+
2
|
| 411 |
+
22
|
| 412 |
+
B
|
| 413 |
+
24
|
| 414 |
+
25
|
| 415 |
+
|
| 416 |
+
27
|
| 417 |
+
28
|
| 418 |
+
29
|
| 419 |
+
|
| 420 |
+
oy
|
| 421 |
+
|
| 422 |
+
32
|
| 423 |
+
|
| 424 |
+
33
|
| 425 |
+
|
| 426 |
+
35
|
| 427 |
+
|
| 428 |
+
Management Bureau (LMB}, Land Management Service
|
| 429 |
+
{LMS), National Mapping and Resource Information
|
| 430 |
+
Authority (NAMRIA}. However, the function of the DAR in
|
| 431 |
+
the issuance of CLOAS and Emancipation Patents shall
|
| 432 |
+
henceforth be done by the Authority.
|
| 433 |
+
SEC. 7. Jurisdiction — This Authority shall have the exclusive jurisdiction to
|
| 434 |
+
regulate, survey, verify and approve original and subdivision surveys as well
|
| 435 |
+
|
| 436 |
+
manage and dispose all lands in accordance with the existing laws.
|
| 437 |
+
Likewise, it shall have the primary and exclusive original jurisdiction over all
|
| 438 |
+
actions affecting original titles and subsequent titles emanating from
|
| 439 |
+
judicial decrees, patents, deeds and other conveyances under the existing
|
| 440 |
+
laws. Decisions of the Authority in the exercise of the quasi-judicial functions
|
| 441 |
+
shall be immediately executory even pending appeal.
|
| 442 |
+
|
| 443 |
+
SEC. 8. Composition - The Authority shall be headed by an Administrator.
|
| 444 |
+
The Authority proper shall be composed of the Office of the Administrator,
|
| 445 |
+
the Advisory Board, the four (4) Offices of the Deputy Administrators, the
|
| 446 |
+
different Departments, Land Adjudication Commission, Land Registration
|
| 447 |
+
Officer and other offices of the Authority.
|
| 448 |
+
|
| 449 |
+
SEC. 9. The Administrator - The Administrator shall be appointed by the
|
| 450 |
+
President. He shall have the rank equivalent and shall receive the same
|
| 451 |
+
salary, emoluments, benefits and privileges of the Presiding Justice of the
|
| 452 |
+
Court of Appeals and shall be appointed by the President.
|
| 453 |
+
|
| 454 |
+
The Administrator shall have the following powers and functions:
|
| 455 |
+
|
| 456 |
+
(a)Provide executive direction, supervision and control over
|
| 457 |
+
the entire operations of the Authority and all offices
|
| 458 |
+
described therein;
|
| 459 |
+
|
| 460 |
+
(b) Adopt delivery system as Is necessary for the effective
|
| 461 |
+
attainment of the objectives of the Authority, including the
|
| 462 |
+
creation of regional, provincial and city offices, other
|
| 463 |
+
service units and divisions, and the delegation of authority to
|
| 464 |
+
regional, provincial and city offices for decentralized
|
| 465 |
+
programs, subject to the provisions of existing laws;
|
| 466 |
+
|
| 467 |
+
{c) Coordinate with LGUs, other agencies, and public and
|
| 468 |
+
private Interest groups, including NGOs and POs on Authority
|
| 469 |
+
|
| 470 |
+
policies and initiatives;
|
| 471 |
+
|
| 472 |
+
|
| 473 |
+
B
|
| 474 |
+
|
| 475 |
+
25
|
| 476 |
+
|
| 477 |
+
26
|
| 478 |
+
|
| 479 |
+
n
|
| 480 |
+
|
| 481 |
+
28
|
| 482 |
+
|
| 483 |
+
29
|
| 484 |
+
|
| 485 |
+
30
|
| 486 |
+
|
| 487 |
+
31
|
| 488 |
+
|
| 489 |
+
32
|
| 490 |
+
|
| 491 |
+
34
|
| 492 |
+
|
| 493 |
+
35
|
| 494 |
+
|
| 495 |
+
36
|
| 496 |
+
|
| 497 |
+
(d) Restructure the internal structure of the Authority, subject to
|
| 498 |
+
the recommendation of the Board and approval of the
|
| 499 |
+
President;
|
| 500 |
+
|
| 501 |
+
(e) Formulate such rules and regulations and exercise such
|
| 502 |
+
other powers as may be necessary to implement the
|
| 503 |
+
objectives of this Act.
|
| 504 |
+
|
| 505 |
+
{f} Perform such other functions as provided for by PD 1529,
|
| 506 |
+
Commonwealth Act 141 and other related laws affected by
|
| 507 |
+
this act or as may be assigned by the President.
|
| 508 |
+
|
| 509 |
+
SEC. 10. Deputy Administrators — The Administrator shall be assisted by four
|
| 510 |
+
{4) Deputy Administrators, who shall be appointed by the President upon
|
| 511 |
+
recommendation of the Administrator. Provided, that, Deputy
|
| 512 |
+
Administrators shall be career officers coming from the ranks of the existing
|
| 513 |
+
government offices and agencies performing land administration and shall
|
| 514 |
+
have the rank of an Associate Justice of the Court of Appeals, except for
|
| 515 |
+
the Deputy Administrator for Land Administration and Management, who is
|
| 516 |
+
a Geodetic Engineer and shall have the rank of Assistant Secretary.
|
| 517 |
+
|
| 518 |
+
SEC.11. Qualifications - The Administrator must be a citizen and resident of
|
| 519 |
+
the Philippines, member of Philippine Bar for at least ten (10) years, with
|
| 520 |
+
experience in any land administration functions, of good moral character,
|
| 521 |
+
and of proven competence and integrity. Three (3) of the four (4) Deputy
|
| 522 |
+
Administrators must be members of the Philippine Bar for at least ten (10)
|
| 523 |
+
years, with experience in any tand administrative functions, of good moral
|
| 524 |
+
character and of proven competence and integrity. The other Deputy
|
| 525 |
+
Administrator must be a licensed Geodetic Engineer for at least ten (10)
|
| 526 |
+
years, with experience in any land administrative functions, of good moral
|
| 527 |
+
character and of proven competence and integrity.
|
| 528 |
+
|
| 529 |
+
In order not to disrupt the operation of the Authority, the Incumbent
|
| 530 |
+
Administrator of the Land Registration Authority shall be in-charged of the
|
| 531 |
+
Authority during the transition period, and shall be assisted by the two (2)
|
| 532 |
+
incumbent Deputy Administrators.
|
| 533 |
+
|
| 534 |
+
SEC. 12. Department - There are hereby created the following
|
| 535 |
+
departments in the Authority:
|
| 536 |
+
|
| 537 |
+
{a}Land Administration and Management Department shall
|
| 538 |
+
|
| 539 |
+
assume the functions currently undertaken by the Land
|
| 540 |
+
Management Bureau {LMB}, the Land Management
|
| 541 |
+
|
| 542 |
+
|
| 543 |
+
o
|
| 544 |
+
|
| 545 |
+
1 Services (LMS), the National Mapping and Resource
|
| 546 |
+
|
| 547 |
+
2 Information Authority (NAMRIA), LRA-CARP, Housing and
|
| 548 |
+
3 land Regulatory Board (HULRB) and the DENR-CARP National
|
| 549 |
+
4 Secretariat and such other functions as may be assigned by
|
| 550 |
+
5 the Administrator.
|
| 551 |
+
|
| 552 |
+
6 (b) Department on Registration, with the following functions:
|
| 553 |
+
|
| 554 |
+
7 1. Verification/examination of all documents forwarded by
|
| 555 |
+
8 the Court relative to land registration proceedings.
|
| 556 |
+
|
| 557 |
+
9 2. Preparation of decrees of registration pursuant to final
|
| 558 |
+
10 land registration proceedings such as preparation of
|
| 559 |
+
u reports, manifestation and the like.
|
| 560 |
+
|
| 561 |
+
2 3. Extends assistance to court in ordinary and cadastral
|
| 562 |
+
13 land registration proceedings such as preparation of
|
| 563 |
+
4 reports, manifestation and the like.
|
| 564 |
+
|
| 565 |
+
1s 4, Issuance of the needed certifications by the DENR, DAR
|
| 566 |
+
16 ‘and HULRB in connection with their functions relative to
|
| 567 |
+
7 issuance of patent, CLOAs and condominium certificate
|
| 568 |
+
18 of title, respectively.
|
| 569 |
+
|
| 570 |
+
9 (c) Financial Management Department, with the following
|
| 571 |
+
20 functions:
|
| 572 |
+
|
| 573 |
+
2 1. Preparation of the annual and special budget of the
|
| 574 |
+
22 Authority, and consequently, budget execution and
|
| 575 |
+
2B control of funds.
|
| 576 |
+
|
| 577 |
+
24 2. Give technical advise on fiscal matters.
|
| 578 |
+
|
| 579 |
+
25 3. Submit performance and fiscal reports.
|
| 580 |
+
|
| 581 |
+
26 4, Maintain and keep the books of accounts of the
|
| 582 |
+
27 Authority.
|
| 583 |
+
|
| 584 |
+
28 5. Undertake regular management studies of the Authority
|
| 585 |
+
29 organizational structure, manpower and operations.
|
| 586 |
+
|
| 587 |
+
30 6. Preparation of Agency Work and Financial Plans.
|
| 588 |
+
|
| 589 |
+
u 7. Preparation of Agency reports/budget hearing materials
|
| 590 |
+
32 for the approval of Agency Annual Budget by the House
|
| 591 |
+
33 of Representatives and the Senate.
|
| 592 |
+
|
| 593 |
+
34 {d) Administrative & Personnel Management Department, with
|
| 594 |
+
|
| 595 |
+
35 the following functions:
|
| 596 |
+
|
| 597 |
+
|
| 598 |
+
B
|
| 599 |
+
|
| 600 |
+
30
|
| 601 |
+
|
| 602 |
+
31
|
| 603 |
+
|
| 604 |
+
32
|
| 605 |
+
|
| 606 |
+
33
|
| 607 |
+
|
| 608 |
+
1. implements memoranda and circulars promulgated by
|
| 609 |
+
the Administrator with regard to personnel services and
|
| 610 |
+
requirements.
|
| 611 |
+
|
| 612 |
+
2. Execution direction, control and supervision over all
|
| 613 |
+
employees and activities pertaining to:
|
| 614 |
+
|
| 615 |
+
a) Personnel services
|
| 616 |
+
|
| 617 |
+
b) Systematic filing and custody of records and
|
| 618 |
+
documents.
|
| 619 |
+
|
| 620 |
+
c) Procurement, distribution and custody of office
|
| 621 |
+
supplies and equipment.
|
| 622 |
+
|
| 623 |
+
d) Maintaining of security, hygiene and other
|
| 624 |
+
healthful conditions in the office building and
|
| 625 |
+
premises.
|
| 626 |
+
|
| 627 |
+
(e) Legal Affairs Department, with the following functions:
|
| 628 |
+
|
| 629 |
+
1, Acts as counsel of the authority and the Land
|
| 630 |
+
Registration Offices.
|
| 631 |
+
|
| 632 |
+
2. Reviews, studies and replies to legal queries.
|
| 633 |
+
|
| 634 |
+
3, Reviews pleadings and represents the Authority in Court.
|
| 635 |
+
|
| 636 |
+
4, Reviews drafts of resolution to consuitas before final
|
| 637 |
+
review by the Deputy Administrator for Operations.
|
| 638 |
+
|
| 639 |
+
5. Conducts inspection of Land Registration Offices.
|
| 640 |
+
|
| 641 |
+
6. Reviews investigation reports on complaints submitted to
|
| 642 |
+
the Authority against erring Land Registration Officers, the
|
| 643 |
+
employees, and also of the Central Office.
|
| 644 |
+
|
| 645 |
+
7. Assist the Department of Agrarian reform in the land
|
| 646 |
+
reform program of the government by determining
|
| 647 |
+
which landholdings are deemed legal for the purpose of
|
| 648 |
+
transferring the same to rightful tenants/beneficiaries.
|
| 649 |
+
|
| 650 |
+
SEC. 13. Regional and Field Offices. - Consistent with the requirements of
|
| 651 |
+
economy and efficiency, there shall be established a Regional Office.
|
| 652 |
+
which shall be headed by a Regional Land Registration Officer. in every
|
| 653 |
+
administrative region and assisted by an Assistant Regional Land
|
| 654 |
+
Registration Officer, and by the Land Registration Officer for every province
|
| 655 |
+
and city within the administrative region as are necessary as shall be
|
| 656 |
+
established in accordance with the regional pattern as prescribed by PD
|
| 657 |
+
|
| 658 |
+
1529 and other existing laws.
|
| 659 |
+
|
| 660 |
+
|
| 661 |
+
a
|
| 662 |
+
22
|
| 663 |
+
2B
|
| 664 |
+
24
|
| 665 |
+
25
|
| 666 |
+
26
|
| 667 |
+
2
|
| 668 |
+
28
|
| 669 |
+
29
|
| 670 |
+
|
| 671 |
+
SEC. 14 Functions of the Regional Land Registration Officers and Regional
|
| 672 |
+
Offices. The Regional Land Registration Officer shall be the responsible line
|
| 673 |
+
Official for all Authority programs in the administrative region. The Regional
|
| 674 |
+
Land Registration Officer shall be appointed by the President and shall
|
| 675 |
+
report to the Administrator.
|
| 676 |
+
|
| 677 |
+
Regional Office shall perform the following functions:
|
| 678 |
+
|
| 679 |
+
14.1. Ensure that Authority program-goals are met and that
|
| 680 |
+
programs are implemented in accordance with the duly
|
| 681 |
+
adopted policies, standards and guidelines;
|
| 682 |
+
|
| 683 |
+
14.2 Directly manage and implement Authority policies and
|
| 684 |
+
|
| 685 |
+
projects in the immediate geographic area;
|
| 686 |
+
|
| 687 |
+
14.3 Direct and evaluate the performance of field offices in
|
| 688 |
+
the region;
|
| 689 |
+
|
| 690 |
+
14.4 Monitor, investigate and assess compliance approved
|
| 691 |
+
|
| 692 |
+
original and subdivision pian, endorse and recommend
|
| 693 |
+
the filing of appropriate charges for violation thereof;
|
| 694 |
+
|
| 695 |
+
14.5 Coordinate with the LGUs with regard to their local land
|
| 696 |
+
|
| 697 |
+
administration and other land management as mandated
|
| 698 |
+
by the Local Government Code and other related laws;
|
| 699 |
+
14.6 Advise and coordinate the plans and programs of the
|
| 700 |
+
Regional and Land Registration Offices of the Authority;
|
| 701 |
+
14.7 Appointing power for vacancies within his/her
|
| 702 |
+
administrative region with salary grades one (1} to eight (8);
|
| 703 |
+
and
|
| 704 |
+
14.8 Perform such other functions as may be provided for by
|
| 705 |
+
law and the Administrator.
|
| 706 |
+
SEC. 15. Qualifications - The Regional Land Registration Officer, and
|
| 707 |
+
Assistant Regional Land Registration Officer, must be citizens and residents
|
| 708 |
+
of the Philippines, members of Philippine Bar, at least ten (10) years
|
| 709 |
+
experience in any land administration functions, of good moral character,
|
| 710 |
+
and of proven competence and integrity. The Regional Land Registration
|
| 711 |
+
Officer shali have the rank of an Assistant Secretary and shall have the
|
| 712 |
+
salary, benefits and emoluments of an Executive Judge of the Regional Trial
|
| 713 |
+
Court.
|
| 714 |
+
in order not to disrupt the operations of the Authority, the incumbent
|
| 715 |
+
Regional Land Registration Officer shall be in-charge of the Authority in his
|
| 716 |
+
|
| 717 |
+
|
| 718 |
+
1
|
| 719 |
+
|
| 720 |
+
20
|
| 721 |
+
|
| 722 |
+
a
|
| 723 |
+
|
| 724 |
+
22
|
| 725 |
+
|
| 726 |
+
23
|
| 727 |
+
|
| 728 |
+
24
|
| 729 |
+
|
| 730 |
+
26
|
| 731 |
+
|
| 732 |
+
7
|
| 733 |
+
|
| 734 |
+
28
|
| 735 |
+
|
| 736 |
+
29
|
| 737 |
+
|
| 738 |
+
31
|
| 739 |
+
|
| 740 |
+
32
|
| 741 |
+
|
| 742 |
+
3
|
| 743 |
+
|
| 744 |
+
34
|
| 745 |
+
|
| 746 |
+
35
|
| 747 |
+
|
| 748 |
+
36
|
| 749 |
+
|
| 750 |
+
u
|
| 751 |
+
|
| 752 |
+
region during the transition period and shall be assisted by his Assistant
|
| 753 |
+
Regional Land Registration Officer.
|
| 754 |
+
SEC. 16. Functions of Registration Officer -
|
| 755 |
+
|
| 756 |
+
(a) The Land Registration Officer shall head a Field Office and
|
| 757 |
+
shall be accountable to the Regional Land Registration
|
| 758 |
+
Officer. The Land Registration Officer shall directly administer
|
| 759 |
+
Authority programs in his/her jurisdictional area and ensure
|
| 760 |
+
their proper implementation.
|
| 761 |
+
|
| 762 |
+
(b)It shalt have the power to correct a clerical or
|
| 763 |
+
typographical errors committed in writing, copying,
|
| 764 |
+
transcribing or typing an entry in the maps, survey plans and
|
| 765 |
+
certificate of land titles.
|
| 766 |
+
|
| 767 |
+
{c) Al duties and responsibilities provided for under PD 1529
|
| 768 |
+
shall continue to be exercised by the Land Registration
|
| 769 |
+
Officer. The autonomous nature of the Field Offices shall be
|
| 770 |
+
respected by other agencies and in no circumstance shall
|
| 771 |
+
they be required to perform other functions not related with
|
| 772 |
+
land registration.
|
| 773 |
+
|
| 774 |
+
(d) Declare and cancel patently fake or spurious certificate of
|
| 775 |
+
title, maps and survey plans in summary proceedings.
|
| 776 |
+
|
| 777 |
+
SEC. 17. Qualifications of Land Regjistratlon Officer and Deputy Land
|
| 778 |
+
Registration Officer - The Land Registration Officer must be a citizen and
|
| 779 |
+
residence of the Philippines, member of the Philippine Bar and shall have
|
| 780 |
+
been actually engaged in such practice for at least five (5) years or has
|
| 781 |
+
been employed for a like period in any branch of government the
|
| 782 |
+
functions of which include the registration of property. He shall continue to
|
| 783 |
+
enjoy rank and salary provided for under PD 1529 but have the Privileges
|
| 784 |
+
and emoluments of a Regional Trial Court Judge.
|
| 785 |
+
|
| 786 |
+
The Deputy Land Registration Officer shall be a member of the
|
| 787 |
+
Philippine Bar for at least three (3) years. He shall enjoy the benefits and
|
| 788 |
+
emoluments of a Municipal Trial Court Judge.
|
| 789 |
+
|
| 790 |
+
In order not to disrupt the operation of the Authority, the incumbent
|
| 791 |
+
Land Registration Officer shall be in-charge of the Field Offices of the
|
| 792 |
+
Authority in their respective cities and provinces during the transition period
|
| 793 |
+
and shall be assisted by the incumbent Deputy Land Registration Officer.
|
| 794 |
+
|
| 795 |
+
|
| 796 |
+
24
|
| 797 |
+
|
| 798 |
+
25
|
| 799 |
+
|
| 800 |
+
26
|
| 801 |
+
|
| 802 |
+
27
|
| 803 |
+
|
| 804 |
+
28
|
| 805 |
+
|
| 806 |
+
29
|
| 807 |
+
|
| 808 |
+
30
|
| 809 |
+
|
| 810 |
+
12
|
| 811 |
+
|
| 812 |
+
CHAPTER III
|
| 813 |
+
ADVISORY BOARD
|
| 814 |
+
|
| 815 |
+
SEC.18. THE ADVISORY BOARD: TENURE AND COMPENSATION.
|
| 816 |
+
|
| 817 |
+
(a)The powers and functions of the National Land
|
| 818 |
+
Administration Reform Authority shall be vested in and
|
| 819 |
+
exercised by the Board composed of the incumbent
|
| 820 |
+
Administrator of the LAA and six (6) other members to come
|
| 821 |
+
from NAMRIA, LMS/LMB, CARP, Non-Governmental
|
| 822 |
+
Organization, which shall represent the basic sectors, a
|
| 823 |
+
Representative from the Indigenous Communities of the
|
| 824 |
+
Philippines, who shalt be appointed by the President of the
|
| 825 |
+
Philippines, and the President of the Association of Land
|
| 826 |
+
Registration Officers and Deputy Land Registration Officers;
|
| 827 |
+
|
| 828 |
+
(b) The incumbent Authority Administrator shall automatically
|
| 829 |
+
be the Chairman of the Board.
|
| 830 |
+
|
| 831 |
+
(c)The Board members, except the Administrator of the LAA
|
| 832 |
+
who shall cease as member upon his/her separation, shail
|
| 833 |
+
hold office for six (4) years without reappointment, or until
|
| 834 |
+
their successors are duly appointed and qualified. In case
|
| 835 |
+
of vacancy, other than the expiration of term, shall be filled
|
| 836 |
+
of the unexpired term only. The members of the Board shall
|
| 837 |
+
be entitled to a per diem of the Three Thousand Pesos
|
| 838 |
+
(P3,000.00) for each board meeting actually attended by
|
| 839 |
+
them, but not to exceed fifteen thousand (P15,000.00} a
|
| 840 |
+
month, a reasonable transportation and representation
|
| 841 |
+
allowances as may be fixed by the Board.
|
| 842 |
+
|
| 843 |
+
(d) Meetings. The Board shall meet at least once a week. The
|
| 844 |
+
Board may be called to meeting by the Administrator of the
|
| 845 |
+
Land Administration Authority or by two (2) members of the
|
| 846 |
+
Board.
|
| 847 |
+
|
| 848 |
+
(e) The presence of four (4) shall constitute a quorum: Provided,
|
| 849 |
+
That in all cases, the Administrator or his duly designated
|
| 850 |
+
alternate shall be among the four (4).
|
| 851 |
+
|
| 852 |
+
{f} A Secretary of the Board appointed shall maintain and
|
| 853 |
+
|
| 854 |
+
preserve a complete record of the proceedings and
|
| 855 |
+
|
| 856 |
+
deliberations of the LAA Board.
|
| 857 |
+
|
| 858 |
+
|
| 859 |
+
1
|
| 860 |
+
|
| 861 |
+
2
|
| 862 |
+
|
| 863 |
+
2
|
| 864 |
+
|
| 865 |
+
28
|
| 866 |
+
|
| 867 |
+
29
|
| 868 |
+
|
| 869 |
+
30
|
| 870 |
+
|
| 871 |
+
31
|
| 872 |
+
|
| 873 |
+
32
|
| 874 |
+
|
| 875 |
+
33
|
| 876 |
+
|
| 877 |
+
SEC. 19. Functions of the Advisory Board.
|
| 878 |
+
|
| 879 |
+
(a) Advise the Authority in the formulation of policies, policy
|
| 880 |
+
development, guidelines and programs to effectively cary
|
| 881 |
+
out the provisions of this Act;
|
| 882 |
+
|
| 883 |
+
(b) Advise the Authority in the promulgation such rules and
|
| 884 |
+
regulations as may be necessary or proper for the effective
|
| 885 |
+
exercise of the powers and functions as well as the
|
| 886 |
+
discharge of the duties of the National Land Administration
|
| 887 |
+
Authority, its officers and employees;
|
| 888 |
+
|
| 889 |
+
{c) Upon recommendation of the Administrator, approve the
|
| 890 |
+
organizational and administrative structures and staffing
|
| 891 |
+
pattern of the new Authority and to establish, fix, review,
|
| 892 |
+
revise and adjust the appropriate compensation package
|
| 893 |
+
for the officials and employees of the Land Administration
|
| 894 |
+
Authority with reasonable allowances, incentives, bonuses,
|
| 895 |
+
Privileges and other benefits as may be necessary or proper,
|
| 896 |
+
subject to availability of funds, for the effective
|
| 897 |
+
management, operation and administration of the Authority
|
| 898 |
+
including all Land Registration Offices, nationwide which
|
| 899 |
+
shall be exempt from Republic Act No.6758, otherwise
|
| 900 |
+
known as the Salary Standardization Law;
|
| 901 |
+
|
| 902 |
+
{d)Upon recommendation of the Administrator, to do and
|
| 903 |
+
perform any and all acts necessary, proper or incidental for
|
| 904 |
+
the attainment of the objectives of this Act:
|
| 905 |
+
|
| 906 |
+
(e) To fix the registration fees and other necessary charges not
|
| 907 |
+
provided for in Presidential Decree No. 152? and other
|
| 908 |
+
existing laws, and other charges, necessary fees approved
|
| 909 |
+
by the Board in furtherance to the functions of the LAA
|
| 910 |
+
provided in this Act;
|
| 911 |
+
|
| 912 |
+
Such fees and charges, including government subsidies and other
|
| 913 |
+
income generated by the Authority including income/revenue from all
|
| 914 |
+
Land registration Authority, shall constitute special funds and shall be
|
| 915 |
+
deposited in any authorized government depository bank, and all interest
|
| 916 |
+
that shall accrue therefrom shall form part of the same fund for the use of
|
| 917 |
+
|
| 918 |
+
the Authority.
|
| 919 |
+
Any provision of existing laws, rules and regulations to the contrary
|
| 920 |
+
|
| 921 |
+
|
| 922 |
+
20
|
| 923 |
+
|
| 924 |
+
21
|
| 925 |
+
|
| 926 |
+
2
|
| 927 |
+
|
| 928 |
+
24
|
| 929 |
+
|
| 930 |
+
238
|
| 931 |
+
|
| 932 |
+
26
|
| 933 |
+
|
| 934 |
+
27
|
| 935 |
+
|
| 936 |
+
28
|
| 937 |
+
|
| 938 |
+
29
|
| 939 |
+
|
| 940 |
+
30
|
| 941 |
+
|
| 942 |
+
31
|
| 943 |
+
|
| 944 |
+
32
|
| 945 |
+
|
| 946 |
+
34
|
| 947 |
+
|
| 948 |
+
35
|
| 949 |
+
|
| 950 |
+
36
|
| 951 |
+
|
| 952 |
+
notwithstanding, any income generated by the Authority from registration
|
| 953 |
+
fees and other charges, shall be retained by the Authority, and may be
|
| 954 |
+
disbursed by the Board for the upgrading of the land administration system
|
| 955 |
+
by purchasing computers and other equipment relative thereto for the
|
| 956 |
+
complete computerization of all lands administrations records, seminars,
|
| 957 |
+
trainings, research and employees welfare and other Programs/projects in
|
| 958 |
+
furtherance to the functions of the Authority except for travel abroad and
|
| 959 |
+
transportation allowances and expenses;
|
| 960 |
+
|
| 961 |
+
The setting up and disbursement of funds shall be subject to
|
| 962 |
+
accounting and auditing rules and regulations of the Commission on Audit
|
| 963 |
+
and will be subject to annual report on the disbursement of fund annually
|
| 964 |
+
to both Senate and House of Representatives;
|
| 965 |
+
|
| 966 |
+
(f) To receive in trust, legacies, gifts and donations, real or
|
| 967 |
+
Personal properties as well as financial assistance either
|
| 968 |
+
from local and foreign donor for the rationalization of the
|
| 969 |
+
Land Administration Authority, to administer and dispose the
|
| 970 |
+
same when necessary for the benefit of the Authority,
|
| 971 |
+
subject to limitations, directions and instructions of the
|
| 972 |
+
donors, if any. Such donations shall be exempted from all
|
| 973 |
+
taxes and shall be considered as deductible items from the
|
| 974 |
+
income tax of the donors;
|
| 975 |
+
|
| 976 |
+
{g)To have the power of succession; and
|
| 977 |
+
|
| 978 |
+
{h) To sue and be sued.
|
| 979 |
+
|
| 980 |
+
(i) Perform such other functions as may be necessary for the
|
| 981 |
+
Proper implementation of this Act.
|
| 982 |
+
|
| 983 |
+
CHAPTER 1V
|
| 984 |
+
ADMINISTRATIVE ADJUDICATION
|
| 985 |
+
SEC. 20. Quasi-Judicial Powers of the Authority. - The Authority is
|
| 986 |
+
hereby vested with the primary jurisdiction to determine and
|
| 987 |
+
adjudicate land administration and public land management
|
| 988 |
+
matters and shall have exclusive original jurisdiction over all
|
| 989 |
+
matters involving the implementation of laws, rules and
|
| 990 |
+
regulations on land administration and public land
|
| 991 |
+
|
| 992 |
+
management.
|
| 993 |
+
|
| 994 |
+
|
| 995 |
+
a
|
| 996 |
+
2
|
| 997 |
+
23
|
| 998 |
+
4
|
| 999 |
+
25
|
| 1000 |
+
|
| 1001 |
+
2
|
| 1002 |
+
|
| 1003 |
+
29
|
| 1004 |
+
|
| 1005 |
+
32
|
| 1006 |
+
33
|
| 1007 |
+
|
| 1008 |
+
4
|
| 1009 |
+
38
|
| 1010 |
+
36
|
| 1011 |
+
|
| 1012 |
+
It shall not be bound by technical rules of procedure and
|
| 1013 |
+
evidence but shall proceed to hear and decide all cases,
|
| 1014 |
+
disputes or controversies in a most expeditious manner,
|
| 1015 |
+
employing all reasonable means to ascertain the facts of every
|
| 1016 |
+
case in accordance with justice and equity and the merits of
|
| 1017 |
+
the case. Toward this end, it shall adopt a unifom rule of
|
| 1018 |
+
procedure to achieve a just, expeditious and inexpensive
|
| 1019 |
+
determination for every action or proceeding before it,
|
| 1020 |
+
|
| 1021 |
+
{t shall have the power to investigate and resolve questions,
|
| 1022 |
+
complaints and issues involving maps, survey plans and
|
| 1023 |
+
certificate of land ties including the power to confiscate
|
| 1024 |
+
patently fake and spurious certificates of land title and declare
|
| 1025 |
+
their nullification in summary proceedings.
|
| 1026 |
+
|
| 1027 |
+
It shall have the power to correct a clerical or typographical
|
| 1028 |
+
errors Committed in writing copying transcribing or typing an
|
| 1029 |
+
entry in the maps, survey plans and certificate of land titles.
|
| 1030 |
+
|
| 1031 |
+
It shall have the power to summon witnesses, administer oaths,
|
| 1032 |
+
take testimony, require submission of reports, compel the
|
| 1033 |
+
Production of books and documents and answers to
|
| 1034 |
+
interrogatories and issue subpoena, and subpoena duces
|
| 1035 |
+
tecum, and enforce its writs through sheriffs or other duly
|
| 1036 |
+
deputized officers. It shall likewise have the power to punish
|
| 1037 |
+
direct and indirect contempts in the same manner and subject
|
| 1038 |
+
to the same penalties as provided in the Rules of Court.
|
| 1039 |
+
|
| 1040 |
+
Responsible persons shail be allowed to represent themselves
|
| 1041 |
+
or their organizations in any proceedings before the Authority:
|
| 1042 |
+
Provided, however, that when there are two or more
|
| 1043 |
+
representatives for any individual or group, the representatives
|
| 1044 |
+
should choose only one among themselves to represent such
|
| 1045 |
+
party group before any Authority proceedings.
|
| 1046 |
+
|
| 1047 |
+
Notwithstanding an appeal to the Court of Appeals, the
|
| 1048 |
+
decision of the Authority shall be immediately executory.
|
| 1049 |
+
|
| 1050 |
+
SEC 21. Finallty of Determination. - Any case or controversy before it
|
| 1051 |
+
shall be decided within thirty (3) days after it is submitted for
|
| 1052 |
+
resolution. Only one (1) motion for reconsideration shall be allowed.
|
| 1053 |
+
|
| 1054 |
+
|
| 1055 |
+
20
|
| 1056 |
+
|
| 1057 |
+
21
|
| 1058 |
+
|
| 1059 |
+
22
|
| 1060 |
+
|
| 1061 |
+
23
|
| 1062 |
+
|
| 1063 |
+
24
|
| 1064 |
+
|
| 1065 |
+
25
|
| 1066 |
+
|
| 1067 |
+
26
|
| 1068 |
+
|
| 1069 |
+
2
|
| 1070 |
+
|
| 1071 |
+
28
|
| 1072 |
+
|
| 1073 |
+
29
|
| 1074 |
+
|
| 1075 |
+
Any order, ruling or decision shall be final after the lapse of fifteen (15)
|
| 1076 |
+
days from receipt of a copy thereof.
|
| 1077 |
+
SEC. 22. Frivolous Appeals. - To discourage frivolous or dilatory
|
| 1078 |
+
appeais from the decisions or orders, the Authority may impose
|
| 1079 |
+
reasonable penalties including, but not limited to, fines or censures
|
| 1080 |
+
upon ering parties.
|
| 1081 |
+
SEC. 23. Certlorarl. - Any decision, order, award or ruling of the
|
| 1082 |
+
Authority on any dispute or any matter pertaining to the application,
|
| 1083 |
+
implementation, enforcement, or interpretation of this Act and other
|
| 1084 |
+
pertinent laws on land administration and public land management
|
| 1085 |
+
may be brought to the Court of Appeals by certiorari within fifteen
|
| 1086 |
+
(15) days from receipt of a copy thereof.
|
| 1087 |
+
|
| 1088 |
+
The findings of fact of the Authority shall be final and
|
| 1089 |
+
|
| 1090 |
+
conclusive if based on substantial evidence.
|
| 1091 |
+
SEC 24. No. restraining Order or Preliminary Injunction. - No court in
|
| 1092 |
+
the Philippines shall have jurisdiction to issue any restraining order or
|
| 1093 |
+
writ of preliminary injunction against the Authority or any of its duly
|
| 1094 |
+
authorized or designated offices in any case, dispute or controversy
|
| 1095 |
+
arising from, necessary to, or in connection with the application,
|
| 1096 |
+
implementation, enforcement, or interpretation of this Act and other
|
| 1097 |
+
pertinent laws on land administration and public land management.
|
| 1098 |
+
SEC. 25. Procedure on Review. - Review by the Court of Appeals or
|
| 1099 |
+
the Supreme Court, as the case may be , shall be governed by the
|
| 1100 |
+
Rules of Court. The Court of Appeals, however, may require the
|
| 1101 |
+
parties to file simultaneous memoranda within a period of fifteen (15)
|
| 1102 |
+
days from notice, after which the case is deemed submitted for
|
| 1103 |
+
decision.
|
| 1104 |
+
SEC. 26. - Preferential Attention in Courts. - All courts in the Philippines
|
| 1105 |
+
shall give preferential attention to all cases arising from or in
|
| 1106 |
+
connection with the implementation of the provisions of this Act.
|
| 1107 |
+
|
| 1108 |
+
CHAPTER V
|
| 1109 |
+
TRANSITORY PROVISIONS
|
| 1110 |
+
|
| 1111 |
+
SEC. 27. Transfer of Powers and Functions.- Within six (6) months after the
|
| 1112 |
+
approval of this, the powers and functions of the Authority heretofore
|
| 1113 |
+
vested by law in the Department of Justice, LRA/ROD, LMB/LMS, NAMRIA or
|
| 1114 |
+
|
| 1115 |
+
|
| 1116 |
+
7
|
| 1117 |
+
1 in any Office within or attached to these agencies, shall be transferred to
|
| 1118 |
+
2 and vested in the National Land Administration Reform Authority. The
|
| 1119 |
+
3. foregoing transfer of powers and functions shall include all applicable funds
|
| 1120 |
+
4 and appropriations, records equipment, property and personnel.
|
| 1121 |
+
3 SEC. 28. Transfer of Rights, Assets and Uabilities - The Authority shall, by
|
| 1122 |
+
6 virtue of this Act, be subrogated to all rights and assume alll the liabilities of
|
| 1123 |
+
7 the Lands Management Bureau (LMB), Lands Management Service (LMS),
|
| 1124 |
+
8 National Mapping and Resource Information Authority (NAMRIA}, and Land
|
| 1125 |
+
9 Registration Authority (LRA), whose functions and powers have been
|
| 1126 |
+
10 transfered to the Authority, and their funds, records, property, assets,
|
| 1127 |
+
11 equipment and personnel, as may be necessary, including unexpended
|
| 1128 |
+
12 appropriations and/or allocations. All contracts and liabilities of the said
|
| 1129 |
+
13 offices are hereby transferred to and assumed by the Authority and shall be
|
| 1130 |
+
14 acted upon in accordance with the Auditing Code and other pertinent
|
| 1131 |
+
15 laws, rules and regulations; Provided, that incumbent officials and
|
| 1132 |
+
16 employees of said agencies/corporations, shall continue to assume their
|
| 1133 |
+
17 posts in holdover capacity until their new appointments are issued.
|
| 1134 |
+
18 SEC. 29. Organization of the Authority ~ The Authority's organizational and
|
| 1135 |
+
19 administrative structure and functions and staffing pattern, including the
|
| 1136 |
+
20 personnel’s duties and responsibilities and the appropriate compensation
|
| 1137 |
+
21 package shall be submitted by the Administrator for review and approval
|
| 1138 |
+
22 by the Congressional Oversight Committee within six (6) months from the
|
| 1139 |
+
effectivity of this Act. After the oversight committee's review and
|
| 1140 |
+
24 approval, the proposed organizational structure and staffing pattern shall
|
| 1141 |
+
25 be submitted to the President for final approval and shall be fully
|
| 1142 |
+
26 implemented within a period of three (3) months after such approval.
|
| 1143 |
+
|
| 1144 |
+
an
|
| 1145 |
+
|
| 1146 |
+
27 SEC 30. The Oversight committee shall be composed of the following:
|
| 1147 |
+
|
| 1148 |
+
28 A) The Chairperson of the SenateCcommittee onffinance and
|
| 1149 |
+
29 the House Committee Finance and the House Committee on
|
| 1150 |
+
30 Goverment Reorganization, as Co-Chairperson; and
|
| 1151 |
+
|
| 1152 |
+
31 B) Chairperson of the Senate and House Committee on Justice,
|
| 1153 |
+
32 Environment and Natural Resources. Appropriations, and the
|
| 1154 |
+
33 Administrator of the Land Registration Authority, as members.
|
| 1155 |
+
|
| 1156 |
+
34 The authorized positions created therein shall be filled by regular
|
| 1157 |
+
35 appointment by the President of the Administrator, as the case may be:
|
| 1158 |
+
36 Provided, that in the filling of position created, the Administrator shall create
|
| 1159 |
+
|
| 1160 |
+
|
| 1161 |
+
34
|
| 1162 |
+
|
| 1163 |
+
35
|
| 1164 |
+
|
| 1165 |
+
36
|
| 1166 |
+
|
| 1167 |
+
7
|
| 1168 |
+
|
| 1169 |
+
an ad hoc committee composed of management and staff of the
|
| 1170 |
+
concerned agencies to ensure that preference shall be given to the
|
| 1171 |
+
Personnel of the agencies affected by the restructuring provided in this Act:
|
| 1172 |
+
Provided, further, that such individuals comply with the qualification
|
| 1173 |
+
standards set by Civil Service Commission (CSC) for the positions they shall
|
| 1174 |
+
be appointed to: Provided, finally that if such individual possesses the same
|
| 1175 |
+
qualifications, seniority shall be given priority.
|
| 1176 |
+
|
| 1177 |
+
SEC. 31. Transfer of Personnel. - Considering their expertise, technical skills
|
| 1178 |
+
and experience, all incumbent officials and employees of the Land
|
| 1179 |
+
Registration Authority and affected agencies shall be retained. To ensure a
|
| 1180 |
+
smooth transition, all incumbent personnel of the DENRs LMB/LMS, NAMRIA,
|
| 1181 |
+
LRA-RoD and other existing attached agencies shall continue to perform
|
| 1182 |
+
their present duties and functions as interim personnel of the Authority until
|
| 1183 |
+
such time, being not later than twelve {12} months from the effectivity of
|
| 1184 |
+
this Act, that they have been appointed as regular staff of the Authority
|
| 1185 |
+
based on the new staffing pattern, or separated from the service:
|
| 1186 |
+
Provided, That such personne! shall be appointed by the Administrator, or
|
| 1187 |
+
his/her duly authorized representative, on the basis of merit, fitness, and
|
| 1188 |
+
seniority: Provided, moreover, That except for the position of Administrator
|
| 1189 |
+
and Deputy Administrators, there shall be no hiring of new personnel for the
|
| 1190 |
+
Authority.
|
| 1191 |
+
|
| 1192 |
+
SEC. 32. Separation from the Service and Benefits. — Personne! who are not
|
| 1193 |
+
offered appointment under the new staffing pattem of the Authority on at
|
| 1194 |
+
least equivalent terms and conditions as their present employment within
|
| 1195 |
+
twelve months of the effectivity of this Act or who opt to be separated
|
| 1196 |
+
and/or phased out from the service shall be entitled to a gratuity, at a rate
|
| 1197 |
+
equivalent to the following:
|
| 1198 |
+
|
| 1199 |
+
1. Two and one-half (2 %) months basic salary for every
|
| 1200 |
+
year of service for the fist twenty (20) years;
|
| 1201 |
+
|
| 1202 |
+
2. Two and three-fourths (2 %) months basic salary for
|
| 1203 |
+
every additional year of service from the twenty-first
|
| 1204 |
+
(215) to the thirtieth (30') year of service;
|
| 1205 |
+
|
| 1206 |
+
3. Three (3) months basic salary for every additional year
|
| 1207 |
+
of service from the thirty-first (315) year of service and
|
| 1208 |
+
onwards.
|
| 1209 |
+
|
| 1210 |
+
In addition, affected personnel shall receive other benefits as may
|
| 1211 |
+
be authorized by existing laws and regulations. Furthermore, they
|
| 1212 |
+
|
| 1213 |
+
|
| 1214 |
+
33
|
| 1215 |
+
|
| 1216 |
+
34
|
| 1217 |
+
|
| 1218 |
+
35
|
| 1219 |
+
|
| 1220 |
+
36
|
| 1221 |
+
|
| 1222 |
+
7
|
| 1223 |
+
|
| 1224 |
+
shalt be entitled to the refund of their contributions including
|
| 1225 |
+
government share fo the Home Development Mutual Fund (PAG-
|
| 1226 |
+
IBIG) and the Government Service Insurance System (GSIS} and to
|
| 1227 |
+
the commutation of their unused vacation and sick leaves in
|
| 1228 |
+
accordance with existing rules and regulations. Government
|
| 1229 |
+
personne! who are separated as a result of the integration of the
|
| 1230 |
+
aforecited offices and who have the required qualifications, shall be
|
| 1231 |
+
given priority in the hiring of personnel in any agency of the
|
| 1232 |
+
government including government-owned and/or controlled
|
| 1233 |
+
corporation and govemment financial institution. Employees who
|
| 1234 |
+
are qualified to retire shall be allowed to retire and be entitled to all
|
| 1235 |
+
benefits provided under any of the existing retirement laws.
|
| 1236 |
+
SEC. 33. Separation Fund. - There is hereby established a “one-time”
|
| 1237 |
+
separation fund in the amount of Two Billion Pesos (P2.000,000,000.00} to
|
| 1238 |
+
pay the separation benefits herein provided: Provided, That the fund shail
|
| 1239 |
+
be used exclusively to pay for the separation benefits: Provided further,
|
| 1240 |
+
That within two years after the effectivity of this Act, any unutilized amount
|
| 1241 |
+
of the separation fund shail be reverted to the National Treasury.
|
| 1242 |
+
SEC. 34, Unexpended Appropriations and Transfer of Assets. - The
|
| 1243 |
+
unexpended balances of appropriations in the cument General
|
| 1244 |
+
Appropriations Act and other Acts in force upon approval hereof,
|
| 1245 |
+
pertaining to, heid, or used by, or available to the LRA and RoD, NAMRIA
|
| 1246 |
+
and other attached agencies and such other unexpended balances of
|
| 1247 |
+
appropriations as may be deemed appropriate by the Department of
|
| 1248 |
+
Budget and Management are hereby transferred to the Authority.
|
| 1249 |
+
|
| 1250 |
+
CHAPTER V
|
| 1251 |
+
|
| 1252 |
+
FUNDING
|
| 1253 |
+
SEC, 35. Funding Source - The amount needed for the initial
|
| 1254 |
+
implementation of this Act shall be charged against the current year's
|
| 1255 |
+
appropriations of Lands Management Bureau (LMB), Lands Management
|
| 1256 |
+
Services (LMS) Land Registration Authority (LRA) and National Mapping and
|
| 1257 |
+
Resource Information Agency (NAMRIA), and other attached agencies.
|
| 1258 |
+
Thereafter, such sums as may be necessary for the continved
|
| 1259 |
+
implementation of this Act shall be included in the annual General
|
| 1260 |
+
Appropriations Act.
|
| 1261 |
+
SEC. 36, Additional Funding — Subject to the existing rules and regulations,
|
| 1262 |
+
|
| 1263 |
+
|
| 1264 |
+
20
|
| 1265 |
+
2
|
| 1266 |
+
22
|
| 1267 |
+
23
|
| 1268 |
+
24
|
| 1269 |
+
25
|
| 1270 |
+
|
| 1271 |
+
a7
|
| 1272 |
+
|
| 1273 |
+
29
|
| 1274 |
+
30
|
| 1275 |
+
31
|
| 1276 |
+
32
|
| 1277 |
+
33
|
| 1278 |
+
34
|
| 1279 |
+
35
|
| 1280 |
+
|
| 1281 |
+
36
|
| 1282 |
+
|
| 1283 |
+
we
|
| 1284 |
+
|
| 1285 |
+
the funds and monies collected or which otherwise come into possession of
|
| 1286 |
+
the Authority from administrative fees, surcharges, fines and penalties which
|
| 1287 |
+
the Authority may impose and collect under this Act and under the
|
| 1288 |
+
provisions of Presidential Decree 1529, as well as an amount to be
|
| 1289 |
+
determined “at the beginning of every calendar year representing all
|
| 1290 |
+
incomes derived from the operation of the Authority shall be automatically
|
| 1291 |
+
appropriated and shall be available for all expenses necessary for the
|
| 1292 |
+
implementation of this Act.
|
| 1293 |
+
|
| 1294 |
+
CHAPTER VI
|
| 1295 |
+
MISCELLANEOUS AND FINAL PROVISIONS
|
| 1296 |
+
|
| 1297 |
+
SEC. 37, Use of Income - The authority is hereby authorized to use twenty
|
| 1298 |
+
percent (20%) of all revenues derived from fees, charges, and other sources
|
| 1299 |
+
for purposes of financing its projects. However, subject to existing auditing
|
| 1300 |
+
and budgeting regulations, the Administrator of the Authority may set aside
|
| 1301 |
+
and disburse fifty per cent (50%) of the twenty per cent (20%) to effect
|
| 1302 |
+
monetary incentives to its officials and employees either in cash or non-
|
| 1303 |
+
cash benefits.
|
| 1304 |
+
|
| 1305 |
+
SEC. 38. Exemption from the Salary Standardization Law and Attrition Law. -
|
| 1306 |
+
The Authority is hereby exempted from the provision of RA 6758, otherwise
|
| 1307 |
+
known as Salary Standardization Law, and RA 7430, otherwise known as
|
| 1308 |
+
Attrition Law.
|
| 1309 |
+
|
| 1310 |
+
SEC 39, Assurance Fund - A special account within the Authority is hereby
|
| 1311 |
+
created for the entire receipts of the Assurance Funds, which shall no longer
|
| 1312 |
+
be remitted to the National Treasury as provided for in Sec. 94 of PD No.
|
| 1313 |
+
1529. The Administrator is authorized to invest the said funds through the
|
| 1314 |
+
procurement of the Central Bank bonds or securities, and the interest of
|
| 1315 |
+
which shall accrue to the income of the Authority and shail likewise, be
|
| 1316 |
+
utilized and divided equally as dividends among officials and employees of
|
| 1317 |
+
the Authority.
|
| 1318 |
+
|
| 1319 |
+
SEC. 40. indemnification and Responsibilities - The Authority shall indemnify
|
| 1320 |
+
the Administrator and other officials of the Authority, including Land
|
| 1321 |
+
Registration Officers and Deputy Land Registration Officers and personnel
|
| 1322 |
+
performing supervision and examination functions for all costs and expenses
|
| 1323 |
+
reasonably incurred by such persons in connection with any civil or criminal
|
| 1324 |
+
actions, suits or proceedings to which they may be or made a party by
|
| 1325 |
+
|
| 1326 |
+
|
| 1327 |
+
20
|
| 1328 |
+
|
| 1329 |
+
21
|
| 1330 |
+
2
|
| 1331 |
+
2
|
| 1332 |
+
24
|
| 1333 |
+
|
| 1334 |
+
25
|
| 1335 |
+
26
|
| 1336 |
+
a7
|
| 1337 |
+
28
|
| 1338 |
+
29
|
| 1339 |
+
|
| 1340 |
+
30
|
| 1341 |
+
|
| 1342 |
+
31
|
| 1343 |
+
|
| 1344 |
+
32
|
| 1345 |
+
|
| 1346 |
+
33
|
| 1347 |
+
34
|
| 1348 |
+
|
| 1349 |
+
21
|
| 1350 |
+
reason of the performance of their functions or duties, unless they are finally
|
| 1351 |
+
adjudged in such actions or proceedings to be liable for gross negligence
|
| 1352 |
+
or misconduct,
|
| 1353 |
+
|
| 1354 |
+
In the event of setttement or compromise, indemnification shall be
|
| 1355 |
+
provided only in connection with such matters covered by the settlement as
|
| 1356 |
+
to which the Authority is advised by external counsel that the persons to be
|
| 1357 |
+
indemnified did not commit any gross negligence or misconduct.
|
| 1358 |
+
|
| 1359 |
+
The costs and expenses incurred in defending the aforementioned
|
| 1360 |
+
action, suit or proceeding may be paid by the Authority in advance of the
|
| 1361 |
+
final disposition of such action, suit or proceeding upon receipt of an
|
| 1362 |
+
undertaking by or on behalf of the Administrator, officer or employee to
|
| 1363 |
+
repay the amount advanced should it ultimately be determined by the
|
| 1364 |
+
Authority that he/she is not entitled to be indemnified as provided in this
|
| 1365 |
+
subsection.
|
| 1366 |
+
|
| 1367 |
+
SEC.41. Authority to use an Automated Land Registration System - To
|
| 1368 |
+
carry out the above-stated policy, the Land Administration Authority, herein
|
| 1369 |
+
referred to as the Authority, is hereby authorized to use an automated fand
|
| 1370 |
+
registration system, herein referred to as the System, for the processing of
|
| 1371 |
+
Certificate of Title in an expeditious registration system, and other
|
| 1372 |
+
documents necessary as required by PD 1529 and other related iaws.
|
| 1373 |
+
|
| 1374 |
+
To achieve the purpose of this Act, the Authority is authorized to
|
| 1375 |
+
purchase, lease or enter into contract and/or hire services needed for the
|
| 1376 |
+
implementation of computerized registration through out the country using
|
| 1377 |
+
|
| 1378 |
+
the automated machine.
|
| 1379 |
+
|
| 1380 |
+
SEC. 42. Procurement of Equipment and Materials — The Authority shall
|
| 1381 |
+
purchase or tease automated machine, computer equipment, devices and
|
| 1382 |
+
materials needed for land registration and scanning documents from any
|
| 1383 |
+
local or foreign domestic corporation, free from taxes and import duties,
|
| 1384 |
+
subject to accounting and auditing rules and regulations.
|
| 1385 |
+
|
| 1386 |
+
SEC. 43. Land Administration One Stop Processing Centers - For purposes of
|
| 1387 |
+
low cost, economic and speedy land administration, the Authority shall
|
| 1388 |
+
establish Land Administration One-Stop Processing Centers (LAOSPs) in the
|
| 1389 |
+
regions, which shail centralize the processing and issuance of all required
|
| 1390 |
+
permits, clearances and other related documents. Requirements for
|
| 1391 |
+
|
| 1392 |
+
|
| 1393 |
+
21
|
| 1394 |
+
|
| 1395 |
+
22
|
| 1396 |
+
|
| 1397 |
+
2
|
| 1398 |
+
|
| 1399 |
+
24
|
| 1400 |
+
|
| 1401 |
+
25
|
| 1402 |
+
|
| 1403 |
+
26
|
| 1404 |
+
|
| 1405 |
+
a
|
| 1406 |
+
|
| 1407 |
+
28
|
| 1408 |
+
|
| 1409 |
+
29
|
| 1410 |
+
|
| 1411 |
+
u
|
| 1412 |
+
|
| 1413 |
+
32
|
| 1414 |
+
|
| 1415 |
+
33
|
| 1416 |
+
|
| 1417 |
+
34
|
| 1418 |
+
|
| 1419 |
+
35
|
| 1420 |
+
|
| 1421 |
+
registration of land titles and deeds shall be limited only to those provided
|
| 1422 |
+
for in PD 1529 and Act 496, All other requirements for registration provided
|
| 1423 |
+
for under existing statutes, circulars, regulations and issuances of other
|
| 1424 |
+
agencies inconsistent with this provision shall be rendered inoperative. Any
|
| 1425 |
+
imposition of additional registration requirements shall be the sole and
|
| 1426 |
+
exclusive prerogative of the Authority. All agencies involved in the issuance
|
| 1427 |
+
of clearances, permits shall be represented in the One-Stop Processing
|
| 1428 |
+
Centers and shall assign to LAOSP regional centers personnel who shall be
|
| 1429 |
+
sufficiently authorized to process and issue the same.
|
| 1430 |
+
|
| 1431 |
+
SEC. 44. Disclosure and Divestment of Financial Interest ~ Before assumption
|
| 1432 |
+
into ottice, the Administrator, the Deputy Administrators, the Department
|
| 1433 |
+
Directors, Land Registration Officers, shail submit to the CSC a list of all
|
| 1434 |
+
companies, partnership or business enterprises, including non-profit
|
| 1435 |
+
organizations, in which they or any immediate member of their families
|
| 1436 |
+
within the second degree of consanguinity or affinity, have any form of
|
| 1437 |
+
financial interest or employment relationship, including consultancy:
|
| 1438 |
+
Provided, However, That all other forms of employment relationship held by
|
| 1439 |
+
the heads of the Offices of the Authority shall immediately be terminated
|
| 1440 |
+
upon assumption into office.
|
| 1441 |
+
|
| 1442 |
+
SEC. 45. Relationship with Other Government Departments - The Authority
|
| 1443 |
+
and its priority projects shall enjoy preferential attention from the DENR,
|
| 1444 |
+
DAR, DA and the LGUs, relative to the issuance of necessary permits,
|
| 1445 |
+
clearances necessary for the implementation of programs and projects.
|
| 1446 |
+
SEC. 46, Mandatory Review Two (2) Years after the Enactment of this Act. ~
|
| 1447 |
+
The Authority shall review the mandates of the restructure agencies and
|
| 1448 |
+
recommend necessary legislation to insure consistency with the policy of
|
| 1449 |
+
this Act and avoid duplication of functions or any other dysfunction within
|
| 1450 |
+
the Agency.
|
| 1451 |
+
|
| 1452 |
+
SEC. 47. Separability Clause - Should any provision of this Act or any part
|
| 1453 |
+
thereof be declared unconstitutional or invalid by a court, the other
|
| 1454 |
+
provisions hereof which are not affected thereby, shall remain in force and
|
| 1455 |
+
effect.
|
| 1456 |
+
|
| 1457 |
+
SEC. 48, Repealing Clause - The pertinent provisions of CARL and IPRA with
|
| 1458 |
+
regard to the conduct of survey, approval of survey results, preparation
|
| 1459 |
+
and issuance of tenure instruments, and the provisions of PD 1529
|
| 1460 |
+
pertaining to the assurance fund are hereby amended.
|
| 1461 |
+
|
| 1462 |
+
|
| 1463 |
+
2B
|
| 1464 |
+
|
| 1465 |
+
All other laws, decrees, orders, instructions, proclamations, rules and
|
| 1466 |
+
regulations of parts thereof, including pertinent provisions of Executive
|
| 1467 |
+
Order No. 192 and its related rules and regulations; and the Administrative
|
| 1468 |
+
Code of 1987, which are inconsistent with any provision of this Act, are
|
| 1469 |
+
hereby repealed, modified, or amended accordingly.
|
| 1470 |
+
SEC. 49. Effectivity — This Act shall take effect fifteen (15) days following its
|
| 1471 |
+
complete publication in at least two (2) national newspapers of general
|
| 1472 |
+
circulation.
|
| 1473 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00005.txt
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
House Resolution No. __05_
|
| 9 |
+
|
| 10 |
+
Introduced by Rep. SALACNIB F. BATERINA
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The law on infidelity in the custody of prisoners is of 1930
|
| 15 |
+
vintage. The penalties considered harsh and cruel during those days
|
| 16 |
+
are probably too tame in today’s milieu where crimes of unparalleled
|
| 17 |
+
cruelty have become a daily occurrence. At the same time, the
|
| 18 |
+
escape of prisoners or the flight of criminals who are virtually
|
| 19 |
+
captured has very often scandalized society. The government
|
| 20 |
+
official or employee who has charge of a prisoner more often commit
|
| 21 |
+
such infidelity in the custody because the penalty for such a
|
| 22 |
+
dastardly act is light, and therefore, the lure to illegally free a
|
| 23 |
+
prisoner through bribery is very great if not too tempting. One who
|
| 24 |
+
frees a prisoner is part of the commission of the offense perpetrated
|
| 25 |
+
by the prisoner, A guard who frees an inmate not only participates
|
| 26 |
+
Post litem to the commission of the crimes of the offender but
|
| 27 |
+
turned traitor to the government and the laws he is sworn to protect
|
| 28 |
+
and respect.
|
| 29 |
+
|
| 30 |
+
In the Penal Code the penaity for the crime- of freeing a
|
| 31 |
+
convicted prisoners by their guard/keepers is prision correctional in
|
| 32 |
+
its medium to its maximum period, therefore, the penalty begins at
|
| 33 |
+
two (2) years and one day to 6 years. However for the crime oe
|
| 34 |
+
infidelity in the custody of prisoners who are merely in detention,
|
| 35 |
+
the penalty is prision correctional in its minimum period, which is 6
|
| 36 |
+
months and one day to two (2) years. The emphasis of the imposition
|
| 37 |
+
of the penalty is based on whether the prisoner is convicted or
|
| 38 |
+
merely in detention. To us, this categorization is not proper and is
|
| 39 |
+
insufficient because it is not based on the gravity of the offense of
|
| 40 |
+
the prisoner. True, the accused is deemed innocent until he is
|
| 41 |
+
convicted. But today, there are occurrence of crimes that are so
|
| 42 |
+
odious and atrocious that it despoils the human being and violate
|
| 43 |
+
the sensibilities of man.
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
The commission of crimes that are heinous, like murder, the
|
| 47 |
+
massacre or the extermination of a family, terrorism, genocide by
|
| 48 |
+
the use of weapon of mass destruction like dynamite and explosion
|
| 49 |
+
have become nightmares which threaten the stability of the
|
| 50 |
+
government. Yet every now and then we are scandalized by the
|
| 51 |
+
rampant escape of those accused of terrorism, economic sabotage,
|
| 52 |
+
massacre and similar terrible felonies from their high security
|
| 53 |
+
incarceration while the officials and the personnel in charge of the
|
| 54 |
+
detainee literally go scot-free because the highest penalty they can
|
| 55 |
+
be meted out is two years imprisonment. Society must therefore act
|
| 56 |
+
through the law-making body of the government. The imposition of a
|
| 57 |
+
steeper penalty is but a defense of society against government
|
| 58 |
+
officials and employees who desecrate their duty as care takers of
|
| 59 |
+
detention prisoners. it is not only valid but logical as dictated by
|
| 60 |
+
necessity that the penalty of the crime of infidelity of a custodian
|
| 61 |
+
be made in proportion to the gravity of the crimes of the illegally
|
| 62 |
+
freed offender.
|
| 63 |
+
|
| 64 |
+
The approval of this bill into law at the earliest possible time
|
| 65 |
+
is our paramount concern.
|
| 66 |
+
|
| 67 |
+
SALACNIB F. RINA
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
Republic of the Philippines
|
| 71 |
+
HOUSE OF REPRESENTATIVES
|
| 72 |
+
Quezon City
|
| 73 |
+
|
| 74 |
+
THIRTEENTH CONGRESS
|
| 75 |
+
First Regular Session
|
| 76 |
+
|
| 77 |
+
House Bill No. 05
|
| 78 |
+
|
| 79 |
+
Introduced by Rep. SALACNIB F. BATERINA
|
| 80 |
+
|
| 81 |
+
AN ACT DEFINING THE CRIME OF BETRAYAL OF DUTY IN THE CUSTODY OF
|
| 82 |
+
PRISONERS PROVIDING FOR ADDITIONAL RULES ON THE IMPRISONMENT,
|
| 83 |
+
DETENTION, CONFINEMENT AND CUSTODY OF PRISONERS AND DETAINEES,
|
| 84 |
+
SPECIFYING ADDITIONAL WORK AND RESPONSIBILITIES OF GOVERNMENT
|
| 85 |
+
PERSONNEL CHARGED WITH THE CUSTODY OF SUCH PRISONERS AND
|
| 86 |
+
‘STATING THE PENALTIES THEREFORE, AND FOR OTHER PURPOSES
|
| 87 |
+
|
| 88 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in
|
| 89 |
+
Congress assembled:
|
| 90 |
+
|
| 91 |
+
SECTION 1. Any provision of law to the contrary not withstanding, the crime
|
| 92 |
+
of betrayal of duty in the custody of prisoners and detained persons is hereby
|
| 93 |
+
defined as an act or series of acts whereby a person or persons charged with
|
| 94 |
+
the custody of prisoners, detained persons under preventive imprisonment,
|
| 95 |
+
persons arrested in the act of committing a crime. persons who are wanted in
|
| 96 |
+
foreign countries by which the Philippines has a treaty of reciprocity for
|
| 97 |
+
extradition, persons who committed heinous crimes, terrorist and war criminals or
|
| 98 |
+
one engaged in economic sabotage, shall allow without legal justification the
|
| 99 |
+
escape of such prisoner or persons similarly situated shall be punished with a
|
| 100 |
+
penalty which is one degree lower than the penalty imposed for the offense
|
| 101 |
+
which the detainee is charged wit or convicted of, PROVIDED THAT in no case
|
| 102 |
+
|
| 103 |
+
shall the penalty imposed be lower than prision correctional in its minimum
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
20
|
| 107 |
+
|
| 108 |
+
21
|
| 109 |
+
|
| 110 |
+
2
|
| 111 |
+
|
| 112 |
+
23
|
| 113 |
+
|
| 114 |
+
25
|
| 115 |
+
|
| 116 |
+
26
|
| 117 |
+
|
| 118 |
+
period. PROVIDED FURTHER THAT for the escape of a detainee wanted by a
|
| 119 |
+
foreign country, the penalty of prision corectional in its maximum period shall
|
| 120 |
+
be meted out, and, PROVIDED FURTHERMORE THAT for the escape of the
|
| 121 |
+
prisoners who are accused of the commission of heinous, terrorism, war crimes.
|
| 122 |
+
and economic sabotage, the penalty of life imprisonment shall be imposed
|
| 123 |
+
without any provision for parol, PROVIDED FINALLY THAT the persons convicted
|
| 124 |
+
of the crime of betrayal of duty in the custody of prisoners shall likewise suffer
|
| 125 |
+
special permanent disqualification if the detainee shall have been convicted or
|
| 126 |
+
who has admitted his guilt in open court, even if the decision of conviction has
|
| 127 |
+
not been rendered.
|
| 128 |
+
|
| 129 |
+
SECTION 2. In addition to the requirement considered necessary in the
|
| 130 |
+
custody of prisoners, imposed by present rules and regulations, the office or
|
| 131 |
+
institution for high risk detainees, shall establish or add to existing rules, a record
|
| 132 |
+
of the time the detained person was accepted by the institution, name of the
|
| 133 |
+
persons guarding the detainee or detainees, the time and date there were turn
|
| 134 |
+
over of guards, properly signed and acknowledged by said personnel guarding
|
| 135 |
+
the detainee(s), the movement of the detainees from and to his room or cell
|
| 136 |
+
of detention, his transfer from one institution or detention to another and such
|
| 137 |
+
record shall at all time be properly signed and acknowledged in the said
|
| 138 |
+
records by the persons ort person in custody.
|
| 139 |
+
|
| 140 |
+
SECTION 3. Person, though not in charge of the detainee, who enjoys a
|
| 141 |
+
higher rank than the custodian of the prisoner who shall cause, ald, abet and
|
| 142 |
+
facilitate the escape of a detainee, shall suffer the same penalty as the persons
|
| 143 |
+
who are in custody of the prisoner but that in imposing the penalty, the court or
|
| 144 |
+
tribunal shall impose the same in its maximum period, where the same is
|
| 145 |
+
|
| 146 |
+
divisible. Provided, however, that the court shall , in every case, impose
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
2
|
| 150 |
+
|
| 151 |
+
3
|
| 152 |
+
|
| 153 |
+
4
|
| 154 |
+
|
| 155 |
+
penalties under this Act in the degree that will be fair and umane as the case
|
| 156 |
+
may be.
|
| 157 |
+
|
| 158 |
+
SECTION 4. This Act shall take effect fifteen (15) days from its publication in
|
| 159 |
+
at least two newspapers of general circulation in the Philippines.
|
| 160 |
+
|
| 161 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00006.txt
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
06
|
| 8 |
+
|
| 9 |
+
House BillNo.
|
| 10 |
+
|
| 11 |
+
Introduced by SALACNIB F. BATERINA
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
The Philippine Penal System's method of retributive justice is vengeful and
|
| 16 |
+
barbaric, Reminiscent of the Lex Talionis, which e enunciates the old system of sanction
|
| 17 |
+
simplified as "eye for an eye”, a tooth for a tooth”, is blatantly contradictory to the
|
| 18 |
+
higher values of law and justice. The state surely must NOT answer the criminal with his
|
| 19 |
+
‘own weapon: Destruction. Punishment for punishment ‘s sake is repugnant to civilized
|
| 20 |
+
men. And whether it be the ultimate or most minor penalty, it has to be the by-product to
|
| 21 |
+
our society’s system of control and not its purpose.
|
| 22 |
+
|
| 23 |
+
As a Catholic country, we know the value of human life; that it is precious as to be
|
| 24 |
+
worth a lifetime job of rehabilitation, Since it is wrong to kill, the State should not set the
|
| 25 |
+
example and be the first to respect human life, for an execution of a convict is a self-
|
| 26 |
+
mutilation of the State. it is not empowered to eliminate a citizen, for when it does, it
|
| 27 |
+
does not to erase a crime but rather repeats it.
|
| 28 |
+
|
| 29 |
+
The existence of the death penalty in our penal system debases justice, for it
|
| 30 |
+
falsifies criminal proceedings by taking on the character of a tragi-comedy. Capital
|
| 31 |
+
punishment is a form of cruelty and inhumanity unworthy of a society which claims to be
|
| 32 |
+
humane. Since the death penalty is irrevocable, and judicial error is always possible, the
|
| 33 |
+
penalty appears as an unpardonable crime committed by society on its citizens. It is no
|
| 34 |
+
more than a lazy answer which j\hinders the search for effective means of curbing crime
|
| 35 |
+
and for a rational system of prevention. Loom
|
| 36 |
+
|
| 37 |
+
Again, for our being a Christian country, we should remember that murder of Cain
|
| 38 |
+
and Abel was not punished with death, for as it was written in the Gospel, vengeance in
|
| 39 |
+
not ours but God’s.
|
| 40 |
+
|
| 41 |
+
A segment of our people may say that the crimes that have proliferated are now
|
| 42 |
+
too heinous to be meted with just an imprisonment for life. “The arguments goes back to
|
| 43 |
+
the old absolute theory of retribution or expiation as a means of sanction for an offense
|
| 44 |
+
(quia pecatum est). The Anglo-American criminalists have’abandoned the idea of
|
| 45 |
+
retribution and punishment and substituted it with treatment, based on a study of the
|
| 46 |
+
Personality of the convict.” (Aquino, RC THE REVISED PENAL CODE, Vol. |, p. 586, 1997) A
|
| 47 |
+
crime is not the end result of just one environmental circumstance in the life of a felon. It
|
| 48 |
+
is the multi-excrescence of the environment and society working on a misplaced
|
| 49 |
+
individual.
|
| 50 |
+
|
| 51 |
+
it is likewise further argued that there are more than 500 death convicts now
|
| 52 |
+
|
| 53 |
+
housed in our national penitentiary, therefore to support these convicts during his natural
|
| 54 |
+
lifetime is too uneconomical. And therefore their elimination can save a lot of public
|
| 55 |
+
|
| 56 |
+
Page 1 of 2
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
money which could fund priority programs of government. We say this is the worst
|
| 60 |
+
argument that can be leveled against the abolition of capital punishment. It is the
|
| 61 |
+
argument of materialism and does not sit well with all the religions, whether Christian or
|
| 62 |
+
of other beliefs in our country.
|
| 63 |
+
|
| 64 |
+
People further ask: "How can you reform a rapist of his child?” We say “Could it
|
| 65 |
+
not be that the criminal act was the outcome of the felon’s illegal drugs?” Therefore he
|
| 66 |
+
still can be rehabilitated. Yet rehabilitation is not the answer. Killing by the state as we
|
| 67 |
+
herein before stated fs w\answering the criminal with his chosen weapon.
|
| 68 |
+
|
| 69 |
+
Consistent, therefore with the Government’s aim of lifting up the dignity and
|
| 70 |
+
intrinsic value of the Filipino through its various rehabilitation programs, convicted
|
| 71 |
+
criminals, being by-products of their environment, should also be given the opportunity
|
| 72 |
+
for rehabilitation, but by considering his potentials for reformation and rehabilitation. It is
|
| 73 |
+
for this reason, and parallel to the aspirations of the Macapagal-Arroyo administration in
|
| 74 |
+
enhancing the poor Filipino’s worth, (as it is well known that the vast majority in the
|
| 75 |
+
convicts are the poor.) towards his neighbors and with himself. That the government
|
| 76 |
+
should apply a punishment which does not prevent a convict from ever coming to a
|
| 77 |
+
realization of ethical and moral values, even if he may realize them only through
|
| 78 |
+
strenuous work and the fulfillment of duties within the narrow confines of prison
|
| 79 |
+
community.
|
| 80 |
+
|
| 81 |
+
Not only for the aforementioned reasons must we regard the proposal to abolish
|
| 82 |
+
the capital punishment as urgent, but more so because it precludes reparation for a
|
| 83 |
+
wrongful conviction; it hampers preventive and remedial action; it dares , rather than
|
| 84 |
+
deters hardened criminals; it glamorizes crime fort eh mentally unstable; it feeds some
|
| 85 |
+
debased press with brutal material, and breeds callous judges and counsels, but more
|
| 86 |
+
importantly, capital punishment is incompatible with the self-respect of a civilized nation.
|
| 87 |
+
|
| 88 |
+
Approval of this bill is urgently and anxiously solicited.
|
| 89 |
+
|
| 90 |
+
Province of/locos Sur
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
Republic of the Philippines
|
| 94 |
+
HOUSE OF REPRESENTATIVES
|
| 95 |
+
Quezon City
|
| 96 |
+
|
| 97 |
+
THIRTEENTH CONGRESS
|
| 98 |
+
First Regular Session
|
| 99 |
+
|
| 100 |
+
House Bill No. 06
|
| 101 |
+
|
| 102 |
+
— eee
|
| 103 |
+
Introduced by Rep. SALACNIB F. BATERINA
|
| 104 |
+
OO
|
| 105 |
+
|
| 106 |
+
AN ACT ABOLISHING THE DEATH PENALTY, REPEALING FOR THIS PURPOSE
|
| 107 |
+
REPUBLIC ACT NUMBERED 7659, AND AMENDING CERTAIN PROVISIONS OF
|
| 108 |
+
LAW THAT IMPOSE DEATH AS A PENALTY FOR CRIMES COMMITTED
|
| 109 |
+
|
| 110 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in
|
| 111 |
+
Congress assembled:
|
| 112 |
+
|
| 113 |
+
SECTION 1. If is hereby ordained that no court in the Philippines shall
|
| 114 |
+
impose death as a penalty for any crime or offense committed.
|
| 115 |
+
|
| 116 |
+
SEC. 2. In lieu of death penalty, courts must impose the maximum penalty
|
| 117 |
+
of reclusion perpetua or life imprisonment. Republic Act Numbered 7659 is
|
| 118 |
+
hereby repealed. All laws, decrees, rules and regulations or part thereof, which
|
| 119 |
+
are contrary to or inconsistent with this Act are hereby repealed accordingly.
|
| 120 |
+
|
| 121 |
+
SEC. 3. If any of the provisions of this Act is declared unconstitutional, the
|
| 122 |
+
remaining parts not affected thereby shall be in full force and effect.
|
| 123 |
+
|
| 124 |
+
SEC. 4. This Act shall take effect fifteen (15) days from its publication in at
|
| 125 |
+
least two newspapers of general circulation in the Philippines.
|
| 126 |
+
|
| 127 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00010.txt
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
FIRST REGULAR SESSION
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 10
|
| 9 |
+
|
| 10 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
Justice, even in heinous crimes, should not equate with killing the offender.
|
| 14 |
+
This bill seeks to abolish the death penalty for the following reasons:
|
| 15 |
+
|
| 16 |
+
1. The death penalty is the most “cruel, inhuman or degrading” punishment
|
| 17 |
+
and has no place in civilized society. Hence, the campaign of the United
|
| 18 |
+
Nations to persuade member-states to abolish capital punishment. To date
|
| 19 |
+
more than half of the countries in the world have done away with the death
|
| 20 |
+
penaity except for crimes against the State like treason or espionage.
|
| 21 |
+
|
| 22 |
+
2. Experience in countries which impose the death penalty has shown that this
|
| 23 |
+
severest punishment has failed as a deterrent to crime. Dr. Peter Albrecht,
|
| 24 |
+
Presiding Judge of the Criminal Circuit Court in Basel, Switzerland
|
| 25 |
+
unequivocally asserted that “neither on the basis of crime statistics nor by
|
| 26 |
+
any other method has it been possible to demonstrate convincingly that the
|
| 27 |
+
death penalty has a greater deterrent effect than long prison sentences,
|
| 28 |
+
Nowhere, for example, has a rise in homicide rate been observed as a result
|
| 29 |
+
of the abolition of the death penalty for murder, nor do I personally know of
|
| 30 |
+
any empirical studies which would indicate that executions have been able
|
| 31 |
+
to reduce the level of drug abuse.”
|
| 32 |
+
|
| 33 |
+
The US FBI Preliminary Uniform Crime Report 2002 revealed that murder
|
| 34 |
+
rates in southern states increased by 2.1% even though they account for
|
| 35 |
+
82% of all executions in the United States since 1976 while murder rates in
|
| 36 |
+
northeastern states which account for less than 1% of all executions have
|
| 37 |
+
actually decreased by almost 5%.
|
| 38 |
+
|
| 39 |
+
What prevents people from committing crimes is the certainty of
|
| 40 |
+
apprehension, speedy prosecution and if warranted, conviction.
|
| 41 |
+
|
| 42 |
+
3. Execution is a violent act that has a “brutalizing effect” which incites the
|
| 43 |
+
violent tendencies of criminals and even of the public. This was
|
| 44 |
+
demonstrated by the enraged clamor for the death of Leo Echagaray in
|
| 45 |
+
1999,
|
| 46 |
+
|
| 47 |
+
Dr. Iur Margrith Bigler-Eggenberger, Judge of the Federal Court of
|
| 48 |
+
Switzerland, in her Statement on the Death Penalty for Drug Offences
|
| 49 |
+
posited that the death penalty “increases the likelihood that drug dealers
|
| 50 |
+
will endanger law officers in the attempt to avoid capture. It even entails
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
the danger that drug addicts—children and young people included—who
|
| 54 |
+
often deal to support their own habits, will themselves be executed.”
|
| 55 |
+
|
| 56 |
+
The death penalty is retrogression to public vengeance even as it shuts out
|
| 57 |
+
rehabilitative justice. It forecloses the Opportunity for the offender to reform
|
| 58 |
+
and be able to contribute to the good of society once he or she is released
|
| 59 |
+
from prison.
|
| 60 |
+
|
| 61 |
+
The death penalty, in its ruthless disregard for human life, places the
|
| 62 |
+
government in an inconsistent position with regard to its commitment to the
|
| 63 |
+
Tule of law and the protection and promotion of human rights.
|
| 64 |
+
|
| 65 |
+
The act of killing is final. ‘Thus, a miscarriage of justice is irrevocable. A
|
| 66 |
+
Judicial error that confines the accused in prison for years can still be
|
| 67 |
+
rectified. Based on statistics on death convicts from the Bureau of
|
| 68 |
+
Corrections as of July 2001, forty-three (43) were acquitted, four hundred
|
| 69 |
+
twenty-six (426) had their death penalty modified to reclusion perpetua and
|
| 70 |
+
twelve (12) cases were remanded to the lower courts or set aside.
|
| 71 |
+
|
| 72 |
+
The death penalty is anti-poor. Failure to hire adequate legal counsel due to
|
| 73 |
+
Poverty contributes to unwarranted conviction of the accused and the
|
| 74 |
+
meting out of death sentences. A study on the socio-economic background
|
| 75 |
+
of 1010 death convicts in 2001 reveals that 481 (47.62%) are industrial and
|
| 76 |
+
Service workers, 316 (32.24%) agricultural workers, 116 (11.49%) other
|
| 77 |
+
low income earners and 24 (2.38%) are jobless constituting a total of 937
|
| 78 |
+
(93.73%).
|
| 79 |
+
|
| 80 |
+
Accordingly, approval of this measure is earnestly sought.
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
Republic of the Philippines
|
| 85 |
+
HOUSE OF REPRESENTATIVES
|
| 86 |
+
Quezon City, Metro Manila
|
| 87 |
+
|
| 88 |
+
THIRTEENTH CONGRESS
|
| 89 |
+
FIRST REGULAR SESSION
|
| 90 |
+
|
| 91 |
+
10
|
| 92 |
+
HOUSE BILL NO.
|
| 93 |
+
|
| 94 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 95 |
+
|
| 96 |
+
AN ACT
|
| 97 |
+
ABOLISHING THE DEATH PENALTY IN THE PHILIPPINES
|
| 98 |
+
|
| 99 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 100 |
+
Congress assembled:
|
| 101 |
+
|
| 102 |
+
SECTION 1. Death, as a penalty, is hereby abolished in the Philippines. For this
|
| 103 |
+
purpose, Articles 25, 40, 70, 71, 74 of the Revised Penal Code are expressly repealed,
|
| 104 |
+
amended or modified insofar as they provide for the penalty of death as a principal
|
| 105 |
+
penalty and for its accessory penalties under the Revised Penal Code. All other special
|
| 106 |
+
statutes that provide for the penalty of death shall be considered amended or modified
|
| 107 |
+
accordingly. Should the penalty of death be provided as the sole and mandatory penalty
|
| 108 |
+
in the special penal statute or the Revised Penal Code, the penalty shall be substituted
|
| 109 |
+
with that of reciusion perpetua or life imprisonment, as the case may be.
|
| 110 |
+
|
| 111 |
+
SEC. 2. Article 63 of the Revised Penal Code is hereby amended to read as
|
| 112 |
+
follows:
|
| 113 |
+
|
| 114 |
+
“Article 63. Rules for the Application of Indivisible Penalties. - In ali
|
| 115 |
+
cases in which the law prescribes a single indivisible penalty, it shall be
|
| 116 |
+
applied by the courts regardless of any mitigating or aggravating
|
| 117 |
+
circumstances that may have attended the commission of the deed.”
|
| 118 |
+
|
| 119 |
+
[In all cases in which the law prescribes a penalty composed of two
|
| 120 |
+
indivisible penalties, the following rules shall be observed in the
|
| 121 |
+
application thereof:
|
| 122 |
+
|
| 123 |
+
1, When in the commission of the deed there is present only one
|
| 124 |
+
aggravating circumstance, the greater penalty shall be applied.
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
2. When there are neither mitigating nor aggravating
|
| 128 |
+
circumstances in the commission of the deed, the lesser penalty shall be
|
| 129 |
+
applied.
|
| 130 |
+
|
| 131 |
+
3. When the commission of the act is attended by some mitigating
|
| 132 |
+
Circumstances and there is no aggravating circumstance, the lesser
|
| 133 |
+
penalty shall be applied.
|
| 134 |
+
|
| 135 |
+
4. When both mitigating and aggravating circumstances attended
|
| 136 |
+
the commission of the act, the court shall reasonably allow them to offset
|
| 137 |
+
one another in consideration of their number and importance, with the
|
| 138 |
+
Preceding rules, according to the result of such compensation.]
|
| 139 |
+
|
| 140 |
+
‘SEC. 3, Republic Act No. 7659, as amended by Republic Act No. 8177, and
|
| 141 |
+
all other laws inconsistent with this Act are hereby repealed or amended
|
| 142 |
+
|
| 143 |
+
accordingly.
|
| 144 |
+
|
| 145 |
+
SEC. 4. This Act shall take effect fifteen (15) days after its Publication in
|
| 146 |
+
two (2) newspapers of national circulation.
|
| 147 |
+
|
| 148 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00011.txt
ADDED
|
@@ -0,0 +1,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
Thirteenth Congress
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
House prt No. 11
|
| 9 |
+
|
| 10 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Enforced or involuntary disappearance is a sudden and forcible arrest, detention or
|
| 15 |
+
abduction of a person or group of persons who are actually or allegedly involved in social
|
| 16 |
+
transformation or in upholding and defending the civil, political, economic, social and
|
| 17 |
+
cultural rights of the people. It is perpetrated directly or indirectly by agents of the State
|
| 18 |
+
who refuse to disclose the whereabouts of the victims or to acknowledge the detention
|
| 19 |
+
with the intention of depriving them protection of the law for a prolonged period of time.
|
| 20 |
+
|
| 21 |
+
Involuntary disappearance “is one of the most cruel forms of human rights
|
| 22 |
+
violations. It violates not only thé-right to liberty and security of the person, the right
|
| 23 |
+
against “torture, force, violence, threat, intimidation..., secret detention places, solitary,
|
| 24 |
+
incommunicado or other forms of similar detention, which are guaranteed by the
|
| 25 |
+
Constitution, but practically all human rights including the right to life. The victims are
|
| 26 |
+
deprived of due process of law and are forced to éndure unimaginable indignities and
|
| 27 |
+
atrocities in the hands of the perpetrators.
|
| 28 |
+
|
| 29 |
+
The State resorts to involuntary disappearance to stifle dissent and to silence
|
| 30 |
+
political activists. The atrocious offense is practiced in no less that 65 States. In the
|
| 31 |
+
Philippines, The Families of Victims of Involuntary Disappearance (FIND) has already
|
| 32 |
+
documented 1,662 out of the 1,871 reported cases of enforced or. involuntary
|
| 33 |
+
disappearance as of March 2004. Of these cases 1,094- are still missing, 327 have
|
| 34 |
+
surfaced alive and 241 found dead. Eight hundred fifty-five (855) involuntarily
|
| 35 |
+
disappeared during the Marcos regime, 820 under the Aquino administration, 87 under
|
| 36 |
+
Ramos, 58 under Estrada and 51 under the Macapagal-Arroyo dispensation.
|
| 37 |
+
|
| 38 |
+
Involuntary disappearance may no longer be rampant but is still unabated. Not a
|
| 39 |
+
|
| 40 |
+
single case has been resolved. No perpetrator has been punished. No victim or his/her
|
| 41 |
+
family has been indemnified.
|
| 42 |
+
|
| 43 |
+
The families and relatives of some victims have filed in court 14 cases. In the
|
| 44 |
+
absence, however, of a law penalizing involuntary disappearance, the cases are lodged as
|
| 45 |
+
kidnapping, murder, serious illegal detention or a combination of the last two offenses. It
|
| 46 |
+
is, therefore, urgent to enact a special faw defining and penalizing enforced or
|
| 47 |
+
involuntary disappearance as a crime distinct from kidnapping, serious illegat detention or
|
| 48 |
+
fourder. Hence, this bill.
|
| 49 |
+
|
| 50 |
+
As its salient features this bill:
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
Adopts the United Nations definition of enforced or involuntary disappearance as an
|
| 54 |
+
‘act committed when the person is arrested, detained or abducted against his/her will
|
| 55 |
+
‘or otherwise deprived of his/her liberty by officials or employees of any branch,
|
| 56 |
+
subdivision, agency or instrumentality of Government or by organized groups or
|
| 57 |
+
private individuals acting on behalf of or with the support, direct or indirect, consent
|
| 58 |
+
or acquiescence of the Government, and who refuse to disclose the victims fate or to
|
| 59 |
+
acknowledge that he/she was detained, thus placing such person outside the
|
| 60 |
+
protection of the law;
|
| 61 |
+
|
| 62 |
+
Considers enforced or involuntary disappearance as a continuing offense as long as
|
| 63 |
+
the perpetrators continue to conceal the fate and the whereabouts of the persons
|
| 64 |
+
who have disappeared and the facts remain unverified;
|
| 65 |
+
|
| 66 |
+
Disallows time limitation for the prosecution of persons responsible for the
|
| 67 |
+
commission of enforced or involuntary disappearance;
|
| 68 |
+
|
| 69 |
+
Prescribes reclusion temporal or reclusion perpetua, depending on the gravity of the
|
| 70 |
+
offense, as penalties for enforced or involuntary disappearance;
|
| 71 |
+
|
| 72 |
+
Excludes perpetrators of enforced or involuntary disappearance from coverage of any
|
| 73 |
+
amnesty !aw or similar measures that will have the effect of exonerating the
|
| 74 |
+
offenders;
|
| 75 |
+
|
| 76 |
+
Holds the immediate commanding officer or equivalent senior officer of the
|
| 77 |
+
perpetrators of enforced or inVoluntary disappearance criminally liable for the same
|
| 78 |
+
offense; ~
|
| 79 |
+
|
| 80 |
+
Proscribes an order from a superior officer or public authority from being invoked as
|
| 81 |
+
justification for taking part in the commission of an enforced or involuntary
|
| 82 |
+
disappearance;
|
| 83 |
+
|
| 84 |
+
Entitles victims of involuntary disappearance who reappeared alive to monetary
|
| 85 |
+
compensation, rehabilitation, arid restitution of honor and reputation, the nearest of
|
| 86 |
+
kin of the victims may claim compensation under applicable laws and other financial
|
| 87 |
+
|
| 88 |
+
relief programs of Government without prejudice to other legal remedies that may be
|
| 89 |
+
available to them; .
|
| 90 |
+
|
| 91 |
+
Prohibits enforced or involuntary disappearance and the suspension of fundamental
|
| 92 |
+
safeguards for its prevention under all circumstances including political instability,
|
| 93 |
+
threat of war, state of war or other public emergency;
|
| 94 |
+
|
| 95 |
+
Proscribes “order of battle” as a ground for the commission of enforced or involuntary
|
| 96 |
+
disappearance;
|
| 97 |
+
|
| 98 |
+
Mandates holding of persons deprived of liberty only in officially recognized and
|
| 99 |
+
|
| 100 |
+
controlled places of detention where up-to-date registers of such persons shall be
|
| 101 |
+
maintained; ig
|
| 102 |
+
|
| 103 |
+
Requires competent representatives of the Commission on Human Rights to conduct
|
| 104 |
+
|
| 105 |
+
regular, independent, unannounced and unrestricted visits of inspection to all places
|
| 106 |
+
of detention;
|
| 107 |
+
|
| 108 |
+
Guarantees right information on the whereabouts of detained persons and access to
|
| 109 |
+
the places where they are held by their families, relatives, lawyers, judges and other
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
Persons with legitimate interest in such information and the condition of the
|
| 113 |
+
detainees;
|
| 114 |
+
|
| 115 |
+
* Provides for preventive suspension of perpetrators of enforced or involuntary
|
| 116 |
+
disappearance upon filing of information or complaint in the proper civilian court until
|
| 117 |
+
the promulgation of judgment;
|
| 118 |
+
|
| 119 |
+
¢ Holds perpetrators and State authorities which organized, acquiesced in or tolerated
|
| 120 |
+
enforced or Involuntary disappearance liable under civil law;
|
| 121 |
+
|
| 122 |
+
* Mandates appropriate government agencies to ensure the safety of the victims and all
|
| 123 |
+
Persons involved in the search, Investigation and Prosecution of enforced or
|
| 124 |
+
involuntary disappearance;
|
| 125 |
+
|
| 126 |
+
* Creates an enforced or involuntary disappearance fund sourced from the 2% of the
|
| 127 |
+
filing fees in civil cases and special Proceedings before all courts including the Court of
|
| 128 |
+
Appeals and the Supreme Court;
|
| 129 |
+
|
| 130 |
+
* Creates an Oversight Committee headed by a Commissioner of the Philippine
|
| 131 |
+
|
| 132 |
+
Commission on Human Rights to periodically oversee compliance with the Anti-
|
| 133 |
+
Disappearance Act.
|
| 134 |
+
|
| 135 |
+
This bill does not only seek to impose penalties on the perpetrators of enforced or
|
| 136 |
+
involuntary -disappearance. but also to provide greater protection. from this odious
|
| 137 |
+
transgression of human rights. ~~ =
|
| 138 |
+
|
| 139 |
+
Crimes committed by agents of the State against the very people they have sworn to
|
| 140 |
+
Protect are indeed reprehensible -acts that must be punished severely as the people’s
|
| 141 |
+
defenders become their assailants. The people vest the State with vast powers for the
|
| 142 |
+
protection of the people’s rights and the Promotion of their welfare. Thus, if the State
|
| 143 |
+
uses these powers to mastermind and execute wrongful and cruel acts, like enforced or
|
| 144 |
+
involuntary disappearance that deprive the people of the dignity that makes them
|
| 145 |
+
human, the State must be held fiable both criminally and civilly.
|
| 146 |
+
|
| 147 |
+
Accordingly, Congress is urged to Pass this legislation that seeks to institute remedies
|
| 148 |
+
that address violations of the tight of every person to be protected from enforced or
|
| 149 |
+
|
| 150 |
+
involuntary disappearance.
|
| 151 |
+
EDCEL Cc. —_
|
| 152 |
+
|
| 153 |
+
|
| 154 |
+
Republic of the Philippines
|
| 155 |
+
HOUSE OF REPRESENTATIVES
|
| 156 |
+
Quezon City, Metro Manila
|
| 157 |
+
|
| 158 |
+
‘Thirteenth Congress
|
| 159 |
+
First Regular Session
|
| 160 |
+
|
| 161 |
+
HOUSE BILLNO.__
|
| 162 |
+
|
| 163 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 164 |
+
|
| 165 |
+
AN ACT
|
| 166 |
+
DEFINING AND PENALIZING ENFORCED OR INVOLUNTARY DISAPPEARANCE AND FOR
|
| 167 |
+
OTHER PURPOSES.
|
| 168 |
+
|
| 169 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 170 |
+
assembled:
|
| 171 |
+
|
| 172 |
+
SECTION 1. Short Title - This Act shall be known as the “Anti-Enforced or Involuntary
|
| 173 |
+
Disappearance Act of 2004”.
|
| 174 |
+
|
| 175 |
+
SEC, 2. Declaration of Policy. - The State values the dignity of every human being and
|
| 176 |
+
guarantees full respect for human rights for which highest priority shall be given to the
|
| 177 |
+
enactment of measures for the enhancement of the right of the people to human dignity, the
|
| 178 |
+
prohibition against enforced or involuntary disappearance, the provision for penal and civil
|
| 179 |
+
sanctions for violations thereof, and compensation and rehabilitation of the victims and their
|
| 180 |
+
families. Further, no acts of torture, force, violence, threat or intimidation or any act which
|
| 181 |
+
vitiates the free will shall be employed against the person abducted, arrested, detained,
|
| 182 |
+
disappeared or otherwise removed from the effective protection of the law.
|
| 183 |
+
|
| 184 |
+
SEC. 3. Definition of Enforced or Involuntary Disappearance. - For purposes of
|
| 185 |
+
this Act, enforced or involuntary disappearance shal! be deemed committed when a person is
|
| 186 |
+
deprived of his/her liberty, in whatsoever form for political reason(s) by agents of the State or by
|
| 187 |
+
private persons or group of persons acting with the authorization, support or acquiescence of the
|
| 188 |
+
State, followed by an absence of information, or refusal to acknowledge the deprivation of iberty
|
| 189 |
+
and information, or concealment of the fate or whereabouts of the disappeared person thus
|
| 190 |
+
placing such person outside the protection of the law.
|
| 191 |
+
|
| 192 |
+
In the event the prosecution fails to prove political motive, the deprivation of liberty of the
|
| 193 |
+
victim who surfaces alive shalt be punishable as kidnapping under the Revised Penal Code. If the
|
| 194 |
+
victim is ‘subsequently: found dead or his/her disappearance persists for over three (3) years,
|
| 195 |
+
he/she is presumed killed by those responsible for his/her arrest or abduction, and the act of
|
| 196 |
+
enforced or Involuntary disappearance in elther case shall be punishable as murder.
|
| 197 |
+
|
| 198 |
+
SEC. 4. Permanent Prohibition of Enforced or Involuntary Disappearance. The
|
| 199 |
+
prohibition of enforced or involuntary disappearance and the fundamental safeguards for its
|
| 200 |
+
prevention shall not be suspended under any circumstances including political instability, threat of
|
| 201 |
+
war, state of war or other public emergencies.
|
| 202 |
+
|
| 203 |
+
SEC. 5. . “Order of Battle” Not Legal Ground for Enforced or Involuntary
|
| 204 |
+
Disappearance. - An “Order of Battle”, official or otherwise, issued by the military, police or
|
| 205 |
+
any law-enforcement agency of the Government, shall not justify an enforced or involuntary
|
| 206 |
+
|
| 207 |
+
disappearance and shall subject the perpetrators to the same corresponding penalties provided in
|
| 208 |
+
this Act.
|
| 209 |
+
|
| 210 |
+
|
| 211 |
+
SEC. 6. Right of Victim of Enforced or Involuntary Disappearance. - It shall be the
|
| 212 |
+
absolute right of a victim of enforced or involuntary disappearance to immediately inform his/her
|
| 213 |
+
family, relative, lawyer(s) or a human rights organization by all means that are available and
|
| 214 |
+
expeditious, by cellular phone, landline, courier, electronic mail, telegram, radio or other means,
|
| 215 |
+
‘on his or her whereabouts and condition,
|
| 216 |
+
|
| 217 |
+
SEC. 7. Duty of Person(s) Keeping, Arresting, or Detaining Victim(s) of Enforced
|
| 218 |
+
or Involuntary Disappearance. - Any person(s) keeping, arresting or detaining a victim of
|
| 219 |
+
enforced or involuntary disappearance or who shall leam or have information of such fact shall
|
| 220 |
+
have the duty to immediately report in writing on the circumstances and whereabouts of such
|
| 221 |
+
victim to the nearest office of the Philippine National Police (PNP), Armed Forces of the
|
| 222 |
+
Philippines (AFP), Department of the Interior and Local Government (DILG), Department of
|
| 223 |
+
National Defense (DND), the City or Provincial Public Prosecutor, the Commission on Human
|
| 224 |
+
Rights (CHR) as well as the victim's family, relatives, lawyer(s) or to a human rights organization
|
| 225 |
+
by the most expedient means.
|
| 226 |
+
|
| 227 |
+
SEC. 8. Duty of Person(s) to Certify in Writing on the Results of Inquiry into a
|
| 228 |
+
Possible Victim's Whereabouts. — In case a family member, relative, lawyer(s), human rights
|
| 229 |
+
organization or member of the media inquires with a member or official of any police or military
|
| 230 |
+
detention center, the PNP or any of Its agencies, the AFP or any of Its agencies, the NBI, or any
|
| 231 |
+
other agency or instrumentality of the Government, as well as any hospital or morgue, public or
|
| 232 |
+
private, on the presence or whereabouts of a reported victim of enforced or involuntary
|
| 233 |
+
disappearance, such member or official shall immediately issue a certification in writing to the
|
| 234 |
+
inquiring person or entity on the presence or absence and/or information on the whereabouts of
|
| 235 |
+
‘such possible victim.
|
| 236 |
+
|
| 237 |
+
SEC. 9, Duty of Inquest/fnvestigating Public Prosecutor or any Judicial or
|
| 238 |
+
Quasl-judicial Employee or Official, — Any Inquest or Investigating Public Prosecutor or any
|
| 239 |
+
judicial or quasi-judicial employee or official who learns of such disappearance and upon whom
|
| 240 |
+
the victim of enforced or Involuntary disappearance is delivered for inquest or preliminary
|
| 241 |
+
investigation or for any other judicial process, shall have the duty to immediately disclose such
|
| 242 |
+
circumstances and the victim’s whereabouts to his/her immediate family, relatives, or lawyer/s or
|
| 243 |
+
‘to a human rights organization by the most expedient means.
|
| 244 |
+
|
| 245 |
+
SEC. 10. Official Up-to-Date Register of All Persons Detained or Confined. All
|
| 246 |
+
persons deprived of liberty shall be held solely in officially recognized and controlled places of
|
| 247 |
+
detention or confinement where an official up-to-date register of such persons shall be
|
| 248 |
+
maintained. All information contained in the register shall be made available to the relatives,
|
| 249 |
+
tawyers, judges, official bodies and to all persons who have legitimate interest in the information.
|
| 250 |
+
|
| 251 |
+
SEC. 11. Visits of Inspection to All Places of Detention. Competent representatives
|
| 252 |
+
of the Commission on Human Rights shall conduct regular, independent, unannounced and
|
| 253 |
+
unrestricted visits of inspection to all places of detention and confinement.
|
| 254 |
+
|
| 255 |
+
SEC. 12. Liability of Commanding Officer. — The immediate Commanding Officer or
|
| 256 |
+
equivalent Senior Official shall be held liable for an enforced or Involuntary disappearance. Any
|
| 257 |
+
failure on his/her part, whether done with deliberate intent or negligence to avert an act of
|
| 258 |
+
enforced or involuntary disappearance shall be taken as evidence of conspiracy.
|
| 259 |
+
|
| 260 |
+
‘SEC. 13. Penal Provisions. - (a) The Penalty of reciusion perpetua shall be imposed
|
| 261 |
+
‘upon the following persons:
|
| 262 |
+
|
| 263 |
+
1, Those who directly committed the act of enforced or involuntary disappearance;
|
| 264 |
+
2. Those who directly forced, instigated, encouraged or induced others to commit the act
|
| 265 |
+
of enforced or involuntary disappearance;
|
| 266 |
+
3. Those who cooperated in the act of enforced or involuntary disappearance by
|
| 267 |
+
committing another act without which the act of enforced or involuntary disappearance would not.
|
| 268 |
+
have been carried out;
|
| 269 |
+
|
| 270 |
+
|
| 271 |
+
4. Those officials who allowed the act of enforced or involuntary disappearance when it is
|
| 272 |
+
within their power to stop the commission of such act;
|
| 273 |
+
|
| 274 |
+
5. Those who cooperated in the execution of the act of enforced or involuntary
|
| 275 |
+
disappearance by previous or simultaneous acts.
|
| 276 |
+
|
| 277 |
+
(b) The penalty of reclusion temporal shall be imposed upon those who attempt to commit
|
| 278 |
+
the offense of enforced or involuntary disappearance.
|
| 279 |
+
|
| 280 |
+
(©) The penalty of reclusion temporal shall also be imposed upon the persons who, having
|
| 281 |
+
knowledge of the act of enforced or involuntary disappearance, and without having participated
|
| 282 |
+
therein, either as principals or accomplices, took part subsequent to its commission in any of the
|
| 283 |
+
following manners:
|
| 284 |
+
1, by themselves profiting from or assisting the offender to profit from the effects of the
|
| 285 |
+
act of enforced or involuntary disappearance;
|
| 286 |
+
2. by concealing the act of enforced or involuntary disappearance, and/or destroying the
|
| 287 |
+
effects or instruments thereof, in order to prevent its discovery;
|
| 288 |
+
3. by harboring, concealing, or assisting in the escape of the principal(s) in the act of
|
| 289 |
+
enforced or involuntary disappearance, provided the accessory acts are done with the
|
| 290 |
+
abuse of the official’s public functions.
|
| 291 |
+
|
| 292 |
+
(d) The penalty of prision correccionat shall be imposed against any person who defies,
|
| 293 |
+
ignores, or unduly delays compliance with a habeas corpus proceeding filed on behalf of the
|
| 294 |
+
victim of enforced or Involuntary disappearance or to immediately follow or comply with an order
|
| 295 |
+
of release by virtue of such habeas corpus proceeding or other appropriate judicial order.
|
| 296 |
+
|
| 297 |
+
(e) ‘The penalty of arresto mayer shall be imposed against any person who violates the
|
| 298 |
+
Provisions of Sections 6,7, 8 and 9 of this Act.
|
| 299 |
+
|
| 300 |
+
SEC. 14. Preventive Suspension. - The perpetrators of and other participants in the
|
| 301 |
+
commission of enforced or involuntaty disappearance shall be preventively suspended and
|
| 302 |
+
Prohibited from performing any official duties upon the filing of the information or complaint in
|
| 303 |
+
the proper court until the promulgation of judgment.
|
| 304 |
+
|
| 305 |
+
SEC, 15. Civil Liability ~ Enforced or involuntary disappearance shall render its
|
| 306 |
+
perpetrators and the State authorities which organized, acquiesced in or tolerated such
|
| 307 |
+
disappearance liable under civil law.
|
| 308 |
+
|
| 309 |
+
‘SEC. 16. Unlawful Order. ~ An order from a superior officer or a public authority. causing
|
| 310 |
+
‘the commission of enforced or involuntary disappearance is unlawful and cannot be invoked as a
|
| 311 |
+
Justifying circumstance.
|
| 312 |
+
|
| 313 |
+
SEC, 17. Continuing Offense. - An act constituting enforced or involuntary
|
| 314 |
+
disappearance shall be considered a continuing offense as long as the perpetrators continue to
|
| 315 |
+
conceal the fate and the whereabouts of the persons who have disappeared and these facts
|
| 316 |
+
remain unverified.
|
| 317 |
+
|
| 318 |
+
SEC. 18, Exclusion from the Coverage of A Statute of Limitation. — The prosecution
|
| 319 |
+
of persons responsible for enforced or involuntary disappearance shall not prescribe unless the
|
| 320 |
+
|
| 321 |
+
victim surfaces alive, in which case, the prescriptive period shall start to run from the date of
|
| 322 |
+
his/her reappearance.
|
| 323 |
+
|
| 324 |
+
SEC. 19. Exclusion from the Coverage of Special Amnesty Law. — Persons who
|
| 325 |
+
have committed the act of enforced or involuntary disappearance shall not benefit from any
|
| 326 |
+
‘special amnesty law or similar measures that will have the effect of exempting them from any
|
| 327 |
+
criminal proceedings and sanctions.
|
| 328 |
+
|
| 329 |
+
SEC. 20, State’s Protection. — The State through its appropriate agencies shall ensure
|
| 330 |
+
the safety of all persons involved In the search, investigation and prosecution of enforced or
|
| 331 |
+
involuntary disappearance including the victims, their families, complainants, witnesses,
|
| 332 |
+
|
| 333 |
+
|
| 334 |
+
representatives of human rights organizations, media and legal counsel. They shall likewise be
|
| 335 |
+
protected from any act of intimidation or reprisal as a result of the filing of charges. Any person
|
| 336 |
+
|
| 337 |
+
committing such ill treatment and/or acts of Intimidation or reprisal shall be Punished under
|
| 338 |
+
existing laws,
|
| 339 |
+
|
| 340 |
+
SEC. 21. Compensation to and/or Rehabilitation of Victims of Enforced or
|
| 341 |
+
Involuntary Disappearance and/or Their Next-of-Kin. - The victims of enforced of
|
| 342 |
+
involuntary disappearance who surfaced alive shall be entitled to monetary compensation,
|
| 343 |
+
rehabilitation and restitution of honor and reputation. Such restitution of honor and reputation
|
| 344 |
+
shall include immediate expunging or rectification of any derogatory record, information or public
|
| 345 |
+
deciaration/statement on his/her personal circumstances, status, person, or affiliation by the
|
| 346 |
+
appropriate government or private agency or agencies concerned.
|
| 347 |
+
|
| 348 |
+
The next-of-kin of a victim of enforced or involuntary disappearance may also claim for
|
| 349 |
+
|
| 350 |
+
Compensation as provided for under Republic Act 7309 and other relief programs of the
|
| 351 |
+
Government,
|
| 352 |
+
|
| 353 |
+
The package of indemnification for both the victims and the next-of-kin shall be without
|
| 354 |
+
prejudice to other legal remedies that may be available to them.
|
| 355 |
+
|
| 356 |
+
In order that the nearest of kin of victims of enforced or involuntary disappearance and
|
| 357 |
+
the victims who surfaced alive may be effectively reintegrated into the mainstream of society and
|
| 358 |
+
in the process of development, the State through the Commission on Human Rights shall provide
|
| 359 |
+
them with appropriate medical care and rehabilitation free of charge.
|
| 360 |
+
|
| 361 |
+
SEC. 22. Implementing Rules and Regulations. — Within thirty (30) days from the
|
| 362 |
+
effectivity of this Act, the Department f Justice (DOJ), the Commission on Human Rights (CHR)
|
| 363 |
+
and the Families of Victims of Involuntary Disappearance (FIND) shail jointly promulgate the rules
|
| 364 |
+
and regulations for the effective implementation of this Act and shall ensure the full dissemination
|
| 365 |
+
Of the same to the public in consultation with other human rights organizations such as the Asian
|
| 366 |
+
Federation Against Enforced or Involuntary Disappearance, KARAPATAN and other human rights
|
| 367 |
+
organizations.
|
| 368 |
+
|
| 369 |
+
SEC. 23. Monitoring of Compliance With This Act. — An Oversight Committee is
|
| 370 |
+
hereby created to periodically oversee the Implementation of this Act. The group shall be headed
|
| 371 |
+
by a Commissioner of the Commission on Human Rights and with the following as members: One
|
| 372 |
+
Undersecretary. of the Department of Justice, Chairperson of the Senate Committee on Justice
|
| 373 |
+
and Human Rights, respective Chairpersons of the House of Representatives Committees on
|
| 374 |
+
Justice and Civil and Political and Human Rights and the Secretary General of the Families of
|
| 375 |
+
Victims of Involuntary Disappearance (FIND).
|
| 376 |
+
|
| 377 |
+
SEC. 24. Suppletory Applications. - The provisions of the Revised Penal Code shall be
|
| 378 |
+
‘suppletory to this Act,
|
| 379 |
+
|
| 380 |
+
SEC. 25. Appropriations. ~ The funds necessary for the effective implementation of this
|
| 381 |
+
‘Act shall be sourced from the contingent fund of the President for fiscal year 2004 and
|
| 382 |
+
subsequently included in the budget of the Commission on Human Rights under the Genera!
|
| 383 |
+
Appropriations Act of the year following the enactment of this Act.
|
| 384 |
+
|
| 385 |
+
SEC. 26. Enforced or Involuntary Disappearance Fund. - In addition to the funding
|
| 386 |
+
Sources provided for In the preceding section, two percent (2%) of the filing fees in civil cases
|
| 387 |
+
and special proceedings before alll courts, including the Court of Appeals and the ‘Supreme Court,
|
| 388 |
+
shall be collected to constitute an enforced or involuntary disappearance fund.
|
| 389 |
+
|
| 390 |
+
SEC. 27. Separability Clause. - If any provision of this Act is dectared invalid, the
|
| 391 |
+
remainder thereof not affected thereby shall continue to be In full force and effect.
|
| 392 |
+
|
| 393 |
+
|
| 394 |
+
SEC. 28. Repealing Clause. ~ Ail laws, decrees, executive orders, rules and regulations
|
| 395 |
+
and other issuances or parts thereof inconsistent with the provisions of this Act are hereby
|
| 396 |
+
repealed or modified accordingly.
|
| 397 |
+
|
| 398 |
+
SEC, 29, Effectivity. - This Act shall take effect fifteen (15) days after its publication in
|
| 399 |
+
at least two (2) newspapers of general circulation.
|
| 400 |
+
|
| 401 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00012.txt
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
FIRST REGULAR SESSION
|
| 7 |
+
|
| 8 |
+
HousepritNo,___.. 12
|
| 9 |
+
|
| 10 |
+
Introduced by
|
| 11 |
+
HON. EDCEL C. LAGMAN
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
The best safeguard to our democratic political system is an enlightened citizenry who
|
| 16 |
+
cannot be cowed nor dictated upon.
|
| 17 |
+
|
| 18 |
+
These are the citizens who would fight for their right to a better life; who would struggle
|
| 19 |
+
individually and collectively to develop the country’s economy and make it globally competitive.
|
| 20 |
+
|
| 21 |
+
These are the citizens who would farm and manufacture, manage businesses, build and
|
| 22 |
+
lead organizations, run the government and uphoid the country’s independence.
|
| 23 |
+
|
| 24 |
+
‘These are the citizens our laws must serve and protect. These are the citizens whose right
|
| 25 |
+
to education the State must guarantee.
|
| 26 |
+
|
| 27 |
+
Among these citizens are the underprivileged out-of-school youth and adults who have
|
| 28 |
+
graduated from the elementary but are unable to go to high school because of geographic and
|
| 29 |
+
socio-economic constraints.
|
| 30 |
+
|
| 31 |
+
Many children of high school age are out of school because they have to stay at home
|
| 32 |
+
during school hours to take care of younger siblings and do household chores to allow their parents
|
| 33 |
+
and elders to earn a living. Others are prevented from attending classes regularly because they
|
| 34 |
+
live far from the high school. In the case of youthful offenders, they cannct attend conventional
|
| 35 |
+
classes because they are detained in correctional institutions.
|
| 36 |
+
|
| 37 |
+
There are also the youth whose secondary education is hampered by armed conflict as what
|
| 38 |
+
Presently besets the students in some areas in Mindanao.
|
| 39 |
+
|
| 40 |
+
Recognizing the critical immediacy of addressing the need for secondary education of the
|
| 41 |
+
aforementioned citizens, this measure seeks to institutionalize the open high school system in the
|
| 42 |
+
country.
|
| 43 |
+
|
| 44 |
+
The open high school system delivers educational services to high schoo! students utilizing
|
| 45 |
+
print, radio, television and computer-based communications, satellite broadcasting,
|
| 46 |
+
teleconferencing and other multi-media learning and teaching technologies that allow students to
|
| 47 |
+
study on their own without having to regularly attend classes in conventional classrooms. This
|
| 48 |
+
alternative learning system is consistent with the constitutional mandate to democratize access to
|
| 49 |
+
quality education at all levels even as it “recognizes the vital role of the youth in nation-building.”
|
| 50 |
+
|
| 51 |
+
Accordingly, approval of this bill is earnestly sought.
|
| 52 |
+
|
| 53 |
+
EDCEL C. aaa 2
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
Republic of the Philippines
|
| 57 |
+
HOUSE OF REPRESENTATIVES
|
| 58 |
+
Quezon City, Metro Manila
|
| 59 |
+
|
| 60 |
+
THIRTEENTH CONGRESS
|
| 61 |
+
FIRST REGULAR SESSION
|
| 62 |
+
|
| 63 |
+
House sriino,__-12
|
| 64 |
+
|
| 65 |
+
Introduced by
|
| 66 |
+
HON EDCEL C. LAGMAN
|
| 67 |
+
|
| 68 |
+
AN ACT
|
| 69 |
+
INSTITUTIONALIZING THE OPEN HIGH SCHOOL SYSTEM IN THE PHILIPPINES,
|
| 70 |
+
APPROPRIATING FUNDS THEREFOR AND FOR OTHER PURPOSES.
|
| 71 |
+
|
| 72 |
+
&e it enacted by the Senate and the House of Representatives of the Philippines in Congress
|
| 73 |
+
assembled:
|
| 74 |
+
|
| 75 |
+
SECTION 1. Short Title. - This Act shall be known as the “Open High Schoo! System Act
|
| 76 |
+
of 2000”.
|
| 77 |
+
|
| 78 |
+
SECTION 2. Declaration of Policy. - It is hereby declared the policy of the State to
|
| 79 |
+
broaden access to relevant quality education through the employment of an alternative learning
|
| 80 |
+
system that would enable the youth including adults to overcome geographical, socio-economic
|
| 81 |
+
and/or physical constraints to their completion of secondary education.
|
| 82 |
+
|
| 83 |
+
SECTION 3. Definition of Terms. - For purposes of this Act, the following terms are
|
| 84 |
+
hereby defined:
|
| 85 |
+
|
| 86 |
+
a.) Open High School System is a system of delivering educational services to high school
|
| 87 |
+
students utilizing print, radio, television and computer-based communications, satellite
|
| 88 |
+
broadcasting, teleconferencing, and other multi-media learning and teaching
|
| 89 |
+
technologies that allow students to study on their own without having to regularly
|
| 90 |
+
attend classes in conventional classrooms.
|
| 91 |
+
|
| 92 |
+
Distance Learning Program is an educational program whereby the teaching and
|
| 93 |
+
learning processes are accomplished through self-instructional materials that allow
|
| 94 |
+
independent study, multi-channel learning and schoo!-family-community partnership.
|
| 95 |
+
Inang Paaralan or Mother High School is a regular secondary school in the regional or
|
| 96 |
+
division level that functions, among others, as: 1) headquarters of the distance
|
| 97 |
+
learners and teachers; 2) center for enrolment, evaluation, direct or face-to-face
|
| 98 |
+
instruction and promotion of distance learners; 3) receiver of donations, instructional
|
| 99 |
+
materials and reports relative to distance learning; and 4) coordinator of the different
|
| 100 |
+
learning centers in the community.
|
| 101 |
+
|
| 102 |
+
d.) Guro is a regular secondary school teacher of the “Inang Paaralan” who is in charge of
|
| 103 |
+
direct instruction, evaluation of student progress and keeping of the records of
|
| 104 |
+
individual learners,
|
| 105 |
+
|
| 106 |
+
Gurong Tagapatnubay is a regular secondary school teacher of the Inang paaralan who
|
| 107 |
+
serves as guidance counselor to the distance learners; coordinates with the guro and
|
| 108 |
+
para guro in evaluating the students’ progress; and prepares and submits reports to the
|
| 109 |
+
authorities concerned.
|
| 110 |
+
|
| 111 |
+
Gurong Kadtuan is @ resource person with specialized skills in practical or industrial
|
| 112 |
+
subjects such as farming, handicraft, auto-mechanics, tailoring and other skills.
|
| 113 |
+
|
| 114 |
+
b.
|
| 115 |
+
|
| 116 |
+
G)
|
| 117 |
+
|
| 118 |
+
e.
|
| 119 |
+
|
| 120 |
+
f.
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
g.) Para Guro is a degree holder or college level citizen/resident in the community who
|
| 124 |
+
manages:a learning center and facilitates the learning process of a group of distance
|
| 125 |
+
learners.
|
| 126 |
+
|
| 127 |
+
h.) Tagapagpayong Pansamahan is the adviser of a club in the community who helps
|
| 128 |
+
learners harmonize study with community service and leisure.
|
| 129 |
+
|
| 130 |
+
SEC. 4, Institutionalization of the Open High School System. - To carry out the
|
| 131 |
+
above-declared policy, the Open High School hereinafter referred to as the System. is hereby
|
| 132 |
+
institutionalized in the Philippines in accordance with the provisions of the Act.
|
| 133 |
+
|
| 134 |
+
SEC. 5. Coverage. — This Act shail apply to public secondary educational institutions with
|
| 135 |
+
existing distance learning programs and all other such institutions that shall later be authorized as
|
| 136 |
+
qualified implementers of the System.
|
| 137 |
+
|
| 138 |
+
All existing programs and projects of the Bureau of Secondary Education regarding dropout
|
| 139 |
+
intervention and poverty alleviation through education shall be part of the Open High School
|
| 140 |
+
System.
|
| 141 |
+
|
| 142 |
+
SEC. 6. Clientele of the System. — The System shall be open to all youth and adults who
|
| 143 |
+
have finished elementary education and high school qualifiers of the Philippine Educational
|
| 144 |
+
Placement Test (PEPT).
|
| 145 |
+
|
| 146 |
+
SEC. 7. Administration and Supervision. - The Department of Education (DepEd) shall
|
| 147 |
+
administer and supervise the System. An Open High School Unit shall be attached to the Bureau of
|
| 148 |
+
‘Secondary Education (BSE) to assist the Bureau in performing the following functions:
|
| 149 |
+
|
| 150 |
+
a) "Formulate the objectives and basic policies of the System;
|
| 151 |
+
|
| 152 |
+
b) Formulate, adopt and supplement programs that will make the System effective and
|
| 153 |
+
productive; cee
|
| 154 |
+
|
| 155 |
+
) Monitor and evaluate existing distance learning programs for integration with the
|
| 156 |
+
System;
|
| 157 |
+
|
| 158 |
+
4) Develop and validate prototype instructional distance learning materials;
|
| 159 |
+
|
| 160 |
+
) Consult and collaborate with other DepEd divisions, local government units (LGUs),
|
| 161 |
+
Non-government organizations (NGOs) and other private agencies for the effective
|
| 162 |
+
operation of the System;
|
| 163 |
+
|
| 164 |
+
f) _ Promulgate the necessary guidelines, rules and regulations for the effective
|
| 165 |
+
implementation of the System;
|
| 166 |
+
|
| 167 |
+
9) Recommend to the DepEd the annual budget of the System for inclusion in the
|
| 168 |
+
General Appropriations Act for the year; and
|
| 169 |
+
|
| 170 |
+
h) Perform such other tasks as may be necessary to attain the objectives of the
|
| 171 |
+
‘System.
|
| 172 |
+
|
| 173 |
+
SEC. 8. Establishment of Distance Learning Centers. ~ Distance learning centers shall
|
| 174 |
+
be established in the Inang Paaralan or in the community. The Center is a room of building where
|
| 175 |
+
the distance learners can conduct researches or gather additional information on topics under
|
| 176 |
+
|
| 177 |
+
study. It can also serve as a venue where the Gurong Kadluan can conduct hands-on
|
| 178 |
+
exercises/activities.
|
| 179 |
+
|
| 180 |
+
SEC. 9. Collaboration between the Department of Education (DepEd) and the
|
| 181 |
+
Department of Interior and Local Government (DILG). - The DepEd and DILG shall sign a
|
| 182 |
+
Memorandum of Agreement (MOA) defining the role of local government uits in the operation of
|
| 183 |
+
the System in order to ensure maximum collaboration between DepEd and local government units
|
| 184 |
+
toward the success of the System.
|
| 185 |
+
|
| 186 |
+
SEC 10. Role of Government Broadcast Stations and Telecommunication
|
| 187 |
+
Networks. — Government broadcast stations and telecommunication networks shall provide the
|
| 188 |
+
|
| 189 |
+
necessary assistance and support to the System; Provided, That private stations and networks shall
|
| 190 |
+
‘also be encouraged to provide the same.
|
| 191 |
+
|
| 192 |
+
|
| 193 |
+
SEC. 11. Role of Parents. - Parents of distance learners shall be provided with adequate
|
| 194 |
+
information on the System as well as for sharing experiences to enable them to competently assist
|
| 195 |
+
their children in their distance learning.
|
| 196 |
+
|
| 197 |
+
SEC. 12 Personnel Recruitment and Incentives. - All personnel involved in the
|
| 198 |
+
|
| 199 |
+
System shall have adequate and appropriate education and training to be determined by the BSE-
|
| 200 |
+
Deped.
|
| 201 |
+
|
| 202 |
+
Teachers or Guros and Gurong Tagapatnubay shall receive incentives and/or monetary
|
| 203 |
+
compensation as determined by the BSE-DepEd while Para Guro, Gurong Kadluan and Tagapayong
|
| 204 |
+
Pansamahan shall receive honoraria, to be arranged with the local school board.
|
| 205 |
+
|
| 206 |
+
It shall be the duty of the local government units concerned to employ the Para Guro,
|
| 207 |
+
Gurong Kadluan and Tagapayong Pansamahan in accordance with the guidelines on hiring such
|
| 208 |
+
personnel prepared upon prior consultation with the BSE-DepEd and issued by the same LGUs.
|
| 209 |
+
|
| 210 |
+
SEC. 13. Training of the System's Teachers. - The Open High School Unit attached to
|
| 211 |
+
the Bureau of Secondary Education shall take charge of the training of the Guro, Gurong
|
| 212 |
+
Tagapatnubay, Gurong Kadluan, Para Guro and Tagapayong Pansamahan.
|
| 213 |
+
|
| 214 |
+
The training of the Para Guro, Gurong Kadluan and Tagapayong Pansamahan shall be in
|
| 215 |
+
coordination with the local government units and non-government organizations concerned.
|
| 216 |
+
|
| 217 |
+
SEC, 14. Curriculum Content. - The System shall adopt the National Secondary
|
| 218 |
+
|
| 219 |
+
Education Curriculum (NSEC) using the Philippine Secondary Schools Learning Competencies
|
| 220 |
+
(PSSLC).
|
| 221 |
+
|
| 222 |
+
The Open High School System -Unit in collaboration with the Curriculum Development
|
| 223 |
+
Division, Bureau of Secondary Education'(BSE) shall modify the herein adopted curriculum, devise a
|
| 224 |
+
rating system, instructional strategies and materials that will suit the psycho-social needs and
|
| 225 |
+
physical condition of conduct disordered and antisocial learners who are detained in correctional
|
| 226 |
+
institutions. In the discharge of this function, the BSE shall consult with professional psychiatrists,
|
| 227 |
+
Psychologists, social workers and other related experts who manage or deal with youth offenders
|
| 228 |
+
who are undergoing rehabilitation.
|
| 229 |
+
|
| 230 |
+
SEC. 15. Implementing Rules and Regulations. - The Department of Education,
|
| 231 |
+
through the Curriculum Development Division of the Bureau of Secondary Education, upon prior
|
| 232 |
+
consultation with the Committees on Education of the Senate and the House of Representatives,
|
| 233 |
+
shall issue the necessary rules and regulations for the effective implementation of this Act within a
|
| 234 |
+
period of ninety (90) days after its approval.
|
| 235 |
+
|
| 236 |
+
SEC. 16. Appropriations. - The amount necessary for the initial implementation of this
|
| 237 |
+
Act, shall be charged against the current year’s appropriation of the Distance Learning Program of
|
| 238 |
+
the BSE-DepEd. Thereafter, such sums as may be necessary for its continued implementation shall
|
| 239 |
+
be included in the annual General Appropriations Act.
|
| 240 |
+
|
| 241 |
+
SEC. 17. Separability Clause. - if any provision of this Act is declared invalid or
|
| 242 |
+
unconstitutional, the other provisions not so declared shall remain in force and effect.
|
| 243 |
+
|
| 244 |
+
SEC. 18. Repealing Clause. - All laws, decrees, orders, rules and regulations or parts
|
| 245 |
+
thereof inconsistent with this Act are hereby repealed or modified accordingly.
|
| 246 |
+
|
| 247 |
+
SEC. 19. Effectivity. - This Act shall take effect immediately upon its approval.
|
| 248 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00013.txt
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
FIRST REGULAR SESSION
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO,___- 13
|
| 9 |
+
|
| 10 |
+
EXPLANATORY NOTE
|
| 11 |
+
|
| 12 |
+
Statistics from the Department of Education (DepEd) show that the cohort survival rate
|
| 13 |
+
for school year 2001-2002 for elementary and high school levels are 67.13% and 73.16%,
|
| 14 |
+
respectively. This means that out of every one hundred (100) students who enter Grade 1
|
| 15 |
+
only seven (7) finish Grade 6. And of these seven (7), only five (5) graduate from high school.
|
| 16 |
+
|
| 17 |
+
Despite government's provision for free tuition in the public schools, parents can still
|
| 18 |
+
hardly shoulder their children’s other educational expenses, As a consequence, close to 5
|
| 19 |
+
million or 15% of Filipino youth aged 7-18 are out of school.
|
| 20 |
+
|
| 21 |
+
‘The soaring cost of living (P538.00 in Metro Manila) has constricted the family budget
|
| 22 |
+
for education. Thus, there has been a marked increase in enrollment in the less expensive
|
| 23 |
+
public schools. Enrollment in public elementary schools nationwide rose from 11,832,611 in the
|
| 24 |
+
school year 2000-2001 to 11,916,686 In the school year 2001-2002 or an increase of 84,075
|
| 25 |
+
‘students. On the other hand, enrollment in private elementary schools fell from 927,289 in the
|
| 26 |
+
School year 2000-2001 to 909,532 in the school year 2001-2002 or a decrease of 17,757
|
| 27 |
+
students.
|
| 28 |
+
|
| 29 |
+
The rising costs of education amid the declining value of real wages weigh heavily on
|
| 30 |
+
the shoulders of Filipino parents. One efficacious way of easing the burden of education on
|
| 31 |
+
poor families is through scholarship grants. However, government, non-government
|
| 32 |
+
organizations or foundations are hard-pressed to raise scholarship funds. The total number of
|
| 33 |
+
government scholars in AY 2001-2002 decreased to 40,294 from 44,876 in AY 2000-2001.
|
| 34 |
+
|
| 35 |
+
In AY 2001-2002, a total of P374,842,000.00 was allocated for the scholarship/study
|
| 36 |
+
grant/loan programs of the Commission on Higher Education (CHED). Of this amount
|
| 37 |
+
P69,347,990.00 was sourced from the General Appropriations Act (GAA) and P305,494,210.00
|
| 38 |
+
from the Higher Education Development Fund (HEDF). This amount benefited only 38,644
|
| 39 |
+
scholars and is far from sufficient to meet the growing need for scholarship by poor but
|
| 40 |
+
deserving students. Thus, it is imperative for the private sector to complement the scholarship
|
| 41 |
+
programs of the government. Private Individuals, corporations, partnerships or
|
| 42 |
+
instrumentalities must also be encouraged to donate to scholarship foundations.
|
| 43 |
+
|
| 44 |
+
As an incentive to donors to scholarship foundations, this bill seeks to exempt any
|
| 45 |
+
individual, corporation, partnership or instrumentality donating to a scholarship foundation
|
| 46 |
+
from paying donor's tax. It further provides that the total amount or sum of the amounts
|
| 47 |
+
donated shall be deducted from the personal or corporate tax Imposed on the donor.
|
| 48 |
+
|
| 49 |
+
In support of the constitutional mandate for the State to “establish and maintain a
|
| 50 |
+
|
| 51 |
+
system of scholarship grants... to deserving students in both public and private schools,
|
| 52 |
+
especially to the underprivileged,” immediate approval of this measure is earnestly sought.
|
| 53 |
+
|
| 54 |
+
EDCEL C. _
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
Republic of the Philippines
|
| 58 |
+
HOUSE OF REPRESENTATIVES
|
| 59 |
+
Quezon City, Metro Manila
|
| 60 |
+
|
| 61 |
+
THIRTEENTH CONGRESS
|
| 62 |
+
FIRST REGULAR SESSION
|
| 63 |
+
|
| 64 |
+
House Briino__13
|
| 65 |
+
|
| 66 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 67 |
+
|
| 68 |
+
AN ACT
|
| 69 |
+
GRANTING TAX BENEFITS TO PRIVATE INDIVIDUALS, CORPORATIONS,
|
| 70 |
+
PARTNERSHIPS OR INSTRUMENTALITIES DONATING TO A SCHOLARSHIP
|
| 71 |
+
FOUNDATION AMENDING FOR THE PURPOSE THE TAX REFORM ACT OF 1997.
|
| 72 |
+
|
| 73 |
+
Be it enacted by the Senate and the Hose of Representatives of the Philippines in Congress
|
| 74 |
+
assembled.
|
| 75 |
+
|
| 76 |
+
SECTION 1. Section 101 of Republic Act No. 8424 othe4rwise known as the “Tax
|
| 77 |
+
Reform Act of 1997” is hereby amended to read as follows:
|
| 78 |
+
|
| 79 |
+
‘SEC. 101. Exemption of Certain Gifts. - The following gifts or donations shall be exempt
|
| 80 |
+
from the tax provided for in this Chapter:
|
| 81 |
+
|
| 82 |
+
“(A) In the Case of gifts Made by a Resident. -
|
| 83 |
+
“a x x x
|
| 84 |
+
"Q x xX xX
|
| 85 |
+
|
| 86 |
+
“(3) Gifts in favor of an educational and/or charitable, religious , cultural and social
|
| 87 |
+
welfare corporation, institution, accredited nongovernment organization, trust or philantropic
|
| 88 |
+
organization, SCHOLARSHIP FOUNDATION or research institution or organization:
|
| 89 |
+
Provided, however, ‘That not more than thirty percent (30%) of said gifts shall be used by
|
| 90 |
+
such donee for administration purposes. For the purpose of this exemption, ‘a non-profit
|
| 91 |
+
educational and/or charitable corporation, institution, accredited nongovernment
|
| 92 |
+
organization, trust or pl tropic organization, SCHOLARSHIP FOUNDATION
|
| 93 |
+
and/or research institution or organization’ is a school, college or university and/or
|
| 94 |
+
charitable corporation, accredited nongovernment, trust or philantropic organization,
|
| 95 |
+
SCHOLARSHIP FOUNDATION and/or research institution or organization, incorporated as a
|
| 96 |
+
nonstock entity, paying no dividends, governed by trustees who received no compensation,
|
| 97 |
+
and devoting all its income, whether student's fees or gifts, donations, subsidies or other forms
|
| 98 |
+
of philantropy, to the accomplishment and promotion of the purposes enumerated in the
|
| 99 |
+
Articles of Incorporation: PROVIDED, FURTHER, THAT THE TOTAL AMOUNT OR THE SUM
|
| 100 |
+
OF THE AMOUNTS DONATED BY ANY INDIVIDUAL, CORPORATION, PARTNERSHIP
|
| 101 |
+
OR INSTRUMENTALITY TO A SCHOLARSHIP FOUNDATION SHALL BE DEDUCTED
|
| 102 |
+
FROM THE AMOUNT OF PERSONAL OR CORPORATE TAX IMPOSED ON THE DONOR.
|
| 103 |
+
|
| 104 |
+
x x x
|
| 105 |
+
Sec. 2. This Act shall take effect upon its approval.
|
| 106 |
+
|
| 107 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00014.txt
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
House Bill no___14_
|
| 9 |
+
|
| 10 |
+
Explanatory Note
|
| 11 |
+
|
| 12 |
+
It is indisputable that the country's economic productivity is considerably affected by the
|
| 13 |
+
health status of its fabor force. In the same vein, the learning capacities of students including their
|
| 14 |
+
acquisition of knowledge and skills that are essential in the production of goods and services are
|
| 15 |
+
likewise greatly influenced by the health condition of the learners.
|
| 16 |
+
|
| 17 |
+
Thus, the Constitution under Section 15 of Article II mandates the State to“... to protect and
|
| 18 |
+
promote the right to health of the people and instill health consciousness among them.” The
|
| 19 |
+
injunction aims to develop an integrated, responsive and efficacious health care system that can
|
| 20 |
+
enhance national development.
|
| 21 |
+
|
| 22 |
+
Lamentably, government has never given health care the priority it deserves. Its P9.9-8
|
| 23 |
+
health budget for FY 2004 is a minuscule 1.62% of the P609-B total national budget. Neither do
|
| 24 |
+
Filipino families prioritize health. In the highlights of the 1997 Family Income and Expenditures
|
| 25 |
+
Survey (FIES) released by the National Statistics Office (NSO), health expenditure is not at all
|
| 26 |
+
specified. It is subsumed under the expenditures on “others”. In the 1988 FIES health’s share in
|
| 27 |
+
the total family expenditures was only 2%, even smaller than the 3% share of tobacco and alcoholic
|
| 28 |
+
beverages.
|
| 29 |
+
|
| 30 |
+
It is urgent that health consciousness be instilled among Filipinos. Needless to stress, the
|
| 31 |
+
school plays a vital role in making the people aware of the importance of health care.
|
| 32 |
+
|
| 33 |
+
Toward this end, government commits to “... fully integrate our health care system with the
|
| 34 |
+
school system, with preventive health care, personal hygiene, and nutrition education being pursued
|
| 35 |
+
as active programs in basic education.”
|
| 36 |
+
|
| 37 |
+
The School Health and Nutrition Program (SHNP) of the Department of Education, Culture and
|
| 38 |
+
Sports (DECS), which is designed to promote, protect and maintain the health and nutritional well-
|
| 39 |
+
being of the various sectors of elementary and secondary educational institutions, needs to be
|
| 40 |
+
modemized and upgraded to maximize its contribution to quality basic education.
|
| 41 |
+
|
| 42 |
+
This proposed legislation that seeks to modernize the SHNP prioritizes the following concerns:
|
| 43 |
+
|
| 44 |
+
@. Recruitment of school health and nutrition personnel to attain the ratio of one personnel to
|
| 45 |
+
2,000 pupils/teachers over a five-year period;
|
| 46 |
+
|
| 47 |
+
b. Upgrading of the salary of health and nutrition personnel to be at par with counterparts in
|
| 48 |
+
other Departments and full implementation of the benefits of the Magna Carta for Public
|
| 49 |
+
Health Workers;
|
| 50 |
+
|
| 51 |
+
Provision of equipment, medical and dental supplies and medicines;
|
| 52 |
+
|
| 53 |
+
|. Health examination of all Grade 1 entrants and provision of supplementary feeding (breakfast
|
| 54 |
+
|
| 55 |
+
and/or milk) to the Grade 1 pupils and nutritionally deprived schoo! children.
|
| 56 |
+
|
| 57 |
+
ao
|
| 58 |
+
|
| 59 |
+
Accordingly, to actualize these priority concerns toward the effective promotion of the health
|
| 60 |
+
and nutritional well-being of the school population, approval of this measure is earnestly sought.
|
| 61 |
+
|
| 62 |
+
EDCEL C. LAGMAN
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
Republic of the Philippines
|
| 66 |
+
HOUSE OF REPRESENTATIVES
|
| 67 |
+
|
| 68 |
+
Quezon City
|
| 69 |
+
|
| 70 |
+
TWELFTH CONGRESS
|
| 71 |
+
First Regular Session
|
| 72 |
+
|
| 73 |
+
House Bill No, _1.4
|
| 74 |
+
|
| 75 |
+
Introduced by HON. EDCEL C. LAGMAN
|
| 76 |
+
|
| 77 |
+
AN ACT
|
| 78 |
+
PROVIDING FOR THE MODERNIZATION OF THE SCHOOL HEALTH
|
| 79 |
+
AND NUTRITION PROGRAM (SHNP) OF THE DEPARTMENT OF
|
| 80 |
+
EDUCATION, CULTURE AND SPORTS, AUTHORIZING THE APPROPRIATION OF FUNDS.
|
| 81 |
+
THEREFOR, AND FOR OTHER PURPOSES
|
| 82 |
+
|
| 83 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in Congress
|
| 84 |
+
assembled:
|
| 85 |
+
|
| 86 |
+
SECTION 1. Title. - This Act shall be known as the “School Health and Nutrition
|
| 87 |
+
Modernization Act.”
|
| 88 |
+
|
| 89 |
+
Sec. 2. Declaration of Policy. — It is hereby declared the policy of the State to promote,
|
| 90 |
+
maintain and protect the health and nutritional well-being of the school population through the
|
| 91 |
+
delivery of preventive health care to the students, teachers and school administrators in the
|
| 92 |
+
elementary and high school levels and to the non-teaching personnel. Toward this end, the School
|
| 93 |
+
Health and Nutrition Program of the Department of Education, Culture and Sports shall be
|
| 94 |
+
modernized and upgraded to ensure the attainment of a health status that can enhance the active
|
| 95 |
+
learning capacities of the children and for the teachers and other personnel to function more
|
| 96 |
+
effectively, thus, enabling the achievement of the goals of quality basic education.
|
| 97 |
+
|
| 98 |
+
It is likewise declared the policy of the State to pursue the modernization program under this
|
| 99 |
+
Act through: a.) the development of an efficient and effective health care delivery system in the
|
| 100 |
+
schools; b.) the development, evaluation and application of appropriate methods and procedures in
|
| 101 |
+
Preventive health care; c.) the development of reforms in the management of human and material
|
| 102 |
+
resources; and d.)the acquisition and upgrading of appropriate equipment and technology.
|
| 103 |
+
|
| 104 |
+
Sec. 3. Definition of Terms. The following terms shall be understood in this Act to mean:
|
| 105 |
+
|
| 106 |
+
a. Department — means the Department of Education, Culture and Sports.
|
| 107 |
+
|
| 108 |
+
b. School Health and Nutrition Program — is a comprehensive education and service
|
| 109 |
+
package, delivered to the schools, eventually to the homes and communities, in order
|
| 110 |
+
to improve the health and nutritional status of the total school population, with the
|
| 111 |
+
elementary grades children as its priority group.
|
| 112 |
+
|
| 113 |
+
¢. Public Health - the science and the art of preventing disease, prolonging life, and
|
| 114 |
+
promoting physical and mental health and efficiency through organized community
|
| 115 |
+
efforts.
|
| 116 |
+
|
| 117 |
+
d. Preventive Health Care — the systematic organization of all the personal services
|
| 118 |
+
necessary to prevent disease and attain the highest level of health.
|
| 119 |
+
|
| 120 |
+
e. Health and Nutrition Center — refers to the agency that takes charge of the over-
|
| 121 |
+
ail management of the integrated Schoo! Ith and Nutrition Program (SHNP).
|
| 122 |
+
|
| 123 |
+
f. Basic Education — consists of six years elementary and four years secondary
|
| 124 |
+
education. Basic education is that which brings the child to a point where he can be an
|
| 125 |
+
autonomous learner, one who is self-reliant and creative.
|
| 126 |
+
|
| 127 |
+
g. Health Education — refers to the teaching and counseling on healthy living, including
|
| 128 |
+
hygiene, nutrition, sex education, alcohol and drug abuse, smoking and other threats
|
| 129 |
+
to health.
|
| 130 |
+
|
| 131 |
+
h. Quality Education — refers to the appropriateness, relevance and excellence of the
|
| 132 |
+
education given to the individual in meeting his/her needs and aspirations and those
|
| 133 |
+
of society,
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
Sec. 4. Objectives of the SHNP. The SHNP modernization shall be implemented in
|
| 138 |
+
|
| 139 |
+
accordance with the following objectives:
|
| 140 |
+
|
| 141 |
+
a. To provide a comprehensive preventive health care to school children and teachers in
|
| 142 |
+
the elementary and secondary levels of education and to the non-teaching personne!
|
| 143 |
+
of the Department,
|
| 144 |
+
|
| 145 |
+
b. To inculcate health and nutrition values and behavior and encourage healthy lifestyles
|
| 146 |
+
among the schoo! populace;
|
| 147 |
+
|
| 148 |
+
¢. To encourage parents to provide their children with proper health care and to Perform
|
| 149 |
+
effective parenting to prevent drug abuse;
|
| 150 |
+
|
| 151 |
+
d. To develop effective linkages between the school and community for better school
|
| 152 |
+
health;
|
| 153 |
+
|
| 154 |
+
©. To strengthen the Health and Nutrition Center in the management of the Program;
|
| 155 |
+
and
|
| 156 |
+
|
| 157 |
+
f. To establish and maintain adequate health and sanitation facilities like school clinics,
|
| 158 |
+
canteens, water supply, sanitary toilets and garbage disposal in the schools.
|
| 159 |
+
|
| 160 |
+
Sec. 5. Components of the SHNP Modernization. The modernization program shall
|
| 161 |
+
|
| 162 |
+
consist of the following components:
|
| 163 |
+
|
| 164 |
+
a. ORGANIZATIONAL DEVELOPMENT - To carry out effectively their functions, it is
|
| 165 |
+
Necessary to restructure, expand and upgrade the staff and personnel of the Regional
|
| 166 |
+
Health and Nutrition Units and the Division Health and Nutrition Sections including the
|
| 167 |
+
creation of nurse supervisor positions to oversee nursing care of the school children:
|
| 168 |
+
Provided, That in the upgrading of plantilla positions, the compensation and benefits
|
| 169 |
+
shall be at par with those of health and nutrition personnel in other government
|
| 170 |
+
agencies in accordance with existing laws, rules and regulations.
|
| 171 |
+
|
| 172 |
+
b. HUMAN RESOURCE DEVELOPMENT — This component pertains to programs and
|
| 173 |
+
educational activities of health and nutrition personne! to enhance their skills and
|
| 174 |
+
Competencies through workshops, conferences and in-service trainings relative to the
|
| 175 |
+
delivery of health care, and on mobilization as well as administrative responsibilities,
|
| 176 |
+
A continuing health resource development program shall be implemented.
|
| 177 |
+
|
| 178 |
+
¢. INFRASTRUCTURE DEVELOPMENT - This component consists of the construction
|
| 179 |
+
Of physical plants and facilities such as sanitary toilets, facilities for washing hands,
|
| 180 |
+
water system, school clinics and feeding centers/canteens in the public elementary
|
| 181 |
+
schools to ensure health and nutritional needs in public elementary schools including
|
| 182 |
+
suitable sites for the Alay-Tanim/Tree Planting program.
|
| 183 |
+
|
| 184 |
+
d, INFORMATION AND SYSTEMS ORGANIZATION - This component consists of the
|
| 185 |
+
acquisition and development of an extensive computer network for health and
|
| 186 |
+
Nutrition care; the upgrading of methods and procedures in preventive health care;
|
| 187 |
+
monitoring and evaluation; and research in support of the total program.
|
| 188 |
+
|
| 189 |
+
The Department Secretary in coordination with the Secretary of Health shall
|
| 190 |
+
formulate guidelines to implement this section in accordance with the objectives of the
|
| 191 |
+
modernization program enumerated in the preceding section.
|
| 192 |
+
|
| 193 |
+
Sec. 6. Priority Programs for SHNP Modernization. - For a more effective
|
| 194 |
+
|
| 195 |
+
implementation of the objectives of the SHNP and consistent with the mandate of the Constitution
|
| 196 |
+
relative to health care, the following program/activities shall be given priority consideration:
|
| 197 |
+
|
| 198 |
+
b.
|
| 199 |
+
|
| 200 |
+
Recruitment of school health and nutrition personnel to attain the ratio of one Personnel to
|
| 201 |
+
2,000 pupils/teachers over a five year period;
|
| 202 |
+
|
| 203 |
+
Upgrading of the salary of health and nutrition personnel to be at par with counterparts in
|
| 204 |
+
other Departments and full implementation of the benefits of the Magna Carta for Public
|
| 205 |
+
Health Workers;
|
| 206 |
+
|
| 207 |
+
Provision of equipment, medical and dental supplies and medicines;
|
| 208 |
+
|
| 209 |
+
|. Health examination of all Grade 1 entrants and provision of supplementary feeding (breakfast
|
| 210 |
+
|
| 211 |
+
and/or milk) to Grade 1 pupils and nutritionally deprived school children;
|
| 212 |
+
|
| 213 |
+
|
| 214 |
+
Sec. 7. Period of Implementation. The Modernization Program under this Act shall be
|
| 215 |
+
implemented over a period of five (5) years from 2001 to 2006.
|
| 216 |
+
|
| 217 |
+
Sec. 8, Appropriations. To effectively carry out the objectives of this Act, the initial
|
| 218 |
+
amount of TWO HUNDRED MILLION PESOS (P200,000,000.00) is hereby authorized to be
|
| 219 |
+
appropriated out of any funds in the National Treasury not otherwise appropriated, and from the
|
| 220 |
+
funds of the Bases Conversion and Development Authority. Thereafter, such funds as are necessary
|
| 221 |
+
shall be included in the Annual Genera! Appropriations Act.
|
| 222 |
+
|
| 223 |
+
Sec. 9. Separability Clause. If any provision of this Act shall be declared unconstitutional
|
| 224 |
+
or invalid, the other provisions not otherwise affected shail remain in full force and effect.
|
| 225 |
+
|
| 226 |
+
Sec. 10. Repealing Clause. All laws, decrees, orders, rules and regulations or parts thereof
|
| 227 |
+
inconsistent with the provisions of this Act are hereby repealed or amended accordingly.
|
| 228 |
+
|
| 229 |
+
Sec. 11. Implementing Rules and Regulations. The Department, in consultation with the
|
| 230 |
+
Department of Health, Shall formulate the implementing rules and regulations within 60 days upon
|
| 231 |
+
effectivity of this Act.
|
| 232 |
+
|
| 233 |
+
Sec. 12. Effectivity Clause. This Act shall take effect upon its publication in at least two
|
| 234 |
+
(2) newspapers of general circulation.
|
| 235 |
+
|
| 236 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00015.txt
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES;
|
| 3 |
+
Quezon City >
|
| 4 |
+
|
| 5 |
+
First Regular Session
|
| 6 |
+
House Bill No. = * i 5
|
| 7 |
+
|
| 8 |
+
Introduced by HONORABLE EDCEL C. LAG!
|
| 9 |
+
|
| 10 |
+
EXPLANATORY NOTE
|
| 11 |
+
|
| 12 |
+
‘The Constitution mandates that the State shall “promote industrialization and full
|
| 13 |
+
employment based on sound i agrarian reform.”
|
| 14 |
+
|
| 15 |
+
(underscoring supplied) A transformed agricuttural sector becomes a reliable market for
|
| 16 |
+
the consumer goods and farm implements produced by the industrial sector. Through the
|
| 17 |
+
|
| 18 |
+
multiplier process, an initial impulse of agricultural activity spreads to other sectors of the
|
| 19 |
+
economy.
|
| 20 |
+
|
| 21 |
+
Agricultural development, however, can be an end in itself. The income of.the
|
| 22 |
+
farmer must be raised to allow him to satisfy his basic needs and to enhance his self-
|
| 23 |
+
esteem.
|
| 24 |
+
|
| 25 |
+
For the farmer's income to increase, his value added in rice production must rise.
|
| 26 |
+
Over the decades the farmer's contribution to rice production has been confined to tilling
|
| 27 |
+
the land and harvesting the crop. Necessarily, his income has been limited to a fraction of
|
| 28 |
+
the value of palay harvested.
|
| 29 |
+
|
| 30 |
+
Yet, as the pernicious practice of rice cartels indicates, a sizeable income is earned
|
| 31 |
+
from the time the harvested palay leaves the farm to the time milled rice reaches the
|
| 32 |
+
market.
|
| 33 |
+
|
| 34 |
+
This bill proposes that the farmer gets the lion’s share in this off-farm income.
|
| 35 |
+
Hence, the proposal to have the farmer own post-harvest facilities like warehouses and
|
| 36 |
+
rice mills to be built by the government. His contribution to the storage and milling stages
|
| 37 |
+
of rice production will markedly increase his income.
|
| 38 |
+
|
| 39 |
+
Corollarily, the bill encourages the formation and development of farmer
|
| 40 |
+
cooperatives which will own and manage the post-harvest facilities.
|
| 41 |
+
|
| 42 |
+
In the long term, the bill will render the palay and rice price subsidies unnecessary
|
| 43 |
+
and will therefore be a source of budgetary relief for the government.
|
| 44 |
+
|
| 45 |
+
The bottom line is to make rice the end-product of the farmers to assure their
|
| 46 |
+
economic stability. For as long as palay is their end-product their lives will be as wretched
|
| 47 |
+
as ever despite continuing palay and rice price subsidies which barely benefit them.
|
| 48 |
+
|
| 49 |
+
Tt is hoped that this bill, because of its critical immediacy, will be seriously
|
| 50 |
+
considered for approval.
|
| 51 |
+
|
| 52 |
+
EDCEL C. aan
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
Republic of the Philippines
|
| 56 |
+
HOUSE OF REPRESENTATIVES.
|
| 57 |
+
Quezon City
|
| 58 |
+
|
| 59 |
+
First Regular Session
|
| 60 |
+
|
| 61 |
+
House Bill No.__15
|
| 62 |
+
|
| 63 |
+
—_—.
|
| 64 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 65 |
+
|
| 66 |
+
AN ACT
|
| 67 |
+
PROVIDING POST-HARVEST FACILITIES TO RICE FARMERS
|
| 68 |
+
|
| 69 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 70 |
+
Congress assembled:
|
| 71 |
+
SECTION 1. This Act shall be known as the “Post-Harvest Facilities Support Act of
|
| 72 |
+
|
| 73 |
+
SEC. 2. It is the policy of the State to promote agricultural and, more broadly, rural
|
| 74 |
+
development. Specifically, the State alms to raise farm incomes to a level high enough to
|
| 75 |
+
allow the farmers to satisfy their material needs and enhance thelr self-esteem. It Is also
|
| 76 |
+
the policy of the State to encourage and strengthen non-government organizations, such
|
| 77 |
+
as farmer organizations.
|
| 78 |
+
|
| 79 |
+
SEC. 3. The Department of Public Works and Highways, in consultation with the
|
| 80 |
+
Department of Agriculture, the Department of Agrarian Reform, and farmer cooperatives,
|
| 81 |
+
shall construct warehouses and rice mills in every rice-producing municipality and city in
|
| 82 |
+
the Philippines: Provided, That in the initial phase of the program, every district with at
|
| 83 |
+
least one rice-producing municipality shail be the beneficiary of at least one warehouse
|
| 84 |
+
and rice mill.
|
| 85 |
+
|
| 86 |
+
SEC. 4. The Department of Trade and Industry, in consultation with the
|
| 87 |
+
Department of Agriculture, the Department of Agrarian Reform, and farmer cooperatives,
|
| 88 |
+
shall provide the equipment and machinery necessary to operate these warehouses and
|
| 89 |
+
tice mills.
|
| 90 |
+
|
| 91 |
+
SEC. 5. The warehouses and rice mills, including the equipment and machinery
|
| 92 |
+
required to operate them, shall be sold to the accredited farmer cooperatives which will
|
| 93 |
+
be given 25 years to amortize the facilities without interest.
|
| 94 |
+
|
| 95 |
+
SEC. 6. The amount of P500 million is initially appropriated for the program. In
|
| 96 |
+
subsequent years, the amount necessary to pursue the program shail be Incorporated in
|
| 97 |
+
the General Appropriations Act, and the funding shall come from, among others, the
|
| 98 |
+
savings realized from the phasing out of the palay and rice subsidies and from
|
| 99 |
+
amortizations then accumulated.
|
| 100 |
+
|
| 101 |
+
SEC. 7. Within thirty (30) days from the effectivity of this Act, the Department of
|
| 102 |
+
Public Works and Highways, the Department of Agriculture, the Department of Agrarian
|
| 103 |
+
Reform and the Department of Trade and Industry shall jointly promulgate the necessary
|
| 104 |
+
rules and regulations to implement this Act.
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
SEC. 8. If any provision in this Act or the application thereof is held invalid or
|
| 108 |
+
unconstitutional, the validity of other provisions not affected thereby, shall be considered
|
| 109 |
+
in full force and effect.
|
| 110 |
+
|
| 111 |
+
SEC. 9. All laws, decrees, orders, proclamations, rules and regulations, and other
|
| 112 |
+
issuances, inconsistent herewith, are hereby repealed or modified accordingly.
|
| 113 |
+
|
| 114 |
+
SEC. 10. This Act shall take effect upon its approval.
|
| 115 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00016.txt
ADDED
|
@@ -0,0 +1,720 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES .
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS.
|
| 6 |
+
FIRST REGULAR SESSION
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 16
|
| 9 |
+
|
| 10 |
+
Introduced by the HONORABLE EDCEL C. LAGMAN
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Two of the overriding problems that bedevil the Philippines are an inordinately
|
| 15 |
+
enormous debt service and an extremely huge population.
|
| 16 |
+
|
| 17 |
+
This bill addresses the second problem on an uncontained population escalation that
|
| 18 |
+
aggravates the debt menace, hampers delivery of reproductive health care services and
|
| 19 |
+
derails sustainable human development.
|
| 20 |
+
|
| 21 |
+
The present population of the country of 82.6 million has galloped from 60.7 million
|
| 22 |
+
14 years ago. This makes the Philippines the 12" most populous nation in the world today.
|
| 23 |
+
The population growth rate is 2.36% and is among the highest in the world. The Filipino
|
| 24 |
+
women's fertility rate of 3.7% is at-the upper bracket of 206 countries. With four babies
|
| 25 |
+
born every minute, the population is*expected to balloon to an alarming 160 million in
|
| 26 |
+
2038.
|
| 27 |
+
|
| 28 |
+
Due to overpopulation, the current budget for education of P98 billion translates to a
|
| 29 |
+
ratio of only P21,71 dally per student/pupil in elementary and high schoo! or P4,558.00 per
|
| 30 |
+
student/pupil nationwide on an annualized basis for a 10-month school year.
|
| 31 |
+
|
| 32 |
+
This education outlay pales jn comparison with the appropriation for education of
|
| 33 |
+
our Asian neighbors. Our government's appropriation for education is only 1/11" of that of
|
| 34 |
+
|
| 35 |
+
Singapore; 1/5" of that of Malaysia and only 1/8" of Thailand's allocation for basic
|
| 36 |
+
education.
|
| 37 |
+
|
| 38 |
+
This meager budget for education, which is further diminished to no small measure
|
| 39 |
+
by our exceedingly large student population of 21.5 million in both public and private
|
| 40 |
+
elementary and high schools, results in the current shortages of 40,000 classrooms and
|
| 41 |
+
50,000 teachers in public schools alone. The current textbook to student ratio is 1:2 at best
|
| 42 |
+
with reports of a grim 1:4 in far-flung schools. This is far from the ideal of 1:1. The
|
| 43 |
+
teacher-student ratio in public schools goes as high as 1:80 when the ideal ratio to
|
| 44 |
+
maximize effective learning is 1:36.
|
| 45 |
+
|
| 46 |
+
These stark statistics do not even include the public sector outlay for tertiary
|
| 47 |
+
education which, although sizeable, is still far from adequate.
|
| 48 |
+
|
| 49 |
+
Indeed, due to the inordinate number of enrollees, quality education remains a
|
| 50 |
+
cherished dream and an unrealizable commitment.
|
| 51 |
+
|
| 52 |
+
The same is true with respect to the health budget of P10.723 billion for the current
|
| 53 |
+
fiscal year. This amounts to a minuscule P0.35 per capita daily. This is scandalously low
|
| 54 |
+
compared to the daily per capita outlay for health care services of our Asian neighbors:
|
| 55 |
+
Japan, P343.94; Singapore, P103.96, Thailand, P17.17; Malaysia and Indonesia, P12.41.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
Moreover, 82% believed that candidates for elective positions who supported the “free use
|
| 59 |
+
of couples as to family planning methods” should be elected.
|
| 60 |
+
|
| 61 |
+
While majority of women of reproductive age are receptive to the use of safe
|
| 62 |
+
contraceptive methods, techniques and devices, family planning services and supplies are
|
| 63 |
+
lamentably inaccessible. This results in the prevalence of induced abortions which the UP
|
| 64 |
+
Population Institute estimates to be close to 400,000 annually. It is estimated that 100,000
|
| 65 |
+
women each year are hospitalized because of serious post-abortion complications.
|
| 66 |
+
|
| 67 |
+
This bill continues to proscribe abortion which is a crime under the Revised Penal
|
| 68 |
+
Code. However, when abortion is resorted to, despite the prohibition, there is a need to
|
| 69 |
+
manage post-abortion complications in a humane and compassionate manner. The patient
|
| 70 |
+
should not be suffered to die due to her desperation.
|
| 71 |
+
|
| 72 |
+
As a preventive measure against abortion this bill provides for timely, complete and
|
| 73 |
+
accurate information and education on reproductive health as well as ready access to safe,
|
| 74 |
+
adequate and affordable reproductive health care services. Thus, it guarantees freedom of
|
| 75 |
+
choice of individuals and couples on the number and spacing of their children, even as this
|
| 76 |
+
bill considers two (2) children as the ideal family size.
|
| 77 |
+
|
| 78 |
+
An effective reproductive health education does not only instill consciousness of
|
| 79 |
+
freedom of choice but responsible exercise of one’s rights. According to the United Nations
|
| 80 |
+
Population Fund: “It has been repeatedly shown that reproductive health education leads to
|
| 81 |
+
responsible behavior, higher levels of abstinence, later initiation of sexuality, higher use of
|
| 82 |
+
contraception, and fewer sexual partners. These good effects are even greater when parents
|
| 83 |
+
can talk honestly with their children abdut sexual and reproductive matters.”
|
| 84 |
+
|
| 85 |
+
It is imperative that reproductive health and sexuality education should start early
|
| 86 |
+
among the young people. It has to be initiated by parents and adult members of the family
|
| 87 |
+
who are considered role models by their children,
|
| 88 |
+
|
| 89 |
+
Reproductive health and sexuality education at home should be sustained and
|
| 90 |
+
complemented by formal education in schools.
|
| 91 |
+
|
| 92 |
+
Reproductive health and sexuality education seeks to assist young people in
|
| 93 |
+
understanding a positive view of the reproductive system and human sexuality, provide
|
| 94 |
+
them with information and skills about taking care of their reproductive and sexual health,
|
| 95 |
+
and help them make sound decisions now and in the future.
|
| 96 |
+
|
| 97 |
+
Comprehensive reproductive health and sexuality education programs have four
|
| 98 |
+
main goals:
|
| 99 |
+
|
| 100 |
+
+ To provide complete, accurate and relevant information on the reproductive
|
| 101 |
+
system and its functions and processes and human sexuality;
|
| 102 |
+
|
| 103 |
+
+ To provide an opportunity for young people to develop and understand their
|
| 104 |
+
values, attitudes, and beliefs about sexuality;
|
| 105 |
+
|
| 106 |
+
+ To help young people develop relationships and interpersonal! skills; and
|
| 107 |
+
|
| 108 |
+
+ To help young people exercise responsibility regarding sexual relationships,
|
| 109 |
+
including addressing abstinence, pressures to engage prematurely involved in
|
| 110 |
+
|
| 111 |
+
sexual intercourse, and the use of contraception and other sexual health
|
| 112 |
+
measures
|
| 113 |
+
|
| 114 |
+
“Research Findings on Programs to Reduce Teen Pregnancy”, a report released by
|
| 115 |
+
The National Campaign to Prevent Teen Pregnancy in 2001, concluded that:
|
| 116 |
+
|
| 117 |
+
+ Sexuality and HIV education do not hasten sexual activity;
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
A huge population is an albatross on limited resources which when spread out too
|
| 121 |
+
thinly to “reach” the multitude becomes grossly inadequate and effectively meaningless.
|
| 122 |
+
The number of Filipinos living below the poverty line has reached 40% of the total
|
| 123 |
+
population. Compare this to poverty statistics of other Asian countries: Taiwan (1.0%),
|
| 124 |
+
Malaysia (8.0%), Thailand (12.5%) and Indonesia (27%), and the country’s poverty is
|
| 125 |
+
indeed abysmal.
|
| 126 |
+
|
| 127 |
+
The internationally accepted indicators of well-being like access to potable water,
|
| 128 |
+
sanitary toilets and meaningful employment rank the Philippines way below the ladder of
|
| 129 |
+
development. The data show that 21.5% or 17.7 million Filipinos have no potable water;
|
| 130 |
+
19.15% or 15.8 million have no access to sanitary toilet facilities; 13.7% or 5 million are
|
| 131 |
+
currently unemployed and 18.75 or 6.8 million are underemployed.
|
| 132 |
+
|
| 133 |
+
The state of health of a nation’s children is often indicative of the kind of society in
|
| 134 |
+
which they live. Filipino children (0-18 years) comprise 45% of the entire population and
|
| 135 |
+
the statistics culled on their state of health and well-being is bone-chilling. Consider the
|
| 136 |
+
following:
|
| 137 |
+
|
| 138 |
+
« The Food and Nutrition Research Institute has estimated that 3.7 million pre-
|
| 139 |
+
school children are underweight (acute or present mainutrition), 3.8 million are
|
| 140 |
+
stunted (growth failure) and 0.7 million are wasted (enfeebled state);
|
| 141 |
+
|
| 142 |
+
* 49% of the total population of infants and 26% of the total population of
|
| 143 |
+
children with ages ranging from 1-6 years old suffer from iron-deficiency anemia;
|
| 144 |
+
|
| 145 |
+
* There are about five million child laborers and more than 1.5 million street
|
| 146 |
+
children in the country; and
|
| 147 |
+
|
| 148 |
+
¢ There are 60,000 prostituted children and their numbers increase by 3,266
|
| 149 |
+
annually making the Philippines the fourth country with the most number of
|
| 150 |
+
prostituted children.
|
| 151 |
+
|
| 152 |
+
The following statistics specifically on reproductive health in the Philippines are
|
| 153 |
+
similarly ominous:
|
| 154 |
+
|
| 155 |
+
An infant mortality rate of 36 for every 1,000 live births;
|
| 156 |
+
|
| 157 |
+
Maternal mortality rate of 172 for every 100,000 live births;
|
| 158 |
+
|
| 159 |
+
10 women die every 24 hours from causes related to pregnancy and childbirth;
|
| 160 |
+
|
| 161 |
+
Out of every 100 children who die before reaching the age of five, 38 deaths are
|
| 162 |
+
|
| 163 |
+
due to curable diseases; and
|
| 164 |
+
|
| 165 |
+
* Approximately 280,000 teenaged girls every year end up becoming mothers
|
| 166 |
+
before they reach the age of 20.
|
| 167 |
+
|
| 168 |
+
According to studies conducted by the National Statistics Office, the current national
|
| 169 |
+
contraceptive unmet need of poor women is 26.4% and for non-poor, the rate is 17.0%.
|
| 170 |
+
The level and scope of unmet need in the country is clearly indicated by the high levels of
|
| 171 |
+
unplanned births (18.2% in 1998) due to lack of access to family planning services
|
| 172 |
+
(National Demographic and Health Survey 2000). The difference between actual total
|
| 173 |
+
fertility rate of 3.7 children versus the real number of desired children which is 2.7 also
|
| 174 |
+
validates the unmet need for family planning assistance (National Demographic and Health
|
| 175 |
+
Survey 2000).
|
| 176 |
+
|
| 177 |
+
These dismal statistics are due to the lack of access to adequate information on
|
| 178 |
+
|
| 179 |
+
reproductive health and regular and timely dispensation of reproductive health care
|
| 180 |
+
services.
|
| 181 |
+
|
| 182 |
+
In a survey conducted by Pulse Asia in February 2004, 97% of the respondents
|
| 183 |
+
believed that is was important to have the freedom to decide the size of one’s family and
|
| 184 |
+
another 71% regarded a fast-growing population as a hindrance to economic development.
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
+ Education about abstinence and contraception are compatible rather than in
|
| 188 |
+
Conflict with each other; and
|
| 189 |
+
|
| 190 |
+
+ Making condoms available does not increase sexual behavior
|
| 191 |
+
|
| 192 |
+
The tragic scenario cited above is principally rooted in overpopulation and the lack
|
| 193 |
+
of an integrated national policy on reproductive health in connection with population
|
| 194 |
+
|
| 195 |
+
management and sustainable human development. This bill addresses these urgent.
|
| 196 |
+
concerns.
|
| 197 |
+
|
| 198 |
+
Verily, passage of this bill is earnestly sought.
|
| 199 |
+
|
| 200 |
+
EDCEL C. LAGMAN
|
| 201 |
+
|
| 202 |
+
|
| 203 |
+
Republic of the Philippines
|
| 204 |
+
HOUSE OF REPRESENTATIVES
|
| 205 |
+
Quezon City, Metro Manila
|
| 206 |
+
THIRTEENTH CONGRESS
|
| 207 |
+
FIRST REGULAR SESSION
|
| 208 |
+
|
| 209 |
+
HOUSE BILL NO. 16
|
| 210 |
+
|
| 211 |
+
Introduced by REPRESENTATIVE EDCEL C. LAGMAN
|
| 212 |
+
|
| 213 |
+
AN ACT
|
| 214 |
+
CREATING A REPRODUCTIVE HEALTH AND POPULATION MANAGEMENT
|
| 215 |
+
COUNCIL FOR THE IMPLEMENTATION OF AN INTEGRATED POLICY ON
|
| 216 |
+
REPRODUCTIVE HEALTH RELATIVE TO SUSTAINABLE HUMAN DEVELOPMENT
|
| 217 |
+
AND POPULATION MANAGEMENT, AND FOR OTHER PURPOSES
|
| 218 |
+
|
| 219 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 220 |
+
Congress assembled:
|
| 221 |
+
|
| 222 |
+
SECTION 1. Short Title. -This Act shall be known as the “Reproductive Health Act
|
| 223 |
+
of 2004”, ~
|
| 224 |
+
|
| 225 |
+
SEC. 2. Declaration of Policy. - The State shall adopt an integrated and
|
| 226 |
+
comprehensive policy on reproductive health in connection with sustainable human
|
| 227 |
+
development and effective population management that values the dignity of every human
|
| 228 |
+
person and affords full protection to people's rights.
|
| 229 |
+
|
| 230 |
+
The State shall uphold the right of the people and their organizations to’ effective
|
| 231 |
+
and reasonable participation in the formulation and implementation of the declared policy
|
| 232 |
+
as its direct and ultimate beneficiaries.
|
| 233 |
+
|
| 234 |
+
This policy is anchored on the rationale that sustainable human development is
|
| 235 |
+
better assured with a manageable population of healthy, educated and productive citizens.
|
| 236 |
+
|
| 237 |
+
The State likewise guarantees universal access to safe, affordable and quality
|
| 238 |
+
reproductive health care services, methods and devices even as it prioritizes the needs of
|
| 239 |
+
women and children, among other underprivileged sectors.
|
| 240 |
+
|
| 241 |
+
SEC. 3. Guiding Principles. - This Act declares the following as basic guiding
|
| 242 |
+
principles:
|
| 243 |
+
|
| 244 |
+
|
| 245 |
+
e
|
| 246 |
+
|
| 247 |
+
Since manpower is the principal asset of every country, effective reproductive
|
| 248 |
+
health care services must be given primacy to ensure the birth of healthy
|
| 249 |
+
children and to promote responsible parenting.
|
| 250 |
+
|
| 251 |
+
The limited resources of the country cannot be suffered to be spread so thinly
|
| 252 |
+
to service a burgeoning multitude that. makes the allocations grossly
|
| 253 |
+
inadequate and effectively meaningless.
|
| 254 |
+
|
| 255 |
+
Freedom of choice, which is central to the exercise of any right, must be fully
|
| 256 |
+
guaranteed by the State like the right itself.
|
| 257 |
+
|
| 258 |
+
While the number and spacing of children are left to the sound judgment of
|
| 259 |
+
parents and couples based on their personal conviction and religious beliefs,
|
| 260 |
+
such concerned parents and couples, including unmarried individuals, should be
|
| 261 |
+
afforded free and full access to relevant, adequate and enlightening
|
| 262 |
+
information on reproductive health and human sexuality and should be guided
|
| 263 |
+
by qualified State workers and professional private practitioners.
|
| 264 |
+
|
| 265 |
+
Reproductive health must be the joint concern of the National Government and
|
| 266 |
+
Local Government Units.
|
| 267 |
+
|
| 268 |
+
Protection and promotion of gender equality and women’s rights are essential
|
| 269 |
+
to the fulfillment of reproductive health rights.
|
| 270 |
+
|
| 271 |
+
Development is a multi-faceted process that calls for the coordination and
|
| 272 |
+
integration of policies, plans, programs and projects that seek to uplift the
|
| 273 |
+
quality of life of the people, more particularly the poor, the needy and the
|
| 274 |
+
marginalized.
|
| 275 |
+
|
| 276 |
+
Active participation by and = thorough consultation with concerned
|
| 277 |
+
nongovernment groups, communities and people’s organizations are imperative
|
| 278 |
+
to ensure that basic policies, plans, programs and projects address the priority
|
| 279 |
+
needs of beneficiaries. ~
|
| 280 |
+
|
| 281 |
+
Respect for, protection and fulfillment of reproductive health rights seek to
|
| 282 |
+
promote not only the-rights and welfare of adult individuals and couples but
|
| 283 |
+
those of adolescents’ and children’s as welt.
|
| 284 |
+
|
| 285 |
+
While the full range of family planning methods, techniques and devices shall
|
| 286 |
+
be made available to couples and adults of reproductive age, abortion shall
|
| 287 |
+
remain to be penalized under the Revised Penal Code and relevant
|
| 288 |
+
jurisprudence.
|
| 289 |
+
|
| 290 |
+
SEC. 4. Definition of Terms. — For purposes of this Act, the following terms shall
|
| 291 |
+
be defined as follows:
|
| 292 |
+
|
| 293 |
+
a. Reproductive health - the state of complete physical, mental and social well-being
|
| 294 |
+
and not merely the absence of disease or infirmity in all matters relating to the
|
| 295 |
+
reproductive system and its functions and processes.
|
| 296 |
+
|
| 297 |
+
b. Reproductive health rights - the rights of individuals and couples, subject to
|
| 298 |
+
applicable laws, to decide freely and responsibly the number, spacing and timing of their
|
| 299 |
+
children; to make other decisions concerning reproduction free of discrimination, coercion
|
| 300 |
+
and violence; to have the information and means to carry out their decisions; and to attain
|
| 301 |
+
the highest standard of sexual and reproductive health.
|
| 302 |
+
|
| 303 |
+
c. Gender equality - the absence of discrimination on the basis of a person’s sex, in
|
| 304 |
+
opportunities, allocation of resources and benefits, and access to services.
|
| 305 |
+
|
| 306 |
+
|
| 307 |
+
d. Gender equity - fairness and justice in the distribution of benefits and
|
| 308 |
+
responsibilities between women and men, and often requires women-specific projects and
|
| 309 |
+
programs to eliminate existing inequalities, inequities, policies and practices unfavorable to
|
| 310 |
+
women.
|
| 311 |
+
|
| 312 |
+
e. Reproductive Health Care - availability and access to a full range of methods,
|
| 313 |
+
techniques and services that contribute to reproductive and sexual health and well-being
|
| 314 |
+
by preventing and solving reproductive health-related problems in order to achieve
|
| 315 |
+
|
| 316 |
+
enhancement of life and personal relations. The elements of reproductive health care
|
| 317 |
+
include:
|
| 318 |
+
|
| 319 |
+
. Maternal, infant and child health and nutrition;
|
| 320 |
+
|
| 321 |
+
. Family planning information and services;
|
| 322 |
+
|
| 323 |
+
. Prevention of abortion and management of post-abortion complications;
|
| 324 |
+
. Adolescent and youth health;
|
| 325 |
+
|
| 326 |
+
Awnep
|
| 327 |
+
|
| 328 |
+
5. Prevention and management of reproductive tract infections (RTIs),
|
| 329 |
+
HIV/AIDS and other sexually transmittable infections (STIs);
|
| 330 |
+
|
| 331 |
+
6. Elimination of violence against women;
|
| 332 |
+
|
| 333 |
+
7., Education and counseling ‘on sexuality and sexual and reproductive health;
|
| 334 |
+
|
| 335 |
+
8. Treatment of breast and reproductive tract cancers and other gynecological
|
| 336 |
+
conditions;
|
| 337 |
+
|
| 338 |
+
9, Male involvement and participation in reproductive health;
|
| 339 |
+
|
| 340 |
+
10, Prevention and treatment of infertility and sexual dysfunction;
|
| 341 |
+
|
| 342 |
+
f. Responsible parenting - the will and the ability to respond to the needs and
|
| 343 |
+
aspirations of the family and children.
|
| 344 |
+
|
| 345 |
+
g. Family planning ~ a program which enables: couples and individuals to decide
|
| 346 |
+
freely and responsibly the number and spacing of their children and to have the
|
| 347 |
+
information and means to carry out their decisions, and to have informed choice and
|
| 348 |
+
access to a full range of safe and effective family planning methods, techniques and
|
| 349 |
+
devices, excluding abortion which is a crime.
|
| 350 |
+
|
| 351 |
+
h, Adolescent sexuality - refers to the reproductive system, gender identity, values
|
| 352 |
+
or beliefs, emotions, relationships and sexual behavior of young people as social beings.
|
| 353 |
+
|
| 354 |
+
Adolescence refers to a life stage and pertains to people between the ages of ten (10) and
|
| 355 |
+
nineteen (19).
|
| 356 |
+
|
| 357 |
+
|
| 358 |
+
i. Reproductive health and sexuality education - is the process of acquiring
|
| 359 |
+
complete, accurate and relevant information in all matters relating to the reproductive
|
| 360 |
+
system, Its functions and processes and human sexuality; and forming attitudes and beliefs
|
| 361 |
+
about sex, sexual identity, interpersonal relationships, affection, intimacy and gender roles.
|
| 362 |
+
It also includes developing the necessary skills to be able to distinguish between facts and
|
| 363 |
+
myths on sex and sexuality; and critically evaluate and discuss the moral, religious, social
|
| 364 |
+
and cultural dimensions of related sensitive issues such as contraception and abortion.
|
| 365 |
+
|
| 366 |
+
j. Development. - is a multi-dimensional process involving major changes in social
|
| 367 |
+
structures, popular attitudes, and national institutions as well as the acceleration of
|
| 368 |
+
economic growth, the reduction of inequality and the eradication of widespread poverty.
|
| 369 |
+
|
| 370 |
+
k, Sustainable human development — the totality of the process of expanding human
|
| 371 |
+
choices by enabling people to enjoy long, healthy and productive lives, affording them
|
| 372 |
+
access to resources needed for a decent standard of living and assuring continuity and
|
| 373 |
+
acceleration of development under, the Population-Resource-Environment (PRE) framework
|
| 374 |
+
which strikes a balance between population, adequate resources and healthy environment,
|
| 375 |
+
|
| 376 |
+
|, Population management — a Program that aims to: (a) encourage the limitation of
|
| 377 |
+
the number of children to an affordable level of two (2) children per family; (b) attain an
|
| 378 |
+
optimum fertility rate vis-a-vis equitable allocation and utilization of resources; (c) realize a
|
| 379 |
+
balanced spatial distribution of the’ population by discouraging migration to urban centers
|
| 380 |
+
and decongesting thickly populated areas; (d) promote the effective partnership among the
|
| 381 |
+
national government, local government units and the private sector in the design,
|
| 382 |
+
Implementation, coordination, integration, monitoring and evaluation of people-centered
|
| 383 |
+
Programs on population, development and environment; and (e) conduct studies on and
|
| 384 |
+
provide incentives for the deceleration of population growth.
|
| 385 |
+
|
| 386 |
+
SEC. 5. Reproductive Health and Population Management Council. Pursuant
|
| 387 |
+
to the herein declared policy, there is hereby constituted within thirty (30) days from the
|
| 388 |
+
effectivity of this Act a multi-agency body to be known as the Reproductive Health and
|
| 389 |
+
Population Management Council, hereinafter referred to as the Council. It shall be
|
| 390 |
+
composed of eighteen (18) members with the Secretary of the Department of Health
|
| 391 |
+
(DOH) and the Director General of the National Economic and Development Authority
|
| 392 |
+
(NEDA) as Co-Chairpersons and the following as members:
|
| 393 |
+
|
| 394 |
+
a. Secretary of the Department of Social Welfare and Development (DSWD)
|
| 395 |
+
b. Secretary of the Department of Education (DepEd)
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
Secretary of the Department of Labor (DOLE)
|
| 399 |
+
|
| 400 |
+
|. Secretary of the Department of the Interior and Local Government (DILG)
|
| 401 |
+
|
| 402 |
+
Executive Director of the Commission on Population (PopCom)
|
| 403 |
+
|
| 404 |
+
Chairperson of the National Commission on the Role of Filipino Women (NCRFW)
|
| 405 |
+
|
| 406 |
+
. Chairperson of the National Youth Council (NYC)
|
| 407 |
+
|
| 408 |
+
. Chairperson of the Commission on Higher Education (CHED)
|
| 409 |
+
|
| 410 |
+
Chairperson of the Housing and Urban Development Coordinating Council
|
| 411 |
+
|
| 412 |
+
(HUDCC)
|
| 413 |
+
|
| 414 |
+
j. Lead Convenor of the National Anti-Poverty Commission (NAPC)
|
| 415 |
+
|
| 416 |
+
k. Three (3) representatives from the local government units nominated by the
|
| 417 |
+
leagues of local government units and to be appointed by the President
|
| 418 |
+
|
| 419 |
+
I. Three (3) representatives from nongovernment organizations: one (1)
|
| 420 |
+
|
| 421 |
+
representative each from the women, youth and health sectors who have
|
| 422 |
+
|
| 423 |
+
distinguished themselves in the promotion of reproductive health, human
|
| 424 |
+
|
| 425 |
+
development and/or population management who shail be appointed by the
|
| 426 |
+
|
| 427 |
+
President from a list of nominees independently selected by the concerned
|
| 428 |
+
|
| 429 |
+
NGOs.
|
| 430 |
+
|
| 431 |
+
reso mpan
|
| 432 |
+
|
| 433 |
+
As much as practicable, the Secretaries of the departments and heads of agencies
|
| 434 |
+
constituting the Council shall attend personally the meetings of the Council. Separate staffs
|
| 435 |
+
on reproductive health, human development and population management in charge of the
|
| 436 |
+
implementation of this Act shall be constituted by the member departments and offices
|
| 437 |
+
within their respective agencies...
|
| 438 |
+
|
| 439 |
+
SEC. 6. Functions of the: Council. - As the central advisory, planning and
|
| 440 |
+
formulating body of the comprehensive and integrated policy on reproductive health
|
| 441 |
+
|
| 442 |
+
relative to human development and population management, the Council shalt have the
|
| 443 |
+
following functions:
|
| 444 |
+
|
| 445 |
+
a. To integrate on a continiing basis the interrelated reproductive health, human
|
| 446 |
+
development and population management agenda into a national policy, taking
|
| 447 |
+
into account regional and local concerns.
|
| 448 |
+
|
| 449 |
+
b. To provide the mechanism to ensure active and full participation of the private
|
| 450 |
+
sector and the citizenry through their organizations in the planning and
|
| 451 |
+
implementation of reproductive health care, population and development
|
| 452 |
+
programs and projects.
|
| 453 |
+
|
| 454 |
+
¢. To ensure people’s access to quality and affordable reproductive health goods
|
| 455 |
+
and services.
|
| 456 |
+
|
| 457 |
+
d. To facilitate the involvement and participation of nongovernment organizations
|
| 458 |
+
and the private sector in reproductive health care service delivery and in the
|
| 459 |
+
production, distribution and delivery of quality reproductive health and family
|
| 460 |
+
planning supplies and commodities.
|
| 461 |
+
|
| 462 |
+
e. To fully implement the Reproductive Health Care Program with the following
|
| 463 |
+
components:
|
| 464 |
+
|
| 465 |
+
1.) Reproductive and sexual health education including but not limited to
|
| 466 |
+
|
| 467 |
+
counseling on the full range of legal and medically-safe family planning
|
| 468 |
+
methods.
|
| 469 |
+
|
| 470 |
+
2.) Maternal, peri-natal and post-natal education, care and services.
|
| 471 |
+
|
| 472 |
+
3.) Promotion of male involvement, participation and responsibility in
|
| 473 |
+
reproductive health as well as other reproductive health concerns of
|
| 474 |
+
men.
|
| 475 |
+
|
| 476 |
+
4.) Prevention of abortion and management of post-abortion
|
| 477 |
+
complications.
|
| 478 |
+
|
| 479 |
+
5
|
| 480 |
+
|
| 481 |
+
|
| 482 |
+
5.) Provision of information and services addressing the reproductive
|
| 483 |
+
health needs of the poor, senior citizens, women in prostitution,
|
| 484 |
+
differently-abled persons, and women and children in war crisis
|
| 485 |
+
situations.
|
| 486 |
+
|
| 487 |
+
f. To ensure that reproductive health services are delivered with a full range of
|
| 488 |
+
|
| 489 |
+
supplies, facilities and equipment and that service providers are adequately
|
| 490 |
+
trained for reproductive health care,
|
| 491 |
+
|
| 492 |
+
g. To recommend the enactment of legislation and adoption of executive measures
|
| 493 |
+
that will strengthen and enhance the integrated policy on reproductive health,
|
| 494 |
+
population and development.
|
| 495 |
+
|
| 496 |
+
h. To hire and appoint personnel of the Secretariat and the Executive Director.
|
| 497 |
+
i, To perform such other functions necessary to attain the purposes of this Act.
|
| 498 |
+
|
| 499 |
+
SEC. 7. Secretariat. - The Council shall organize a Secretariat as its support and
|
| 500 |
+
technical staff to be headed by an Executive Director, and shall determine their respective
|
| 501 |
+
compensation, subject to applicable civil service laws, rules and regulations with a view to
|
| 502 |
+
ensuring a competent and efficient secretariat: Provided, That nominees of nongovernment
|
| 503 |
+
organizations shall be accorded preferential employment to ensure their active involvement
|
| 504 |
+
and participation in all activities of the Council.
|
| 505 |
+
|
| 506 |
+
SEC. 8. Qualifications, Powers, Functions and Duties of the Executive
|
| 507 |
+
Director. - The Executive Director of the Council shall have adequate experience in
|
| 508 |
+
reproductive health, sustainable human development and population management and
|
| 509 |
+
shall have the following powers, functions and duties:
|
| 510 |
+
|
| 511 |
+
a, Execute, implement and enforce the policies, programs, projects, rules and
|
| 512 |
+
regulations of the Council;
|
| 513 |
+
|
| 514 |
+
b. Direct and supervise the operations and internal affairs of the Council;
|
| 515 |
+
¢. Establish the internal organization and administrative procedures of the Council,
|
| 516 |
+
|
| 517 |
+
recommend to the Council the appointment of the necessary administrative and
|
| 518 |
+
subordinate personnel; and .
|
| 519 |
+
|
| 520 |
+
d. Exercise such other powers and functions and perform such duties as are not
|
| 521 |
+
specifically lodged in the Council.
|
| 522 |
+
|
| 523 |
+
SEC. 9. Internal Revenue Allotment (IRA) for Reproductive Health. — Fifty
|
| 524 |
+
(50%) percent out of the 20% Internal Revenue Allotment (IRA) share of local government
|
| 525 |
+
units (LGUs) which they are mandated to provide for local development projects under
|
| 526 |
+
Section 287 of the “Local Government Code of 1991” (RA No. 7160) shall be appropriated
|
| 527 |
+
by each LGU for reproductive health care services.
|
| 528 |
+
|
| 529 |
+
The appropriation for reproductive health care services shall be included in the
|
| 530 |
+
annual budget of LGUs effective Fiscal Year 2005.
|
| 531 |
+
|
| 532 |
+
|
| 533 |
+
No focal budget shall be approved without the requisite appropriation for
|
| 534 |
+
reproductive health care services.
|
| 535 |
+
|
| 536 |
+
Copies of the development plans of local government units shall be furnished the
|
| 537 |
+
Department of Interior and Local Government and the Council.
|
| 538 |
+
|
| 539 |
+
SEC. 10. Mobile Health Care Service. - Each Congressional District shall be
|
| 540 |
+
provided with a_van to be known as the Mobile Health Care Service (MHCS) to deliver
|
| 541 |
+
health care goods and services to its constituents, more particularly to the poor and needy,
|
| 542 |
+
as well as disseminate knowledge and information on reproductive health: Provided, That
|
| 543 |
+
reproductive health and sexuality education shall be conducted by competent and
|
| 544 |
+
adequately trained persons preferably reproductive health care providers: Provided,
|
| 545 |
+
further, That a wide range of family planning methods, both natural/traditional and
|
| 546 |
+
modern, shali be taught.
|
| 547 |
+
|
| 548 |
+
The operation and maintenance of the MHCS shall be funded from the Priority
|
| 549 |
+
Development Assistance Fund (PDA) of each Congressional District.
|
| 550 |
+
|
| 551 |
+
The MHCS shall be adequately equipped with a wide range of reproductive health
|
| 552 |
+
care materials and information dissemination devices and equipment, the ‘latter including
|
| 553 |
+
but not limited to a television set for audio-visual presentation.
|
| 554 |
+
|
| 555 |
+
SEC. 11. Mandatory Reproductive Health and Sexuality Education: -
|
| 556 |
+
Reproductive Health and Sexuality Education in an age-appropriate manner shall be taught
|
| 557 |
+
by adequately trained teachers starting from Grade 5 up to Fourth Year High School.
|
| 558 |
+
Reproductive Health and Sexuality Education shall commence at the start of the school
|
| 559 |
+
year immediately following one year effectivity of this Act. The Council shall formulate the
|
| 560 |
+
Sexuality Education curriculum, which shall be common to both public and private Schools,
|
| 561 |
+
based on the following subjects and standards:
|
| 562 |
+
|
| 563 |
+
a. Reproductive health
|
| 564 |
+
|
| 565 |
+
b. Reproductive health care and services
|
| 566 |
+
|
| 567 |
+
c. Attitudes, beliefs and values on sexual development, sexual behavior and sexual
|
| 568 |
+
|
| 569 |
+
health
|
| 570 |
+
|
| 571 |
+
d. Proscription and hazards of abortion
|
| 572 |
+
|
| 573 |
+
e. Family plannitig and the number and spacing of children
|
| 574 |
+
|
| 575 |
+
Natural/traditional methods to prevent unwanted, unplanned and mistimed
|
| 576 |
+
pregnancy
|
| 577 |
+
|
| 578 |
+
g. Use of modern contraceptive devices
|
| 579 |
+
|
| 580 |
+
|
| 581 |
+
h. Abstinence before marriage
|
| 582 |
+
|, Prevention and treatment of HIV/AIDS and other STIs/STDs
|
| 583 |
+
j. Safe sex
|
| 584 |
+
|
| 585 |
+
SEC. 12. Capability Building of Barangay Health Workers. - Barangay Health
|
| 586 |
+
Workers shall undergo retraining on the delivery of reproductive health care services and
|
| 587 |
+
shall receive a 10% increase in honoraria upon successful completion of training.
|
| 588 |
+
|
| 589 |
+
SEC. 13. Ideal Family Size. — In order to attain the desired population growth
|
| 590 |
+
rate, the State shall encourage two (2) children as the ideal family size. Children from
|
| 591 |
+
these families shall have preference in the grant of scholarships at the tertiary level.
|
| 592 |
+
|
| 593 |
+
SEC. 14. Incentives for the Manufacture/Importation of Reproductive
|
| 594 |
+
Health Care Commodities. - Local manufacturers of family planning devices and related
|
| 595 |
+
reproductive health commodities shall enjoy personal and corporate income tax exemptions
|
| 596 |
+
for three (3) years from the start of their operation or for three (3) years from the
|
| 597 |
+
effectivity of this Act. They shall have access to low interest bearing and concessionary
|
| 598 |
+
capital loans from government banks. Importation of such devices and commodities, not
|
| 599 |
+
locally manufactured, shal! be levied reduced tariffs.
|
| 600 |
+
|
| 601 |
+
SEC. 15. Employers’ Responsibil
|
| 602 |
+
|
| 603 |
+
‘ies. - Employers shall respect the reproductive
|
| 604 |
+
health rights of their workers. Women shail-not be discriminated against in the matter of
|
| 605 |
+
hiring, regularization of employment status or selection for retrenchment.
|
| 606 |
+
|
| 607 |
+
All Collective Bargaining Agreements (CBAs) shall provide for the free delivery of
|
| 608 |
+
reasonable reproductive health care services and devices to the workers, more particularly
|
| 609 |
+
the women.
|
| 610 |
+
|
| 611 |
+
SEC. 16. Private Practitioners’ Support. - Pursuant to Section 5 (b) hereof
|
| 612 |
+
private. reproductive health care service providers, including but not limited to
|
| 613 |
+
gynecologists and obstetricians, shall endeavor to render such services free of charge or at
|
| 614 |
+
reduced professional fee rates to indigent and low income patients.
|
| 615 |
+
|
| 616 |
+
SEC. 17. Multi-Media Campaign. The Council shall initiate and sustain a
|
| 617 |
+
heightened nationwide multi-media campaign to raise the level of public awareness of the
|
| 618 |
+
urgent need to protect and promote reproductive health care and rights relative to human
|
| 619 |
+
development and population management.
|
| 620 |
+
|
| 621 |
+
|
| 622 |
+
SEC. 18. Tax-Deductible Donations - All donations to the Council for the
|
| 623 |
+
implementation of this Act shall be deductible to its full amount from the net personal or
|
| 624 |
+
corporate income due from the donor.
|
| 625 |
+
|
| 626 |
+
SEC. 19. Prohibited Acts. - The following acts are prohibited:
|
| 627 |
+
|
| 628 |
+
a) Any health care service provider, whether public or private, who shall:
|
| 629 |
+
|
| 630 |
+
1. Knowingly withhold information, or restrict the dissemination thereof, and/or
|
| 631 |
+
intentionally provide incorrect information regarding programs and services
|
| 632 |
+
‘on reproductive health including the right to informed choice and access to a
|
| 633 |
+
full range of legal, medically-safe and effective family planning methods;
|
| 634 |
+
|
| 635 |
+
2. Refuse to perform voluntary sterilization and ligation and other legal and
|
| 636 |
+
medically-safe reproductive health care services on any person of legal age
|
| 637 |
+
‘on the ground of lack of third party consent or authorization: Provided, That
|
| 638 |
+
in the case of abused minors as certified to by the Department of Social
|
| 639 |
+
Welfare and Development, and pregnant minors, no prior parental consent
|
| 640 |
+
shall be necessary;
|
| 641 |
+
|
| 642 |
+
3. Fail or cause to fail deliberately, or through gross negligence, or inexcusable
|
| 643 |
+
neglect, the delivery of reproductive health care services as mandated under
|
| 644 |
+
this Act, the Locat~Government Code of 1991, the Labor Code, and
|
| 645 |
+
Presidential Decree 79, as amended; and
|
| 646 |
+
|
| 647 |
+
4. Refuse to extend quality health care services and information on account of
|
| 648 |
+
the provider's marital status, gender or sexual orientation, age, religion,
|
| 649 |
+
Personal circumstances, and nature of work: Provided, That all conscientious
|
| 650 |
+
objections of health care service providers based on ethical and religious
|
| 651 |
+
grounds shall be respected: Provided, however, That the conscientious
|
| 652 |
+
objector shail immediately refer the person seeking such care and services to
|
| 653 |
+
another health care service provider within the same facility or one which is
|
| 654 |
+
conveniently accessible: Provided, finally, That the person is not in an
|
| 655 |
+
emergency condition or serious case as defined in RA 8344 -penalizing the
|
| 656 |
+
refusal of hospitals and medical clinics to administer appropriate initia!
|
| 657 |
+
medical treatment and support in emergency and serious cases.
|
| 658 |
+
|
| 659 |
+
b) Any public official at both the national and local levels with power and authority over
|
| 660 |
+
any subordinate who shall prohibit or intentionally restrict the delivery of legal and
|
| 661 |
+
medically-safe reproductive health care services, including family planning.
|
| 662 |
+
|
| 663 |
+
Any employer who shall require or cause a female applicant for employment or an
|
| 664 |
+
employee to involuntarily submit herself to sterilization or any contraceptive method,
|
| 665 |
+
including but not limited to injection of depo provera as a condition for employment
|
| 666 |
+
‘or continued employment.
|
| 667 |
+
|
| 668 |
+
Any person who shall engage in willful disinformation with respect to reproductive
|
| 669 |
+
health care and rights or the provisions of this Act or cause such disinformation.
|
| 670 |
+
|
| 671 |
+
0
|
| 672 |
+
|
| 673 |
+
d
|
| 674 |
+
|
| 675 |
+
SEC. 20. Penalties. - Any violation of this Act shall be penalized by imprisonment
|
| 676 |
+
ranging from one (1) month to six (6) months or a fine of Twenty Thousand Pesos
|
| 677 |
+
(P20,000.00) or both such fine and imprisonment at the discretion of the proper court. If
|
| 678 |
+
the offender is a juridical person, the penalty shall be imposed upon the President,
|
| 679 |
+
Treasurer, Secretary or any person or officer responsible for the violation. If the offender is
|
| 680 |
+
|
| 681 |
+
|
| 682 |
+
an alien, he/she shall, after service of sentence, be deported immediately without further
|
| 683 |
+
proceedings in the Bureau of Immigration. If the offender is a public officer or employee,
|
| 684 |
+
the Court shall, in addition to the penalties hereinabove provided, order his/her dismissal
|
| 685 |
+
from the government service.
|
| 686 |
+
|
| 687 |
+
SEC. 21. Implementing Rules and Regulations. — Within thirty (30) days from
|
| 688 |
+
the effectivity of this Act, the Department of Health, National Economic and Development
|
| 689 |
+
Authority and Commission on Population shall jointly promulgate, after thorough
|
| 690 |
+
consultation with health and national multi-sectoral nongovernment organizations, the rules
|
| 691 |
+
and regulations for the effective implementation of this Act and shall ensure the full
|
| 692 |
+
dissemination of the same to the public.
|
| 693 |
+
|
| 694 |
+
SEC. 22. Bicameral Congressional Oversight Committee. - A Bicameral
|
| 695 |
+
Congressional Oversight Committee is hereby created to regularly monitor and assess the
|
| 696 |
+
implementation of this Act. The Committee shall be composed of six (6) members of the
|
| 697 |
+
Senate and six (6) members of the House of Representatives who are active members of
|
| 698 |
+
the Philippine Legislators’ Committee on Population and Development (PLCPD) to be
|
| 699 |
+
designated by the Senate Presideit.and the Speaker of the House of Representatives,
|
| 700 |
+
respectively: Provided, That two.(2) of the six (6) members coming from each Chamber
|
| 701 |
+
shall represent the minority as designated by the respective minority leaders.
|
| 702 |
+
|
| 703 |
+
SEC. 23. Appropriations. ~ The amount of P100 million is initially appropriated to
|
| 704 |
+
carry out the provisions this Act. Thereafter, such sums as may be necessary for the
|
| 705 |
+
effective implementation of this Act shall be included in the annual General Appropriations
|
| 706 |
+
Act.
|
| 707 |
+
|
| 708 |
+
SEC, 24. Separability Clause. - If any part, section or provision of this Act is held
|
| 709 |
+
|
| 710 |
+
invalid or unconstitutional, other provisions not affected thereby shall remain in full force
|
| 711 |
+
and effect.
|
| 712 |
+
|
| 713 |
+
SEC. 25. Repealing Clause. — All other laws, decrees, orders, issuances, rules and
|
| 714 |
+
regulations contrary to or inconsistent with the provisions of this Act are hereby repealed,
|
| 715 |
+
amended or modified accordingly.
|
| 716 |
+
|
| 717 |
+
SEC. 26. Effectivity. - This Act shall take effect fifteen (15) days after its
|
| 718 |
+
Publication in at least two (2) newspapers of national circulation.
|
| 719 |
+
|
| 720 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00017.txt
ADDED
|
@@ -0,0 +1,672 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
FIRST REGULAR SESSION
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 1%
|
| 9 |
+
|
| 10 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
It is indisputable that the development of a nation is in the hands of its People. As
|
| 15 |
+
Professor Frederick Harbison of Princeton University correctly pointed out :
|
| 16 |
+
|
| 17 |
+
Human resources . . . constitute the ultimate basis for wealth of
|
| 18 |
+
nations. — Capital natural resources are passive factors of
|
| 19 |
+
Production; human beings are the active agents who accumulate
|
| 20 |
+
capital, exploit natural resources, build social, economic and political
|
| 21 |
+
organizations, and carry forward national development. Clearly, a
|
| 22 |
+
country which is unable to develop the skills and knowledge of its
|
| 23 |
+
People and to utilize them, effectively in the national economy will be
|
| 24 |
+
unable to develop anything else.
|
| 25 |
+
|
| 26 |
+
Needless to stress, manpower development through education deserves to be given
|
| 27 |
+
Premium by the State. Hence, Section 1, Article XIV of the Constitution mandates the State to
|
| 28 |
+
“.... protect and promote the right of all citizens to quality education at alll levels and ... take
|
| 29 |
+
appropriate steps to make such education accessible to all.”
|
| 30 |
+
|
| 31 |
+
Students equipped with a nationalist and relevant education are an invaluable moving
|
| 32 |
+
force in a progressive social transformation. It is, however, lamentable that on many campuses
|
| 33 |
+
Obtaining conditions hinder effective acquisition of relevant knowledge and skills as students
|
| 34 |
+
rights are violated with impunity.
|
| 35 |
+
|
| 36 |
+
This proposed Magna Carta of Students, therefore, seeks to respect, protect and fulfill
|
| 37 |
+
the rights of students in the secondary, post-secondary, graduate and post-graduate courses.
|
| 38 |
+
|
| 39 |
+
Among the salient features of this bill are:
|
| 40 |
+
|
| 41 |
+
Student representation in the governing board and other policy-making bodies of the
|
| 42 |
+
|
| 43 |
+
school;
|
| 44 |
+
|
| 45 |
+
Creation of a multi-sectoral School Fee Board;
|
| 46 |
+
|
| 47 |
+
Right to organize and run an autonomous student council or government;
|
| 48 |
+
|
| 49 |
+
Right to publish and circulate an independent school paper;
|
| 50 |
+
|
| 51 |
+
._ Right to admission without undue discrimination;
|
| 52 |
+
|
| 53 |
+
. Right to take periodic examinations even if a student has not paid the amount due provided
|
| 54 |
+
it does not exceed two installments;
|
| 55 |
+
|
| 56 |
+
7. Non-militarization of the campus;
|
| 57 |
+
|
| 58 |
+
8. Right to due process in disciplinary proceedings;
|
| 59 |
+
|
| 60 |
+
9. Right to adequate academic and welfare services consistent with the economic capacity of
|
| 61 |
+
|
| 62 |
+
the school;
|
| 63 |
+
10. Criminalization of violations of the rights guaranteed in the Magna Carta of Students.
|
| 64 |
+
|
| 65 |
+
PAdwWN
|
| 66 |
+
|
| 67 |
+
Despite the good intentions of the aforementioned provisions, it is deplorable that the
|
| 68 |
+
Magna Carta of Students has been assailed due to deliberate misinformation and baseless fears.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Contrary to the claims of uitra-militant student groups, the creation of the School Fee
|
| 72 |
+
Board will not institutionalize tuition increases. What it will institutionalize is democratic and
|
| 73 |
+
genuine consultation in order to prevent unjustified school fee increases. If the school owners
|
| 74 |
+
Cannot present valid documents to justify proposed fee increases then the School Fee Board has
|
| 75 |
+
the right to deny their proposal. The board is tasked to deliberate on school fee “adjustments”
|
| 76 |
+
which could be a proposal either to hike or roll back the fees,
|
| 77 |
+
|
| 78 |
+
Ultra-militant students should understand that Congress cannot legislate against or
|
| 79 |
+
|
| 80 |
+
Prohibit school fee increases which are subject to market forces or economic variables beyond
|
| 81 |
+
the control of lawmakers.
|
| 82 |
+
|
| 83 |
+
The fear of ultra-militant students that the establishment of one supreme or central
|
| 84 |
+
Student council on one campus seeks to abolish local college councils is absolutely unfounded.
|
| 85 |
+
The local college councils will continue to co-exist with the supreme or central student council,
|
| 86 |
+
The bill even provides that the student representative in the governing board shall be the
|
| 87 |
+
chairman of the student council or any designated representative chosen by the heads of
|
| 88 |
+
various local college student councils.
|
| 89 |
+
|
| 90 |
+
Students, according to radical campus activists, do not need laws or legislators for
|
| 91 |
+
students to protect and promote their rights and welfare. The Magna Carta of Students is
|
| 92 |
+
Rot for the very few radical campus activists. It is for the overwhelming majority of students
|
| 93 |
+
many of whom are not even aware of their rights, Moreover, the bill does not only guarantee
|
| 94 |
+
the exercise of these rights. It imposes criminal sanctions on their violations.
|
| 95 |
+
|
| 96 |
+
The Magna Carta of Students will penalize the violators of the rights of all students --
|
| 97 |
+
whether radical, moderate or uninvolved. It will make democracy on the campus a reality for
|
| 98 |
+
the benefit of all students and other sectors of the academic community.
|
| 99 |
+
|
| 100 |
+
To allay the fears of schoo! administrators and parents, the Magna Carta of Students
|
| 101 |
+
will not breed a class of student warriors.
|
| 102 |
+
|
| 103 |
+
There is campus unrest if students’ rights are transgressed.
|
| 104 |
+
|
| 105 |
+
There is campus unrest when students are summarily dismissed; when peaceful student
|
| 106 |
+
assemblies are forcefully or violently dispersed; when student leaders are arrested without
|
| 107 |
+
justifiable cause; when schoo! policies adversely affecting students are unilaterally formulated
|
| 108 |
+
and arbitrarily imposed on the students; when students are not allowed to organize student
|
| 109 |
+
Councils and are prohibited from publishing school papers; when tuition and other school fees
|
| 110 |
+
are exorbitantly increased without prior consultation with students and their parents; when
|
| 111 |
+
Student activists are truncheoned, beaten up and detained inside the school's security
|
| 112 |
+
detachment; when military detachments are installed on the campuses.
|
| 113 |
+
|
| 114 |
+
The Magna Carta of Students envisions an academic Community free of all these
|
| 115 |
+
violations that trigger student mass protests. With the exercise of students’ rights protected
|
| 116 |
+
and respected, peace and harmony will reign on the campus.
|
| 117 |
+
|
| 118 |
+
Accordingly, approval of this measure is earnestly sought.
|
| 119 |
+
|
| 120 |
+
———
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
Republic of the Philippines
|
| 124 |
+
HOUSE OF REPRESENTATIVES
|
| 125 |
+
Quezon City, Metro Manila
|
| 126 |
+
THIRTEENTH CONGRESS
|
| 127 |
+
FIRST REGULAR SESSION
|
| 128 |
+
|
| 129 |
+
HOUSE BILL NO. 17
|
| 130 |
+
|
| 131 |
+
Introduced by HONORABLE EDCEL C. LAGMAN
|
| 132 |
+
as SSSSSSSSSSS—
|
| 133 |
+
|
| 134 |
+
AN ACT
|
| 135 |
+
PROVIDING FOR A MAGNA CARTA OF STUDENTS
|
| 136 |
+
|
| 137 |
+
Ge it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 138 |
+
assembled:
|
| 139 |
+
|
| 140 |
+
SECTION 1. Title. - This Act shall be known as the Magna Carta of Students.
|
| 141 |
+
CHAPTER I
|
| 142 |
+
GENERAL PRINCIPLES
|
| 143 |
+
|
| 144 |
+
SEC. 2. Declaration of Policy, - It is the policy of the State to protect and promote
|
| 145 |
+
the physical, mental, spiritual, intellectual and social well-being of the youth. Toward this end,
|
| 146 |
+
educational institutions shall inculcate in them patriotism and nationalism, encourage critical
|
| 147 |
+
and creative thinking, strengthen ethical and spiritual values and teach the rights and duties of
|
| 148 |
+
citizenship.
|
| 149 |
+
|
| 150 |
+
The State shall promote the right of all citizens regardless of sexual orientation, age,
|
| 151 |
+
creed, socio-economic status, physical condition, political or other affiliation to relevant and
|
| 152 |
+
quality education at all levels.
|
| 153 |
+
|
| 154 |
+
The State shall protect and promote the rights of students to enable them to participate
|
| 155 |
+
actively and effectively in the democratic processes of effecting progressive and developmental
|
| 156 |
+
changes in society.
|
| 157 |
+
|
| 158 |
+
SEC. 3, Guiding Principles. - This Act declares the following as basic guiding
|
| 159 |
+
principles:
|
| 160 |
+
|
| 161 |
+
(2) The educational system being the principal institutional mechanism for
|
| 162 |
+
imparting knowledge and developing skills shail be given priority attention and support by the
|
| 163 |
+
government.
|
| 164 |
+
|
| 165 |
+
(b) Education is a right and not a mere privilege. It is therefore the responsibility of the
|
| 166 |
+
State to provide quality education accessible to all.
|
| 167 |
+
|
| 168 |
+
(c) Student organizations enhance democratic processes on the campus.
|
| 169 |
+
Membership and active participation in student organizations, alliances and federations which
|
| 170 |
+
Promote and protect students’ rights and welfare and/or contribute to national development
|
| 171 |
+
shall be guaranteed by the State and school authorities.
|
| 172 |
+
|
| 173 |
+
(q) Student organizations shall not be subject to rules and regulations that unduly
|
| 174 |
+
hamper their activities and are prejudicial to their objectives and interests.
|
| 175 |
+
|
| 176 |
+
(@) Student councils/governments being the most representative of the studentry
|
| 177 |
+
and the highest expression of student power on the campus shall have the right to participate
|
| 178 |
+
in the formulation of schoo! policies directly affecting students.
|
| 179 |
+
|
| 180 |
+
|
| 181 |
+
(f) Student publications shall serve as a principal medium for free expression,
|
| 182 |
+
dissemination of information, and interaction among the different sectors of the academic
|
| 183 |
+
community.
|
| 184 |
+
|
| 185 |
+
(g) With their democratic rights guaranteed, students can serve as a potent and cogent
|
| 186 |
+
force in the country’s nationalist social transformation.
|
| 187 |
+
|
| 188 |
+
SEC. 4. Definition of Terms. - As used in this Act, the following terms shall mean:
|
| 189 |
+
|
| 190 |
+
(a) "Student" - any person enrolled in school in the secondary, post secondary tertiary,
|
| 191 |
+
graduate and postgraduate levels, including those enrolled in vocational and technical
|
| 192 |
+
education,
|
| 193 |
+
|
| 194 |
+
(b) "School" - any private, public or government-run and funded academic educational
|
| 195 |
+
institution offering any or all courses in the above-mentioned levels.
|
| 196 |
+
|
| 197 |
+
(©) “Schoo! campus" - the totality of all contiguous or proximate buildings, grounds and
|
| 198 |
+
other facilities designated by the school authorities as areas or facilities for the use of their
|
| 199 |
+
students.
|
| 200 |
+
|
| 201 |
+
(@) "Governing Board" - the highest policy making body of the school such as: Board of
|
| 202 |
+
Directors, Trustees or Regents.
|
| 203 |
+
|
| 204 |
+
(e) "Student Council/Government” - the body representing the whole student population
|
| 205 |
+
in one school or school campus whose officers are annually elected at large by the whole
|
| 206 |
+
student population pursuant to its constitution and by-laws, if any.
|
| 207 |
+
|
| 208 |
+
(A) "Council of Leaders" - the body composed of the heads of various student
|
| 209 |
+
organizations chaired by the President/Chairman of the Student Council.
|
| 210 |
+
|
| 211 |
+
(g) "Tuition" - the fee representing direct costs of instruction, training and other related
|
| 212 |
+
activities, and the use of school facilities. The term “other school fees” refers to fees which
|
| 213 |
+
Cover other necessary costs supportive of instruction, including but not limited to medical and
|
| 214 |
+
dental, athletic, library, laboratory, and Citizens Army Training (CAT) or Citizens Military
|
| 215 |
+
Training (CMT) fees.
|
| 216 |
+
|
| 217 |
+
CHAPTER II
|
| 218 |
+
RIGHT TO ADMISSION AND QUALITY EDUCATION
|
| 219 |
+
|
| 220 |
+
SEC. 5. Admission. - (a) No student shall be denied admission to any school on
|
| 221 |
+
account of his/her physical handicap, socio-economic status, political or religious beliefs,
|
| 222 |
+
sexual orientation or membership in student organizations, nor shall pregnant students,
|
| 223 |
+
Certified reformed drug abusers and those suffering from the acquired immune deficiency
|
| 224 |
+
syndrome. be discriminated against.
|
| 225 |
+
|
| 226 |
+
Failure of or refusal by a student to sign waiver documents prepared by the school
|
| 227 |
+
administration shall not constitute a ground for his/her non-admission.
|
| 228 |
+
|
| 229 |
+
(b) A student shall have the right to freely choose his/her fields of study subject to
|
| 230 |
+
existing curricula and to continue his/her course up to graduation except in case of academic
|
| 231 |
+
deficiency or violation of disciplinary regulations which do not infringe upon the exercise of
|
| 232 |
+
students’ rights.
|
| 233 |
+
|
| 234 |
+
SEC. 6. Right to Competent instruction and Relevant Quality Education. -
|
| 235 |
+
Every student shall have the right to competent instruction and quality education relevant to
|
| 236 |
+
his/her personal and cultural development and that of the nation.
|
| 237 |
+
|
| 238 |
+
There shall be at least one student representative in the body or committee which
|
| 239 |
+
screens incoming faculty members. He/she or they shall be regularly elected and endorsed by
|
| 240 |
+
the Student Council to the school official authorized to appoint the members of the screening
|
| 241 |
+
body or committee.
|
| 242 |
+
|
| 243 |
+
Students shall have the right to make a written evaluation of the performance of their
|
| 244 |
+
teachers toward the end of the school term.
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
SEC. 7. Right to Adequate Welfare Services and Academic Facilities. - It shall
|
| 248 |
+
be the responsibility of the school administration to provide the students with adequate welfare
|
| 249 |
+
services and academic facilities relative to the financial capacity of the school.
|
| 250 |
+
|
| 251 |
+
School authorities shall endeavor to provide free annual physical check-up to students.
|
| 252 |
+
It shall be the responsibility of schoo! authorities to provide students with adequate laboratory,
|
| 253 |
+
library, research, recreation and physical education facilities.
|
| 254 |
+
|
| 255 |
+
It shall be the responsibility of the schoo! administration to promptly notify students
|
| 256 |
+
concerned of letters and other communications it receives in behalf of the students.
|
| 257 |
+
|
| 258 |
+
CHAPTER IIT
|
| 259 |
+
RIGHT TO ORGANIZE
|
| 260 |
+
|
| 261 |
+
SEC. 8. Right to Organize Among Themselves. - Unity and collective effort being
|
| 262 |
+
fundamental to the realization of common goals and the promotion and protection of common
|
| 263 |
+
interests, the State recognizes the right of students to organize among themselves.
|
| 264 |
+
|
| 265 |
+
The right of students to form, assist, or join any organization, alliance or
|
| 266 |
+
federation for their physical, intellectual, moral, cultural, civic, spiritual and political
|
| 267 |
+
interests shall not be abridged. Pursuant thereto, the practice of making students sign waiver
|
| 268 |
+
documents which state that they are not members of and will not join a specified
|
| 269 |
+
organization before being allowed to enrol! is hereby prohibited.
|
| 270 |
+
|
| 271 |
+
SEC. 9. Student Council/Government. - The State shall ensure the existence of
|
| 272 |
+
democratic and autonomous student councils/governments. Pursuant thereto, there shall be
|
| 273 |
+
One supreme/central student council/government for each school campus which shall be
|
| 274 |
+
given recognition by the schools, colleges and universities concerned. It shall have its own set
|
| 275 |
+
Of officers elected in annual popular elections. Every student council/government shall
|
| 276 |
+
have the right to determine its policies and programs on student activities subject to its duly
|
| 277 |
+
Fatified charter or constitution and to school rules and regulations provided the same do not
|
| 278 |
+
Infringe on the rights guaranteed by this Act.
|
| 279 |
+
|
| 280 |
+
SEC. 10. Accreditation of and Granting of Privileges to Student Organizations. -
|
| 281 |
+
No unreasonable requirements shall be imposed on student organizations seeking recognition.
|
| 282 |
+
|
| 283 |
+
Accreditation shall be granted upon the submission by the organization concemed of its
|
| 284 |
+
(1) concept paper and constitution, and (2) a formal letter addressed to the student council
|
| 285 |
+
stating the organization's intent to be accredited.
|
| 286 |
+
|
| 287 |
+
At the tertiary level, the student council in coordination with the school student affairs
|
| 288 |
+
Office shall take charge of the accreditation of student organizations. The guidelines concerning
|
| 289 |
+
accreditation shall be formulated jointly by the student council and the council of leaders
|
| 290 |
+
composed of the heads of the different student organizations. The student council shall
|
| 291 |
+
oversee the implementation of these guidelines and mediate in instances of conflicts.
|
| 292 |
+
|
| 293 |
+
There shall be no discrimination in the assignment of school facilities and the granting of
|
| 294 |
+
other privileges to student organizations. The school administration shall endeavor to provide,
|
| 295 |
+
free of charge, a hall or building to house the offices of the different student organizations
|
| 296 |
+
within the premises of the school.
|
| 297 |
+
|
| 298 |
+
Excessive charges for the use of school facilities shall be prohibited. Whenever possible,
|
| 299 |
+
the school administration shall allow student organizations to use school facilities free of. ‘charge.
|
| 300 |
+
|
| 301 |
+
SEC. 11. Coordination of Student Organizations’ Activities. - All on and off
|
| 302 |
+
campus activities of student organizations shall be coordinated by the student
|
| 303 |
+
‘council/government.
|
| 304 |
+
|
| 305 |
+
|
| 306 |
+
The Committee on Elections (COMELEC) constituted to conduct the election of the
|
| 307 |
+
Officers of the student council/government shall be composed solely of bona fide students of
|
| 308 |
+
the school, The conduct of the student council election shall be held in coordination with the
|
| 309 |
+
student affairs office.
|
| 310 |
+
|
| 311 |
+
SEC. 12. Prohibition Against the Use of Force and Exaction of Excessive Fees. -
|
| 312 |
+
All campus organizations shall be prohibited from using force in the initiation of and exacting
|
| 313 |
+
excessive fees from their members as well as in their other student activities.
|
| 314 |
+
|
| 315 |
+
CHAPTER IV
|
| 316 |
+
RIGHT TO PARTICIPATE IN POLICY MAKING
|
| 317 |
+
|
| 318 |
+
SEC. 13. Participation in Policy-Making Process. - (a) There shall be a student
|
| 319 |
+
representative in the Governing Board of the school. The chairman/president of the student
|
| 320 |
+
council or any designated representative chosen by the heads of various local college student
|
| 321 |
+
councils shall be the student representative and shall have the same rights as those of a
|
| 322 |
+
regular member; provided, that his/her privileges shall be limited to reimbursements
|
| 323 |
+
for actual expenses incurred in attending meetings. The same rights shall be granted to the
|
| 324 |
+
secondary level.
|
| 325 |
+
|
| 326 |
+
The students shall also be represented in other policymaking bodies which directly affect
|
| 327 |
+
thelr welfare, especially in curriculum drafting, review and revision, student discipline, and
|
| 328 |
+
academic standards. The representatives shall be designated by the student council.
|
| 329 |
+
|
| 330 |
+
(b) Representatives of national student organizations shall actively participate and
|
| 331 |
+
Possess voting powers in the formulation of national policies by governmental agencies on
|
| 332 |
+
Matters affecting students’ rights and welfare including tuition.
|
| 333 |
+
|
| 334 |
+
SEC. 14, Students’ Initiative and Referendum. - The student council/government
|
| 335 |
+
through a majority vote of all its members shall have the right to initiate the formulation,
|
| 336 |
+
modification or rejection of a school policy affecting the students. The proposition for the
|
| 337 |
+
formulation, modification or rejection of a school policy affecting the students shall be
|
| 338 |
+
submitted to and approved by a majority of the votes cast by all the bona fide students of the
|
| 339 |
+
school in a referendum called for the purpose.
|
| 340 |
+
|
| 341 |
+
SEC. 15. Right to File an Appeal. - The student council/government through a
|
| 342 |
+
Majority vote of all its members shall have the right to file an appeal on a decision of any
|
| 343 |
+
policymaking body subordinate to the governing board. Such appeal shall be filed with the
|
| 344 |
+
governing board.
|
| 345 |
+
|
| 346 |
+
The student council/government with the same requisite number of votes referred
|
| 347 |
+
to in the previous paragraph may file a motion for reconsideration on any decision of the
|
| 348 |
+
governing board.
|
| 349 |
+
|
| 350 |
+
In case of any decision unfavorable to the students, the Student Council may file an
|
| 351 |
+
appeal with the Department of Education (DepEd), the Technical Education and Skills
|
| 352 |
+
Development Authority (TESDA) and the Commission on Higher Education (CHED), insofar as
|
| 353 |
+
the secondary, post-secondary technical-vocational, and tertiary students, respectively, are
|
| 354 |
+
concerned.
|
| 355 |
+
|
| 356 |
+
All appeals and motions for reconsideration referred to in the previous paragraph must
|
| 357 |
+
be filed within thirty (30) calendar days from date of notice of decision.
|
| 358 |
+
|
| 359 |
+
‘SEC. 16. On the Matter of School Fees. - Within thirty (30) days from the start of a
|
| 360 |
+
school year the governing board of every school shall create a body to be known as the School
|
| 361 |
+
Fee Board which shall study, conduct consultation and thereafter recommend on tuition and
|
| 362 |
+
other school fee adjustments. At the tertiary level this body shall be composed of an
|
| 363 |
+
equal number of representatives from the administration, academic and nonacademic
|
| 364 |
+
|
| 365 |
+
|
| 366 |
+
Personnel, parents/guardians, students and alumni associations. These representatives shall
|
| 367 |
+
Choose a chairperson from among themselves. Greater representation shall be given to parents
|
| 368 |
+
than to students in the secondary level.
|
| 369 |
+
|
| 370 |
+
In justifying any tuition and/or school fee increase before the School Fee Board, the
|
| 371 |
+
school concerned shall be required to present the school’s financial statements for the last five
|
| 372 |
+
(5) years immediately preceding the proposal for such increase. Refusal of the schoo!
|
| 373 |
+
administration to show its books and records for inspection by the School Fee Board shall mean
|
| 374 |
+
automatic denial of its proposal for increases.
|
| 375 |
+
|
| 376 |
+
The School Fee Board shail not act on a proposal to increase school fees unless the
|
| 377 |
+
students and their parents are consulted at least one hundred twenty (120) days before the
|
| 378 |
+
school year, semester or term in which the increase is to be effected.
|
| 379 |
+
|
| 380 |
+
In the event the decision of the School Fee Board is not favorably acted upon by the
|
| 381 |
+
school governing board, the latter's decision may be appealed by any affected member of
|
| 382 |
+
the school community to the appropriate education agencies within (30) days from date of
|
| 383 |
+
notice of decision.
|
| 384 |
+
|
| 385 |
+
No student or parent shall be required to sign any contract or agreement respecting
|
| 386 |
+
adjustments in tuition and other fees as a condition for enrollment or for any other purpose.
|
| 387 |
+
|
| 388 |
+
For purposes of this section, "Consultation" shall mean dissemination of adequate
|
| 389 |
+
information relative to tuition and other school fees, the increases thereof, objections thereto,
|
| 390 |
+
or the justifications therefor and shail include but not be limited to the holding of meetings
|
| 391 |
+
and hearings as may be necessary to ventilate the tuition and other fee issues. Pursuant
|
| 392 |
+
thereto, all meetings or hearings conducted for consultation purposes shall be properly
|
| 393 |
+
documented and circulated.
|
| 394 |
+
|
| 395 |
+
CHAPTER V
|
| 396 |
+
|
| 397 |
+
RIGHT TO FREE EXPRESSION AND INFORMATION
|
| 398 |
+
AND RIGHT TO ACADEMIC FREEDOM
|
| 399 |
+
|
| 400 |
+
SEC. 17. Right to be Informed. - The right of the students to information on matters
|
| 401 |
+
directly or Indirectly affecting their welfare shall be recognized. Access to official records and
|
| 402 |
+
other pertinent documents and papers pertaining to official acts, transactions or decisions shall
|
| 403 |
+
be afforded the students subject only to reasonable regulations that may be imposed such as
|
| 404 |
+
time for examining the documents and other papers to prevent loss or damage of the same.
|
| 405 |
+
|
| 406 |
+
SEC. 18. Freedom of Expression. - Subject to existing laws, students shall have the
|
| 407 |
+
right to freely express their views and opinions. They shall have the right to peaceably
|
| 408 |
+
assemble and petition the government and school authorities for the redress of their
|
| 409 |
+
grievances. Pursuant thereto, no school regulation shall be imposed violating or abridging the
|
| 410 |
+
students’ right to assembly.
|
| 411 |
+
|
| 412 |
+
Students shall have access to print and broadcast media in their information activities.
|
| 413 |
+
‘They shall also have the right to print, circulate and/or mount leaflets, newsletters, posters, wall
|
| 414 |
+
news, petitions and such other materials. Pursuant thereto, the schoo! authorities shall ensure
|
| 415 |
+
the provision of facilities such as bulletin boards for the mounting of the aforementioned
|
| 416 |
+
materials.
|
| 417 |
+
|
| 418 |
+
School authorities may designate a certain area on every campus as a freedom park
|
| 419 |
+
where students, can freely discuss issues directly and indirectly affecting them.
|
| 420 |
+
|
| 421 |
+
SEC, 19. Student Publications. - Students shall have the right to publish student
|
| 422 |
+
Newspapers and other similar publications, print in their pages materials which they deem
|
| 423 |
+
in pursuance of their academic freedom and freedom of expression in accordance with
|
| 424 |
+
Republic Act No. 7079, otherwise known as the “Campus Journalism Act of 1991." Pursuant
|
| 425 |
+
|
| 426 |
+
|
| 427 |
+
thereto, no individual who is not a staff member of the student publication shall determine its
|
| 428 |
+
Content. The role of the faculty adviser in a student newspaper shall be limited to technical
|
| 429 |
+
guidance.
|
| 430 |
+
|
| 431 |
+
‘The selection of the student editor-in-chief and his/her staff shall be made by
|
| 432 |
+
annual fair and competitive examinations to be administered by an impartial Board of
|
| 433 |
+
Judges.
|
| 434 |
+
|
| 435 |
+
The editorial staff shall observe the ethics of professional journalism. It shall be the
|
| 436 |
+
responsibility of the editorial staff to ensure that the student paper is not used for purposes
|
| 437 |
+
contrary to law.
|
| 438 |
+
|
| 439 |
+
The editor/editorial staff shall, unless sooner removed for cause and with due process,
|
| 440 |
+
be assured of security of tenure for the duration of his/her/its prescribed term.
|
| 441 |
+
|
| 442 |
+
SEC. 20. Academic Freedom. - Students’ academic freedom shall consist of, but not
|
| 443 |
+
limited to, the following rights:
|
| 444 |
+
|
| 445 |
+
(2) To conduct researches in connection with academic work, and to freely discuss and
|
| 446 |
+
publish their findings and recommendations;
|
| 447 |
+
|
| 448 |
+
(b) To conduct inquiry within the campus in curricular and extracurricular activities;
|
| 449 |
+
|
| 450 |
+
{c) To choose a field of study and to pursue the quest for truth; to express their
|
| 451 |
+
opinion on any subject of public or general concern which directly or indirectly affects the
|
| 452 |
+
‘students or the educationa! system;
|
| 453 |
+
|
| 454 |
+
(q) To invite off-campus speakers or resource persons to student-sponsored assemblies,
|
| 455 |
+
|
| 456 |
+
fora, symposia, and other activities of similar nature;
|
| 457 |
+
|
| 458 |
+
{e) To express contrary interpretations or dissenting opinions inside and outside the
|
| 459 |
+
classroom;
|
| 460 |
+
|
| 461 |
+
(f) To participate in the drafting of a new curriculum and in the review or revision of the
|
| 462 |
+
old;
|
| 463 |
+
|
| 464 |
+
(g) To participate in the drafting and/or revising of the student handbook which shall
|
| 465 |
+
|
| 466 |
+
include the school rules and regulations, a copy of which shall be furnished the students
|
| 467 |
+
upon admission to the school; and
|
| 468 |
+
|
| 469 |
+
(h) Tobe free from any form of indoctrination leading to imposed ideological
|
| 470 |
+
homogeneity.
|
| 471 |
+
|
| 472 |
+
CHAPTER VI
|
| 473 |
+
RIGHT TO DUE PROCESS IN DISCIPLINARY PROCEEDINGS
|
| 474 |
+
|
| 475 |
+
SEC. 21. Right to Due Process. - (a) A student subject to disciplinary proceedings
|
| 476 |
+
shall have the right to defend himself, tobe heardand to present evidence on
|
| 477 |
+
his behalf before an impartial body. There shall be a Student Disciplinary Board to be composed
|
| 478 |
+
of one (1) representative from the school administration, two (2) faculty members, and two (2)
|
| 479 |
+
students to conduct investigations into and decide on cases of student violations of disciplinary
|
| 480 |
+
standards. Both the faculty and the student representatives shall be endorsed by the student
|
| 481 |
+
‘council/government.
|
| 482 |
+
|
| 483 |
+
(b) The blacklisting, expulsion, suspension and other such disciplinary sanctions that
|
| 484 |
+
may be taken against a student shall not be valid unless the following rights have been
|
| 485 |
+
observed and accorded the student:
|
| 486 |
+
|
| 487 |
+
(1) The right to be informed in writing of the nature and cause of the accusation against
|
| 488 |
+
|
| 489 |
+
him/her;
|
| 490 |
+
|
| 491 |
+
(2) The right to confront witnesses against him/her and to full access to the evidence
|
| 492 |
+
in the case;
|
| 493 |
+
|
| 494 |
+
(3) The right to defend himself/herself and to be defended by a representative or
|
| 495 |
+
counsel of his/her choice, adequate time being given him/her for the preparation
|
| 496 |
+
of his/her defense;
|
| 497 |
+
|
| 498 |
+
(4) The right to a hearing before the Student Disciplinary Board;
|
| 499 |
+
|
| 500 |
+
(5) The right against self-incrimination; and
|
| 501 |
+
|
| 502 |
+
|
| 503 |
+
(6) The right to appeal adverse decisions of the Student Disciplinary Board to the
|
| 504 |
+
governing board and ultimately to the appropriate education agencies,
|
| 505 |
+
|
| 506 |
+
(c) The decision in any disciplinary proceeding must be rendered on the basis of
|
| 507 |
+
relevant and substantial evidence presented at the hearing, or at the least contained in the
|
| 508 |
+
record and disclosed to the student affected.
|
| 509 |
+
|
| 510 |
+
The deciding body must act on its own independent consideration of the facts of the
|
| 511 |
+
case. The body should, in all controversial questions, render its decision in such a manner that
|
| 512 |
+
the issues involved, and the reasons for any decision rendered are made clear to the student.
|
| 513 |
+
|
| 514 |
+
(d) Disciplinary sanctions shall be corrective rather than punitive or penal in nature. The
|
| 515 |
+
gravity of disciplinary sanctions must be proportionate to the seriousness of the violation
|
| 516 |
+
committed.
|
| 517 |
+
|
| 518 |
+
The Office of the Guidance Counselor of the respective schools in consultation with
|
| 519 |
+
the Student Disciplinary Board shal! publish on a periodic basis acts which are deemed violative
|
| 520 |
+
Of school rules and regulations and the corresponding disciplinary sanctions: Provided, That
|
| 521 |
+
such rules and regulations do not violate the rights guaranteed herein and under the
|
| 522 |
+
Constitution.
|
| 523 |
+
|
| 524 |
+
CHAPTER VII
|
| 525 |
+
OTHER RIGHTS
|
| 526 |
+
|
| 527 |
+
SEC. 22. Right Against Unreasonable Searches and Seizures. - Every student
|
| 528 |
+
shall be free from any from of unreasonable search and seizure. Except for the following
|
| 529 |
+
instances no search or seizure of a student shall be deemed valid:
|
| 530 |
+
|
| 531 |
+
(a) Searches made at the point of ingress and egress by authorized personnel of the
|
| 532 |
+
school;
|
| 533 |
+
|
| 534 |
+
(b) Searches and seizures of illegal article or articles falling in the plain view of duly
|
| 535 |
+
authorized personnel;
|
| 536 |
+
|
| 537 |
+
(©) Searches and seizures of articles that are illegal, discovered inadvertently by duly
|
| 538 |
+
authorized personnel;
|
| 539 |
+
|
| 540 |
+
(d) Searches made when the student is about to commit, is committing or has just
|
| 541 |
+
‘committed a crime or a serious infraction of the schoo!'s rules and regulations;
|
| 542 |
+
|
| 543 |
+
(e) Searches made with a valid search warrant.
|
| 544 |
+
|
| 545 |
+
Articles seized in violation of the hereinabove provided rights shall not be used as
|
| 546 |
+
evidence against the student in any disciplinary action that may be brought against him/her.
|
| 547 |
+
|
| 548 |
+
SEC. 23. Access to School Records and Issuance of Official Certificates. -
|
| 549 |
+
Subject to the provision of the following section, every student shall have access to his/her own
|
| 550 |
+
school records, the confidentiality of which the school shall maintain. He/She shall have the
|
| 551 |
+
right to be issued official certificates, diplomas, transcripts of records, grades, transfer
|
| 552 |
+
Credentials and other similar documents within thirty (30) days from the filing of request
|
| 553 |
+
and accomplishment of all pertinent requirements.
|
| 554 |
+
|
| 555 |
+
SEC. 24. Unpaid Tuition Fees and Examinations. - No student shall be prohibited
|
| 556 |
+
from taking a periodic or final examination because of unpaid tuition and other school fees not
|
| 557 |
+
exceeding two (2) installments under the established terms of payment prescribed by the
|
| 558 |
+
school concerned and approved by the appropriate education agency.
|
| 559 |
+
|
| 560 |
+
Students with delinquent fees permitted to take an examination shall
|
| 561 |
+
Nevertheless be subject to the right of the school concemned to withhold the release or
|
| 562 |
+
issuance of such students’ school records or of the documents mentioned. in the preceding
|
| 563 |
+
section or to deny such students admission to the next succeeding semester or year until the
|
| 564 |
+
Prior delinquencies are fully paid.
|
| 565 |
+
|
| 566 |
+
|
| 567 |
+
SEC. 25. Security of Tenure. - It shall be the right of students to finish their entire
|
| 568 |
+
courses of study ina given school, except in cases of academic deficiency or violation of
|
| 569 |
+
disciplinary regulations.
|
| 570 |
+
|
| 571 |
+
In cases wherein the school authorities refuse to allowa student to enroll for the
|
| 572 |
+
subsequent semester or year due to the causes hereinabove stated, the student may appeal
|
| 573 |
+
such ruling to the appropriate education agency
|
| 574 |
+
|
| 575 |
+
SEC. 26, Prohibition Against Involuntary Contributions. - Except those approved
|
| 576 |
+
by their own student organizations, all involuntary contributions shall be prohibited.
|
| 577 |
+
|
| 578 |
+
SEC. 27. Collection of Student Paper and Student Council Fees. - The school
|
| 579 |
+
administration shall assist the student paper staff and the student council/government, in
|
| 580 |
+
thelr financial needs through the collection of student paper and student council fees from the
|
| 581 |
+
students.
|
| 582 |
+
|
| 583 |
+
The student paper fees shall be held in trust for their unhampered use in the publication
|
| 584 |
+
of the student paper.
|
| 585 |
+
|
| 586 |
+
The full amount of student council fees shall be turned over to the student council within
|
| 587 |
+
fifteen (15) days from the assumption of office of the Student Council officers.
|
| 588 |
+
|
| 589 |
+
SEC. 28. Privacy of Communication. - The privacy of communication and
|
| 590 |
+
Correspondence among students shall remain inviolable.
|
| 591 |
+
|
| 592 |
+
SEC. 29. Scholarship Grants and Privileges. - Opposition to schoo! policies inimical
|
| 593 |
+
to students’ interest shall not be a ground for denying or withdrawing scholarship grants and
|
| 594 |
+
privileges to deserving students.
|
| 595 |
+
|
| 596 |
+
SEC. 30. Right to Adequate and Safe Housing/Dormitory Facilities. - The State
|
| 597 |
+
and the respective school authorities shall endeavor to provide the students adequate, safe
|
| 598 |
+
and clean housing facilities.
|
| 599 |
+
|
| 600 |
+
SEC. 31. Prohibition Against Militarization of the School Campus. - The pursuit
|
| 601 |
+
of academic excellence and exercise of academic freedom can be attained only in an
|
| 602 |
+
atmosphere free from fear and unreasonable restraint. Pursuant thereto, no military
|
| 603 |
+
detachment shall be installed on the school campus.
|
| 604 |
+
|
| 605 |
+
Military elements and/or policemen in uniform or in plain clothes and school security
|
| 606 |
+
forces shall not interfere with student activities, particularly peaceful mass actions, inside
|
| 607 |
+
the school campus.
|
| 608 |
+
|
| 609 |
+
SEC. 32. Firearms Ban. - Students shall not be allowed to carry firearms inside the
|
| 610 |
+
school campus.
|
| 611 |
+
|
| 612 |
+
They shall_be required to deposit such firearms with the school security force prior
|
| 613 |
+
to their entry to the school premises.
|
| 614 |
+
|
| 615 |
+
CHAPTER VIII
|
| 616 |
+
FINAL PROVISIONS
|
| 617 |
+
|
| 618 |
+
SEC. 33. Rules and Regulations. - Within ninety (90) days from the approval of this
|
| 619 |
+
Act, the DepEd, TESDA, and CHED together with the representatives of national student
|
| 620 |
+
organizations, representatives of school administrations and the National Youth Commission
|
| 621 |
+
(NYC) shall promulgate the necessary rules and regulations to implement the provisions of this
|
| 622 |
+
Act.
|
| 623 |
+
|
| 624 |
+
|
| 625 |
+
SEC. 34. Administration and Enforcement. - National student organizations and
|
| 626 |
+
student councils/governments shall have the right to report to and demand an investigation
|
| 627 |
+
from the appropriate education agency into any act or acts committed by school authorities
|
| 628 |
+
and/or administrations violative of their right as provided in this Act. As such, they shall
|
| 629 |
+
have the right to an impartial speedy resolution of the issue.
|
| 630 |
+
|
| 631 |
+
Upon finding by the appropriate education agency that a particular school administration
|
| 632 |
+
has willfully and repeatedly infringed on the rights provided herein, it shall cause the
|
| 633 |
+
Suspension or cancellation of the license to operate of said erring school. To protect the
|
| 634 |
+
interests of the students, the State shall, during the period of suspension or upon the
|
| 635 |
+
cancellation of license, and unless restrained by the proper Court, take over the operation of
|
| 636 |
+
the school.
|
| 637 |
+
|
| 638 |
+
SEC. 35. Penal Provisions. - Any person who shall willfully interfere with, restrain or
|
| 639 |
+
‘coerce any student in the exercise of his/her rights guaranteed by this Act, or who shall in any
|
| 640 |
+
other manner commit any act to defeat any provision of this Act, shall, upon conviction, be
|
| 641 |
+
Punished by a fine of not less than Ten Thousand (P10,000.00) Pesos nor more than Fifty
|
| 642 |
+
Thousand (P50,000.00) Pesos or by imprisonment for not less than one year nor more than
|
| 643 |
+
five years, or both such fine and imprisonment at the discretion of the Court,
|
| 644 |
+
|
| 645 |
+
If the offender is an educational institution, or any juridical person, the penalty shall be
|
| 646 |
+
imposed upon the President, Treasurer, Secretary or any person or officer responsible
|
| 647 |
+
for the violation. If the offender is an alien, he shall, after service of sentence, be
|
| 648 |
+
immediately without further proceeding in the Bureau of Immigration (BI). If the offender is a
|
| 649 |
+
public officer or employee, the Court shall, in addition to the penalties hereinabove
|
| 650 |
+
provided, order his dismissal from the government service.
|
| 651 |
+
|
| 652 |
+
In this regard, the CHED, and the TESDA shall be empowered to investigate into the
|
| 653 |
+
violations of this Act or the rules and regulations issued thereunder and for this purpose shall
|
| 654 |
+
have the power to issue summons, writs, orders, subpoena and subpoena duces tecum
|
| 655 |
+
to secure the attendance of witnesses and the production of documents in connection with the
|
| 656 |
+
charges presented to the appropriate body.
|
| 657 |
+
|
| 658 |
+
In addition to the penalties herein provided, the license to operate of the school
|
| 659 |
+
concerned may be suspended or canceled by the DepEd, TESDA, or CHED in accordance with
|
| 660 |
+
Section 35 of this Act. The decision of these education agencies may be appealed to the proper
|
| 661 |
+
court,
|
| 662 |
+
|
| 663 |
+
SEC. 36. Separability Clause. - If any provision of this Act is declared invalid, the
|
| 664 |
+
remainder thereof not affected thereby shall continue to be in full force and effect.
|
| 665 |
+
|
| 666 |
+
SEC. 37. Repealing Clause. - All laws, decrees, orders, rules and regulations or other
|
| 667 |
+
issuances or parts thereof inconsistent with the provisions of this Act are hereby repealed or
|
| 668 |
+
modified accordingly.
|
| 669 |
+
|
| 670 |
+
SEC. 38. Effectivity. - This Act shall take effect upon its approval.
|
| 671 |
+
|
| 672 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00018.txt
ADDED
|
@@ -0,0 +1,321 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
18
|
| 9 |
+
|
| 10 |
+
House Bill'NO.
|
| 11 |
+
|
| 12 |
+
Introduced by HON. EDGAR M, CHATTO
|
| 13 |
+
18" DISTRICT, BOHOL
|
| 14 |
+
|
| 15 |
+
EXPLANATORY NOTE
|
| 16 |
+
|
| 17 |
+
The Local Government Academy is tasked to train and improve the managerial skills
|
| 18 |
+
and technical capability of local government officials and personnel to make local
|
| 19 |
+
government units more responsive to the demands of decentralization. To advance this
|
| 20 |
+
objective, the LGA must be clothed with ample and standardized powers, functions and
|
| 21 |
+
privileges. It must take a proactive response to the development needs of local
|
| 22 |
+
-governments and human resoutce development programs of the Department of the
|
| 23 |
+
Interior and Local Government (DILG).
|
| 24 |
+
|
| 25 |
+
Presently, however, the LGA is attached to the DILG with limited powers, functions
|
| 26 |
+
and privileges, as provided for under Executive Order NO. 262, otherwise known as The
|
| 27 |
+
Reorganization Act of the Department of Local Government and for other Purposes, and
|
| 28 |
+
as reiterated under Republic Act NO, 6975, otherwise known as The Department of the
|
| 29 |
+
Interior and Local Government Act of 1990. As such, it cannot effectively function in
|
| 30 |
+
accordance with its mandate.
|
| 31 |
+
|
| 32 |
+
This bill strengthens the LGA and transforms it to a more autonomous corporate
|
| 33 |
+
body, to with the end in view of inaking its programs and related activities more
|
| 34 |
+
responsive to the needs of its clients.
|
| 35 |
+
|
| 36 |
+
Filed during the 12" Congress, this proposed measure was approved unanimously by
|
| 37 |
+
the Committee on Local Government. But due to time constraints, the other committees
|
| 38 |
+
to which it was jointly referred did not have the opportunity to study its significance.
|
| 39 |
+
|
| 40 |
+
Support for its expeditious enactment is again earnestly sought during this Congress.
|
| 41 |
+
|
| 42 |
+
REP, EDGAR M. CHATTO.
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
Republic of the Philippines
|
| 47 |
+
HOUSE OF REPRESENTATIVES
|
| 48 |
+
Quezon City, Metro Manila
|
| 49 |
+
|
| 50 |
+
THIRTEENTH CONGRESS
|
| 51 |
+
First Regular Sessipn,
|
| 52 |
+
|
| 53 |
+
House Bill No.
|
| 54 |
+
|
| 55 |
+
Introduced by HON. EDGAR M. CHATTO
|
| 56 |
+
1" DISTRICT, BOHOL
|
| 57 |
+
|
| 58 |
+
AN ACT CREATING THE CHARTER OF THE LOCAL GOVERNMENT ACADEMY
|
| 59 |
+
(LGA), AMENDING FOR THE PURPOSE REPUBLIC ACT NO. 6975, OTHERWISE
|
| 60 |
+
KNOWN AS THE DEPARTMENT OF THE INTERIOR AND LOCAL GOVERNMENT
|
| 61 |
+
ACT OF 1990 AND APPROPRIATING FUNDS THEREFOR
|
| 62 |
+
|
| 63 |
+
_Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 64 |
+
assembled:
|
| 65 |
+
|
| 66 |
+
SECTION 1. Title, - This Act shall be known as the “Local Government
|
| 67 |
+
Academy (LGA) Act of 2004.”
|
| 68 |
+
|
| 69 |
+
SECTION 2. Declaration of Policy. - It is hereby declared the policy of the State
|
| 70 |
+
to develop and enhance the institutional capabilities of local government units (LGUs),
|
| 71 |
+
including the administrative and technical capabilities of local government officials and
|
| 72 |
+
employees, the Department of the Interior and Local Government (DILG) personnel and
|
| 73 |
+
other government and non-government personnel concerned with local government by
|
| 74 |
+
enhancing the powers, duties and functions of the Local Government Academy.
|
| 75 |
+
|
| 76 |
+
SECTION 3. Name. — This entity shall be called the Local Government
|
| 77 |
+
Academy, hereinafter referred to as the Academy or LGA.
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
SECTION 4. Powers. ~The Academy shall have the following powers:
|
| 82 |
+
|
| 83 |
+
(a.) Adopt and alter a corporate seal;
|
| 84 |
+
|
| 85 |
+
(b.) Take and hold by bequest, devise, gift, purchase or lease, either absolutely or
|
| 86 |
+
in trust for any of its purpose, any property, real or personal, without
|
| 87 |
+
limitation as to amount or values; to convey such property and to invest and
|
| 88 |
+
reinvest any principal in such manner as will promote its objectives;
|
| 89 |
+
|
| 90 |
+
(c.) Promote its aims, enhance its operations or rehabilitate any of its physical
|
| 91 |
+
Structure, facilities/utilities and purposes herein set out;
|
| 92 |
+
|
| 93 |
+
(d.) Contract any obligation, or enter into any agreement necessary or incidental to
|
| 94 |
+
the proper management of its corporate powers; and
|
| 95 |
+
|
| 96 |
+
(e.) Carry out capability-building programs with greater efficiency and
|
| 97 |
+
effectiveness and perform any activity with all the powers conferred by a law
|
| 98 |
+
‘of laws upon private or government-owned or controlled corporations; and to
|
| 99 |
+
do any and all of the acts herein set forth, to the same extent as judicial
|
| 100 |
+
persons should do, and in any part of the world, as a principal factor, agent or
|
| 101 |
+
otherwise alone or in syndicate or otherwise in conjunction with any person,
|
| 102 |
+
|
| 103 |
+
entity, partnership, association or corporations, domestic or foreign.
|
| 104 |
+
|
| 105 |
+
SECTION 5. Functions, — The Academy shall have the following functions:
|
| 106 |
+
|
| 107 |
+
(a.) Design and implement training and human resource development programs for
|
| 108 |
+
local government units, executives and functionaries and the DILG personnel
|
| 109 |
+
that will ultimately effect institutional development and organizational
|
| 110 |
+
|
| 111 |
+
effectiveness;
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
(b.) Assist the DILG in promulgating policies, rules and regulations and other
|
| 116 |
+
issues relative to human resource development and training for LGUs that are
|
| 117 |
+
responsive to their needs, Training activities shall be preceded by training
|
| 118 |
+
needs assessments to ensure customized and relevant programs and shall also
|
| 119 |
+
ensure the conduct of progress and impact in its evaluation of LGU training
|
| 120 |
+
Programs;
|
| 121 |
+
|
| 122 |
+
(c.) Establish and maintain a mechanism to enable the LGUs to access technical as
|
| 123 |
+
well as financial assistance in building institutional capabilities to respond to
|
| 124 |
+
the needs of local governance within the framework of local autonomy;
|
| 125 |
+
|
| 126 |
+
(d.) Establish and maintain a continuing linkage and network with different
|
| 127 |
+
institutions and civil society groups for synergy in local government
|
| 128 |
+
capability-building and to cope with the technological and institutional needs
|
| 129 |
+
of LGUs in the context of globalization;
|
| 130 |
+
|
| 131 |
+
(e.) Develop a corps of efficient, effective and competent LGA staff provided with
|
| 132 |
+
all the remuneration and benefits needed for their enhancement and
|
| 133 |
+
satisfaction; and
|
| 134 |
+
|
| 135 |
+
(£) Undertake rehabilitation, upgrading and expansion of its training center as a
|
| 136 |
+
venue for conducting efficient and effective capability-building programs.
|
| 137 |
+
|
| 138 |
+
SECTION 6. Location and Offices. - The Academy shall maintain a central office
|
| 139 |
+
|
| 140 |
+
in the Metro Manila area and three training and technical assistance centers: one (1) in
|
| 141 |
+
|
| 142 |
+
Luzon, one (1) in Visayas and one (1) in Mindanao.
|
| 143 |
+
|
| 144 |
+
|
| 145 |
+
SECTION 7. Board of Trustees. - The Board of Trustees shall be the policy-
|
| 146 |
+
making body of the Academy which shall be composed of the Secretary of the DILG as
|
| 147 |
+
ex-officio Chairman and the following members:
|
| 148 |
+
|
| 149 |
+
(1.) President of the League of Provinces;
|
| 150 |
+
|
| 151 |
+
; (2.) President of the League of Cities;
|
| 152 |
+
|
| 153 |
+
(3.) President of the League of Municipalities;
|
| 154 |
+
|
| 155 |
+
(4,) President of the Liga ng mga Barangay
|
| 156 |
+
|
| 157 |
+
(5.) President of the League of Vice Governors
|
| 158 |
+
|
| 159 |
+
(6, President of the League of Vice Mayors
|
| 160 |
+
|
| 161 |
+
(7.) Executive Director of the Academy
|
| 162 |
+
|
| 163 |
+
(8.) arepresentative from the academe
|
| 164 |
+
|
| 165 |
+
(9.) @ representative from the private sector, who shall be appointed by the
|
| 166 |
+
|
| 167 |
+
President of the Philippines upon the recommendation of the Secretary of the
|
| 168 |
+
DILG.
|
| 169 |
+
|
| 170 |
+
‘The appointive members shall serve for a term of three (3) years without
|
| 171 |
+
reappointment. Appointment to any vacancy shall only be for the unexpired term of the
|
| 172 |
+
predecessor,
|
| 173 |
+
|
| 174 |
+
In no case shall any trustee be appointed or designated in a temporary or acting
|
| 175 |
+
capacity.
|
| 176 |
+
|
| 177 |
+
The Chairman and members of the Board of Trustees shall be entitled to
|
| 178 |
+
reasonable honorarium for the performance of their duties and reimbursement and
|
| 179 |
+
regulations of expenses incurred while discharging their functions as such, subject to
|
| 180 |
+
|
| 181 |
+
auditing and rules.
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
|
| 185 |
+
SECTION 8. Powers and Duties of the Board, — The powers of the Academy
|
| 186 |
+
shall be vested in the Board of Trustees. It shall have the following powers and duties:
|
| 187 |
+
(2.) Prepare and or adopt policies, guidelines, rules and regulations necessary for a
|
| 188 |
+
smooth and orderly operations and for the enhancement and development of
|
| 189 |
+
its personnel;
|
| 190 |
+
(b.) Prepare and/or approve the organizational structure and staffing pattern for its
|
| 191 |
+
officers and employees;
|
| 192 |
+
All positions shall be governed by compensation and position qualification
|
| 193 |
+
system and qualification standards approved by the board based on a
|
| 194 |
+
comprehensive job analysis and audit of actual duties and responsibilities. The
|
| 195 |
+
compensation plan shall be comparable to the prevailing compensation plans
|
| 196 |
+
in the private sector and shall be periodically review by the Board no more
|
| 197 |
+
than every three (3) years without prejudice to a yearly merit review or
|
| 198 |
+
increases based on productivity and profitability.
|
| 199 |
+
(c.) Approve courses of training/study for LGUs and training fees required for
|
| 200 |
+
training programs as well as for the rental of LGA facilities;
|
| 201 |
+
(d.) Approve work plans and budget proposals of the Academy for consideration
|
| 202 |
+
of appropriate agencies and other funding institutions, both local and foreign;
|
| 203 |
+
(e.) Review periodically the administration and programs, performance and
|
| 204 |
+
accomplishments of the LGA; and
|
| 205 |
+
|
| 206 |
+
(£) Perform such other duties as may be required by law.
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
|
| 210 |
+
SECTION 9. Officers of the Academy. - The Academy shall be headed by an
|
| 211 |
+
Executive Director as Chief Executive and assisted by three (3) Deputy Directors for
|
| 212 |
+
Luzon, Visayas, and Mindanao who shall be appointed by the President of the Philippines
|
| 213 |
+
upon recommendation of the Board of Trustees. The Executive Director and Deputy
|
| 214 |
+
Directors shall have passed the Career Executive Service Officers Exam or its equivalent
|
| 215 |
+
and/or shall satisfy the qualification standards required by the Civil Service Commission.
|
| 216 |
+
|
| 217 |
+
The Executive Director shail have the following duties and responsibilities:
|
| 218 |
+
|
| 219 |
+
(a.) Recommend to the Board of Trustees, the measures and policies which he/she
|
| 220 |
+
believes are necessary to carry out the purposes of the Academy and all
|
| 221 |
+
matters pertinent to its operations including the enhancement and
|
| 222 |
+
development of its personnel;
|
| 223 |
+
|
| 224 |
+
(b.) Recommend to the Board of Trustees the programs and projects of the
|
| 225 |
+
Academy and coordinate and administer the same;
|
| 226 |
+
|
| 227 |
+
(c.) Direct and supervise the operations and internal administration of the
|
| 228 |
+
‘Academy, and delegate administrative responsibilities to the appropriate
|
| 229 |
+
officer or employee in accordance with its rules and regulations;
|
| 230 |
+
|
| 231 |
+
The LGA shall be exempt from the existing Salary Standardization Law and
|
| 232 |
+
its implementing rules and regulations.
|
| 233 |
+
|
| 234 |
+
(d) Submit an annual report to the Board of Trustees setting forth the
|
| 235 |
+
accomplishments of the Academy during the year, its financial operations and
|
| 236 |
+
|
| 237 |
+
status;
|
| 238 |
+
|
| 239 |
+
|
| 240 |
+
|
| 241 |
+
(e.) Appoint, subject to civil service laws, rules and regulations, all subordinate
|
| 242 |
+
officers and employees, who shall enjoy security of tenure and may be
|
| 243 |
+
removed only for cause in accordance with the law;
|
| 244 |
+
|
| 245 |
+
(£) Engage the services of experts/consultants either on full-time or part-time
|
| 246 |
+
basis, as may be required in the performance of his functions and duties as
|
| 247 |
+
determined by him; and
|
| 248 |
+
|
| 249 |
+
(g.) Exercise such other powers and discharge such other functions as may be
|
| 250 |
+
vested by the Board. The executive secretary who shall be appointed by the
|
| 251 |
+
Board of Trustees shall be the ex-officio recorder/secretary of the Board of
|
| 252 |
+
Trustees and shall head the secretariat of the Board. He shall also perform
|
| 253 |
+
such other functions as may be lawfully delegated or assigned by the Board.
|
| 254 |
+
|
| 255 |
+
SECTION 10. Financial Resources of the Academy, — The financial resources of
|
| 256 |
+
|
| 257 |
+
the Academy shall comprise of:
|
| 258 |
+
|
| 259 |
+
1, Funds from the government appropriation for the LGA for its
|
| 260 |
+
initial operations and funds from international and national
|
| 261 |
+
organization, foundations as well as from the private sectors;
|
| 262 |
+
|
| 263 |
+
2. Voluntary contributions;
|
| 264 |
+
|
| 265 |
+
3. Income from training and the use of training facilities, sale of
|
| 266 |
+
publications, materials and other services; and
|
| 267 |
+
|
| 268 |
+
4. ‘The Academy may also receive non-financial contributions,
|
| 269 |
+
services or equipment/vehicles needed for its operations.
|
| 270 |
+
|
| 271 |
+
SECTION 11, Exemption from Taxes. - Any provision of existing laws to the
|
| 272 |
+
|
| 273 |
+
contrary not withstanding, any donation, contribution, bequest, subsidy or financial and
|
| 274 |
+
|
| 275 |
+
|
| 276 |
+
|
| 277 |
+
which may be made to the Academy shall be exempt from taxes of any kind, and shall
|
| 278 |
+
constitute allowable deductions in full from the income of the donors or givers for
|
| 279 |
+
income tax purposes.
|
| 280 |
+
|
| 281 |
+
The LGA, its assets, acquisitions including grants and donations, income from its
|
| 282 |
+
operations and transactions shall be exempt from any and all taxes, fees, charges and
|
| 283 |
+
imports, licenses and assessment, direct or indirect, imposed by the Republic of the
|
| 284 |
+
Philippines or any of its political subdivision or taxing authority thereof, except import
|
| 285 |
+
taxes, duties and fees.
|
| 286 |
+
|
| 287 |
+
SECTION 12. Appropriation Clause. - The amount necessary to carry out the
|
| 288 |
+
provisions of this Act, shall be included in the appropriations of the year following its
|
| 289 |
+
enactment into law.
|
| 290 |
+
|
| 291 |
+
SECTION 13. Transitory Provisions. — All functions, powers, duties and
|
| 292 |
+
responsibilities of the existing LGA presently attached to the DILG as well as all assets,
|
| 293 |
+
properties, funds, indebtedness or liabilities, including its budgetary appropriations, shall
|
| 294 |
+
be transferred to the Academy created under this Act, subject to the conditions that may
|
| 295 |
+
be established by the Department of Budget and Management (DBM), the Commission
|
| 296 |
+
on Audit (COA) and the Office of the President (OP).
|
| 297 |
+
|
| 298 |
+
Pending full implementation of the LGA organizational structure and staffing
|
| 299 |
+
pattern under this Act, all officials and employees of the present LGA shall continue to
|
| 300 |
+
exercise their powers, discharge their duties, functions and responsibilities and receive
|
| 301 |
+
their salaries and allowances until they shall be given notice of separation or position in
|
| 302 |
+
accordance with Civil Service Laws, Rules and Regulations but shall not exceed one (1)
|
| 303 |
+
|
| 304 |
+
year from the approval hereof.
|
| 305 |
+
|
| 306 |
+
|
| 307 |
+
|
| 308 |
+
SECTION 14. Separability Clause. - If any part or provisions of this Act is
|
| 309 |
+
declared unconstitutional or invalid, the other parts or provisions hereof which are not
|
| 310 |
+
affected thereby shall continue to be in full force and effect.
|
| 311 |
+
|
| 312 |
+
SECTION 15. Repealing Clause. - The provisions of Republic Act NO. 6975,
|
| 313 |
+
Executive Order 262 and all other laws executive orders, issuances pertinent thereto are
|
| 314 |
+
are hereby amended, repealed or modified accordingly.
|
| 315 |
+
|
| 316 |
+
SECTION 16. Effectivity. - This Act shall take effect fifteen (15) days following
|
| 317 |
+
its complete publication in the Official Gazette or in at least two (2) newspapers of
|
| 318 |
+
general circulation, whichever comes earlier.
|
| 319 |
+
|
| 320 |
+
Approved.
|
| 321 |
+
|
data/document/hb/13/00001-01000/HB-00019.txt
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS,
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
House BiNo,__ 19
|
| 9 |
+
|
| 10 |
+
Introduced by HON. EDGAR M. CHATTO.
|
| 11 |
+
DISTRICT, BOHOL
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
The functions, duties and responsibilities of the secretaries of the local sanggunians
|
| 16 |
+
are vital to policy formulation and program of local government units, as provided for
|
| 17 |
+
under Book Il, Title 5, Article 1, Section 469 of R.A. NO. 7160, otherwise known as the
|
| 18 |
+
Local Government Code. Accordingly, they must be given an appropriate rank with a
|
| 19 |
+
commensurate salary.
|
| 20 |
+
|
| 21 |
+
Presently, however, the secretaries to the local sanggunians are career officials with
|
| 22 |
+
the rank and salary equal to a head of department or office, Hence, whether they are in
|
| 23 |
+
the provinces, cities or municipalities, they are in a lower category compared to the heads
|
| 24 |
+
of departments or offices within the LGUs.
|
| 25 |
+
|
| 26 |
+
This bill seeks to elevate the position of all secretaries to the sanggunians.
|
| 27 |
+
|
| 28 |
+
Filed during the 12" Congress, the Committee on Local Government approved the
|
| 29 |
+
same but the House Plenary never had the opportunity to study this bill. This measure it
|
| 30 |
+
therefore re-filed for the consideration of this Congress.
|
| 31 |
+
|
| 32 |
+
REP. EDGAR M. CHATTO
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
Republic of the Philippines
|
| 37 |
+
HOUSE OF REPRESENTATIVES
|
| 38 |
+
Quezon City, Metro Manila
|
| 39 |
+
|
| 40 |
+
THIRTEENTH CONGRESS
|
| 41 |
+
First Regular Session
|
| 42 |
+
|
| 43 |
+
House Bill NO. 19
|
| 44 |
+
|
| 45 |
+
Introduced by HON. EDGAR M. CHATTO.
|
| 46 |
+
1°" DISTRICT, BOHOL.
|
| 47 |
+
|
| 48 |
+
AN ACT TO UPGRADE THE POSITION OF SECRETARIES TO THE
|
| 49 |
+
SANGGUNIAN, AMENDING FOR THE PURPOSE SECTION 469 (A), OF CHAPTER
|
| 50 |
+
3, BOOK III, TITLE 5, ARTICLE 1 OF R.A. NO, 7160, OTHERWISE KNOWN AS.
|
| 51 |
+
THE LOCAL GOVERNMENT CODE OF 1991
|
| 52 |
+
|
| 53 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 54 |
+
assembled:
|
| 55 |
+
|
| 56 |
+
SECTION 1. Section 469 (a), of Chapter 3 Book III, Title 5, Article 1 of R.A. NO.
|
| 57 |
+
|
| 58 |
+
7160, otherwise known as the Local Government Code of 1991, is hereby amended to
|
| 59 |
+
read as follows:
|
| 60 |
+
|
| 61 |
+
SECTION. 469. Qualifications, Powers and
|
| 62 |
+
Duties. — (a) There shall be a secretary to the
|
| 63 |
+
sanggunian who shall be a career official AND
|
| 64 |
+
[with the rank and salary equal to] a head of
|
| 65 |
+
department or office.
|
| 66 |
+
|
| 67 |
+
SEC. 2. All laws, decrees, executive orders, presidential issuances and circulars
|
| 68 |
+
issued by administrative bodies which are inconsistent with this Act are hereby repealed,
|
| 69 |
+
amended or modified accordingly.
|
| 70 |
+
|
| 71 |
+
SEC. 3. If any provision of this Act is declared unconstitutional, the same shall not
|
| 72 |
+
affect the validity and effectivity of the other provisions thereof.
|
| 73 |
+
|
| 74 |
+
SEC. 4. This Act shall take effect fifteen (15) days after its publication in at least two
|
| 75 |
+
(2) newspapers of general circulation.
|
| 76 |
+
|
| 77 |
+
Approved,
|
| 78 |
+
|
data/document/hb/13/00001-01000/HB-00020.txt
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
‘THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
House BillNo.___ 20
|
| 9 |
+
|
| 10 |
+
Introduced by HON. EDGAR M. CHATTO .
|
| 11 |
+
1% DISTRICT, BOHOL
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
Although the power to issue subpoena and subpoena duces tecum is impliedly
|
| 16 |
+
granted to the local sangguniang panlalawigans by virtue of the statutory grant of
|
| 17 |
+
delegated legislative power, there is a need to expressly grant the same because the
|
| 18 |
+
subpoena power is judicial in character. Allowing local legislative bodies to exercise this
|
| 19 |
+
power without express statutory basis will impinge on the principle of separation of
|
| 20 |
+
powers.
|
| 21 |
+
|
| 22 |
+
Both the Constitution and the Local Government Code are mum about granting the
|
| 23 |
+
sangguniang panlalawigans the power to subpoena witnesses.
|
| 24 |
+
|
| 25 |
+
‘This bill seeks to expressly grant the local sangguniang panlalawigans the power to
|
| 26 |
+
issue subpoena and subpoena duces tecum.
|
| 27 |
+
|
| 28 |
+
Filed during the 12" Congress, this measure was for sponsorship in the House
|
| 29 |
+
|
| 30 |
+
Plenary, But due to time constraints, it was never taken up. Hence, the same is re-filed
|
| 31 |
+
for the consideration of this Congress. '
|
| 32 |
+
|
| 33 |
+
REP.IEDGAR M. CHATTO
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
Republic of the Philippines
|
| 38 |
+
HOUSE OF REPRESENTATIVES
|
| 39 |
+
Quezon City, Metro Manila
|
| 40 |
+
|
| 41 |
+
THIRTEENTH CONGRESS
|
| 42 |
+
First Regular Session
|
| 43 |
+
|
| 44 |
+
House Bill NO. 20.
|
| 45 |
+
|
| 46 |
+
Introduced by HON. EDGAR M, CHATTO
|
| 47 |
+
15" DISTRICT, BOHOL
|
| 48 |
+
|
| 49 |
+
AN ACT GRANTING THE LOCAL SANGGUNIANS, EXCEPT THE SANGGUNIANG
|
| 50 |
+
BARANGAYS THE POWER TO CONDUCT INQUIRIES, IN AID OF LEGISLATION,
|
| 51 |
+
TO ISSUE SUBPOENA AND TO PUNISH FOR CONTEMPT ANY PERSON WHO
|
| 52 |
+
REFUSES TO OBEY SUCH PROCESS, AMENDING FOR THE PURPOSE
|
| 53 |
+
SECTIONS 447, 458 AND 468 OF REPUBLIC ACT NO. 7160, OTHERWISE KNOWN
|
| 54 |
+
AS THE LOCAL GOVERNMENT CODE OF 1991.
|
| 55 |
+
|
| 56 |
+
. Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 57 |
+
assembled:
|
| 58 |
+
|
| 59 |
+
SECTION 1. Sections 447, 458 and 468 of Republic Act NO, 7160, otherwise known
|
| 60 |
+
as the Local Government Code of 1991 is hereby amended to read as follows:
|
| 61 |
+
|
| 62 |
+
“SECTION 447. Powers, Duties,
|
| 63 |
+
|
| 64 |
+
Functions and Compensation. —
|
| 65 |
+
|
| 66 |
+
(a.)The sangguniang bayan, as the
|
| 67 |
+
legislative body of the municipality,
|
| 68 |
+
shall enact ordinances, approve
|
| 69 |
+
resolutions and appropriate funds for the
|
| 70 |
+
general welfare of the municipality and
|
| 71 |
+
its inhabitants pursuant to Section 16 of
|
| 72 |
+
this Code and in the proper exercise of
|
| 73 |
+
|
| 74 |
+
the corporate powers of the municipality
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
as provided for under Section 22 of this
|
| 79 |
+
Code, and shall:
|
| 80 |
+
(1) xxx
|
| 81 |
+
XxX
|
| 82 |
+
(©) CONDUCT INQUIRIES, IN
|
| 83 |
+
|
| 84 |
+
AID OF LEGISLATION ISSUE
|
| 85 |
+
|
| 86 |
+
SUBPOENA TESTIFICANDUM AND
|
| 87 |
+
|
| 88 |
+
DUCES TECUM AND PUNISH FOR
|
| 89 |
+
|
| 90 |
+
CONTEMPT ANY PERSON, WHO
|
| 91 |
+
|
| 92 |
+
REFUSES TO OBEY SUCH
|
| 93 |
+
|
| 94 |
+
PROCESS.
|
| 95 |
+
|
| 96 |
+
[(6)] (7) Exercise such other powers
|
| 97 |
+
and perform such duties and functions as
|
| 98 |
+
may be prescribed by law or ordinance.”
|
| 99 |
+
|
| 100 |
+
“SECTION 458. Powers, Duties,
|
| 101 |
+
|
| 102 |
+
Functions and Compensation. —
|
| 103 |
+
|
| 104 |
+
(a) The sangguniang panlungsod, as the
|
| 105 |
+
legislative body of the city, shall
|
| 106 |
+
enact ordinances, approve
|
| 107 |
+
resolutions and appropriate funds for
|
| 108 |
+
the general welfare of the city and its
|
| 109 |
+
inhabitants pursuant to Section 16 of
|
| 110 |
+
|
| 111 |
+
this Code and in the proper exercise
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
of the corporate powers of the city as
|
| 116 |
+
provide for under Section 22 of this
|
| 117 |
+
|
| 118 |
+
Code, shail:
|
| 119 |
+
|
| 120 |
+
(I) xxx
|
| 121 |
+
|
| 122 |
+
XXX
|
| 123 |
+
|
| 124 |
+
(6) CONDUCT INQUIRIES, IN
|
| 125 |
+
AID OF LEGISLATION, ISSUE
|
| 126 |
+
SUBPOENA TESTIFICANDUM AND
|
| 127 |
+
DUCES TECUM AND PUNISH FOR
|
| 128 |
+
CONTEMPT ANY PERSON, WHO
|
| 129 |
+
REFUSES TO OBEY SUCH
|
| 130 |
+
PROCESS.
|
| 131 |
+
|
| 132 |
+
{(6)] (7) Exercise such other powers
|
| 133 |
+
and perform such other duties and
|
| 134 |
+
functions as may be provided for by law
|
| 135 |
+
and ordinance.”
|
| 136 |
+
|
| 137 |
+
“SECTION. 468. Powers, Duties,
|
| 138 |
+
Functions and Compensation. —
|
| 139 |
+
|
| 140 |
+
(a) The sangguniang panlalawigan, as
|
| 141 |
+
the legislative body of the province, shall
|
| 142 |
+
enact ordinances, approve resolutions and
|
| 143 |
+
appropriate funds for the general welfare of
|
| 144 |
+
|
| 145 |
+
the province and its inhabitants pursuant to
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
Section 16 of this Code and in the proper
|
| 150 |
+
exercise of the corporate powers of the
|
| 151 |
+
province as provided for under Section 22 of
|
| 152 |
+
this Code, and shall:
|
| 153 |
+
|
| 154 |
+
(I)xxx
|
| 155 |
+
xxx
|
| 156 |
+
(5) CONDUCT INQUIRIES, IN AID
|
| 157 |
+
OF LEGISLATION, ISSUE SUBPOENA
|
| 158 |
+
TESTIFICANDUM AND DUCES TECUM
|
| 159 |
+
AND PUNISH FOR CONTEMPT ANY
|
| 160 |
+
PERSON, WHO REFUSES TO OBEY
|
| 161 |
+
SUCH PROCESS.
|
| 162 |
+
[(5)] (6) Exercise such other powers
|
| 163 |
+
and perform such other duties and functions
|
| 164 |
+
as may be prescribed by law or ordinance.”
|
| 165 |
+
|
| 166 |
+
SEC. 2. The Department of the Interior and Local Government (DILG), in
|
| 167 |
+
coordination with the Union of Local Authorities of the Philippines (ULAP), shall
|
| 168 |
+
promulgate the necessary rules and regulations within sixty (60) days upon the approval
|
| 169 |
+
of this Act.
|
| 170 |
+
|
| 171 |
+
SEC. 3. This Act shall take effect upon its approval.
|
| 172 |
+
|
| 173 |
+
Approved,
|
| 174 |
+
|
data/document/hb/13/00001-01000/HB-00041.txt
ADDED
|
@@ -0,0 +1,556 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNO.___ 41
|
| 9 |
+
|
| 10 |
+
INTRODUCED BY: HON. EMILIO C. MACIAS IT
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The health of the nation determines its own level of energy and vigor and
|
| 15 |
+
therefore, ultimately, its performance in social and economic development. Implicit in the
|
| 16 |
+
development process is the existence of a reasonable citizenry capable of carrying out
|
| 17 |
+
development goals, It is thus, clear that the promotion of health is always an urgent
|
| 18 |
+
business of society not only because it is the very foundation of an active and useful life
|
| 19 |
+
but also the right of every Filipino,
|
| 20 |
+
|
| 21 |
+
Cognizant of this reality, the Constitution explicitly provides that the State shall
|
| 22 |
+
promote and protect the right to health of the people and instill health consciousness
|
| 23 |
+
among them. In pursuance of this mandate, Republic Act No. 7160 otherwise known as
|
| 24 |
+
the Local Government Code of 1991 was enacted devolving among others the functions
|
| 25 |
+
of managing public health and district hospitals to local government units.
|
| 26 |
+
|
| 27 |
+
However, inspite of the time that has elapsed since the effectivity of the Code,
|
| 28 |
+
there is still confusion and duplication of functions among health care deliverers — the
|
| 29 |
+
Department of Health still involves itself with the day to day public health work and
|
| 30 |
+
hospital care (primary, secondary and level I tertiary) when these functions have long
|
| 31 |
+
been devolved to local government units
|
| 32 |
+
|
| 33 |
+
This situation clearly defeats the noble objectives of the Local Government Code.
|
| 34 |
+
Besides, it drains the Department of Health of essential funds to provide for higher
|
| 35 |
+
tertiary capability for its hospitals in different regions which should be their primary
|
| 36 |
+
concern, Moreover, local government units are still denied the funds: for the cost of
|
| 37 |
+
devolved functions. Numerous district hospitals had been re-nationalized in contravention
|
| 38 |
+
of the policy on local government autonomy embodied in the Local Government Code.
|
| 39 |
+
|
| 40 |
+
‘There is an urgent need therefore, to pass a curative and comprehensive
|
| 41 |
+
legislation that will effectively address these health issues and concem in order to
|
| 42 |
+
rationalize the health care delivery system in our country.
|
| 43 |
+
|
| 44 |
+
This piece of legislation seeks to institute the modemization of the health care
|
| 45 |
+
delivery system in the Philippines. This modernization program consists of several
|
| 46 |
+
components that will ultimately phase out the antiquated system of health care delivery to
|
| 47 |
+
complement state-of-the-art equipment and technology. It includes strong advocacy that
|
| 48 |
+
leans towards the realization of a genuine local autonomy by transforming devolved
|
| 49 |
+
hospitals, together with their respective catchment rural health units into self-governing
|
| 50 |
+
components with the establishment of district health boards in every district, health
|
| 51 |
+
boards in regional medical centers, and in specialty hospitals. In effect, the local health
|
| 52 |
+
boards embodied in the Local Government Code shall be abolished.
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
It is also the intention of this bill to introduce among others, the active
|
| 57 |
+
participation of the members of Congress in different district and hospital health boards;
|
| 58 |
+
the private sector participation in the management of their own health care program; the
|
| 59 |
+
delineation of specialized functions to enable the Department of Health to concentrate in
|
| 60 |
+
establishing and maintaining fully equipped medical centers; the institutionalization of a
|
| 61 |
+
dependable two-way referral system from the public health units at the grassroots level
|
| 62 |
+
up to specialty hospitals and vice-versa; and encourage partnership among local
|
| 63 |
+
government units and between local government units and the DOH in establishing
|
| 64 |
+
modem health care delivery facilities. All these things are geared toward the promotion
|
| 65 |
+
and protection of the general health of the Filipino people, which shall ultimately enhance
|
| 66 |
+
the socio-economic conditions of the country.
|
| 67 |
+
|
| 68 |
+
Considering all the foregoing reasons, the House of Representatives during the
|
| 69 |
+
Twelfth Congress approved this bill, which was originally House Bill No. 1. However,
|
| 70 |
+
due to lack of material time, the Senate failed to act on it. Thus, the need to re-file this
|
| 71 |
+
bill.
|
| 72 |
+
|
| 73 |
+
The foregoing reasons warrant the immediate passage of this important piece of
|
| 74 |
+
legislation.
|
| 75 |
+
|
| 76 |
+
N
|
| 77 |
+
ead
|
| 78 |
+
[0 C. MACIAS Il, M.D.
|
| 79 |
+
Representative
|
| 80 |
+
Second District, Negros Oriental
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
u
|
| 85 |
+
i)
|
| 86 |
+
3
|
| 87 |
+
14
|
| 88 |
+
1s
|
| 89 |
+
16
|
| 90 |
+
W
|
| 91 |
+
18
|
| 92 |
+
ty
|
| 93 |
+
|
| 94 |
+
a
|
| 95 |
+
|
| 96 |
+
2
|
| 97 |
+
4
|
| 98 |
+
2s
|
| 99 |
+
26
|
| 100 |
+
27
|
| 101 |
+
|
| 102 |
+
Republic of the Philippines
|
| 103 |
+
HOUSE OF REPRESENTATIVES
|
| 104 |
+
|
| 105 |
+
Quezon City
|
| 106 |
+
|
| 107 |
+
THIRTEENTH CONGRESS
|
| 108 |
+
First Regular
|
| 109 |
+
|
| 110 |
+
HOUSE BILL No. Al
|
| 111 |
+
|
| 112 |
+
BY REPRESENTATIVE EMILIO C. MACIAS IT
|
| 113 |
+
|
| 114 |
+
AN ACT PROVIDING FOR THE MODERNIZATION OF THE HEALTH CARE DELIVERY SYSTEM,
|
| 115 |
+
APPROPRIATING FUNDS THEREFOR AND FOR OTHER PURPOSES
|
| 116 |
+
|
| 117 |
+
‘Be it enacted by the Senate and Howse of Representatives of the Philippines in Congress assembled:
|
| 118 |
+
|
| 119 |
+
SECTION 1. Short Title. - This Act shall be known as the “Health Care Delivery Modemization Act of
|
| 120 |
+
2004."
|
| 121 |
+
|
| 122 |
+
SEC. 2, Declaration of Policy. - It is hereby declared a policy of the State to modemize the heslth care
|
| 123 |
+
delivery system to a level where it can fully and effectively perform its constitutional mandate to protect and
|
| 124 |
+
‘Promote the right to health of the people and instill health consciousness among them. ‘Towards this end, the thrusts
|
| 125 |
+
of this modemization program under this Act shall be the following:
|
| 126 |
+
|
| 127 |
+
(a) The development of an efficient and effective health care delivery system throughout the country;
|
| 128 |
+
|
| 129 |
+
() The integration of the promotive, preventive, curative and rehabilitative aspects of health care delivery
|
| 130 |
+
to be under the local chief executive (LCE) whenever appropriate;
|
| 131 |
+
|
| 132 |
+
(©) The transformation of government hospitals into self-goveming components, together with their
|
| 133 |
+
respective rural health units;
|
| 134 |
+
|
| 135 |
+
(@ The development of cooperation among the local and national government agencies, members of
|
| 136 |
+
‘Congress and the private sector, including tho civic, religious and nongovernment organizations;
|
| 137 |
+
|
| 138 |
+
(© The implementation of a residency training and accreditation program and accreditation of private
|
| 139 |
+
specialist practitioners in provincial hospitals and medical centers;
|
| 140 |
+
|
| 141 |
+
(©) The establishment of a dependable two-way referral system between the public and health worker up to
|
| 142 |
+
the successive higher level of health care stations reaching up to the specialty hospitals and vice versa;
|
| 143 |
+
|
| 144 |
+
(@) The delineation of specific and specialized functions that will enable the Department of Health (DOH) to
|
| 145 |
+
concentrate its efforts in establishing and maintaining adequately equipped state-of-the-art medical centers at the
|
| 146 |
+
regional level, including those in Metro Manila, and specialty hospitals in the country, including those with original
|
| 147 |
+
charter;
|
| 148 |
+
|
| 149 |
+
(b) The development of partnership among local government units (LGUs) and between LGUs and the
|
| 150 |
+
DOH in the establishment of health care delivery facilities; and
|
| 151 |
+
|
| 152 |
+
(® The adoption of a system and procedure by the LGUs and the DOH to attain a maximum level of
|
| 153 |
+
‘tansparency in the procurement of equipment and medicines.
|
| 154 |
+
|
| 155 |
+
SBC. 3. Statement of Objectives. - The Health Care Delivery Modernization Program, hereinafter referred to
|
| 156 |
+
as the Program, shall be implemented in accordance with the following objectives:
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
|
| 160 |
+
10
|
| 161 |
+
|
| 162 |
+
2
|
| 163 |
+
3
|
| 164 |
+
“4
|
| 165 |
+
15
|
| 166 |
+
16
|
| 167 |
+
"7
|
| 168 |
+
1B
|
| 169 |
+
19
|
| 170 |
+
|
| 171 |
+
a
|
| 172 |
+
|
| 173 |
+
23
|
| 174 |
+
|
| 175 |
+
Re
|
| 176 |
+
|
| 177 |
+
27
|
| 178 |
+
|
| 179 |
+
29
|
| 180 |
+
30
|
| 181 |
+
31
|
| 182 |
+
32
|
| 183 |
+
33
|
| 184 |
+
34
|
| 185 |
+
38
|
| 186 |
+
36
|
| 187 |
+
37
|
| 188 |
+
38
|
| 189 |
+
39
|
| 190 |
+
40
|
| 191 |
+
4l
|
| 192 |
+
|
| 193 |
+
2
|
| 194 |
+
|
| 195 |
+
(a) To modernize the health care delivery by adopting a comprehensive, consistent and systematic approach
|
| 196 |
+
1o health issues and concems which will be complemented by state-of-the-art technology;
|
| 197 |
+
|
| 198 |
+
(b) To further enhance local autonomy by granting LGUs full powers in the formulation of policies and by
|
| 199 |
+
mandating the DOH to perform its tasks under Section 5 of this Act relative to the operation and maintenance of
|
| 200 |
+
hospitals and public health services under its supervision and control;
|
| 201 |
+
|
| 202 |
+
(©) To implement « program of extending technological, Financial and administrative assistance to LGUs to
|
| 203 |
+
‘support and improve the provision, and operation and maintenance of health facilities and equipment;
|
| 204 |
+
|
| 205 |
+
(@ To enhance inter-agency multi-sectoral cooperation;
|
| 206 |
+
|
| 207 |
+
(©) To enhance the capability of hospitals by requiring the DOH to provide each LGU competem physicians
|
| 208 |
+
‘10 assist the local chief executive as may be appropriate, in the monitoring of health care delivery functions; and
|
| 209 |
+
|
| 210 |
+
(8) To encourage the employment and retention of doctors in rural areas.
|
| 211 |
+
|
| 212 |
+
SEC, 4. Definition of Terms. - The following terms used in this Act are defined as follows:
|
| 213 |
+
|
| 214 |
+
(8) “Health Care Delivery Modernization Program” refers to an integrated approach to health care which as
|
| 215 |
+
detailed under Section 5 hereof shall have the following program components: a delineation of the role of the
|
| 216 |
+
‘LGUs and the DOH, the strengthening of the capabitiy of the provincial hospitals, and the establishment of hospital
|
| 217 |
+
health boards.
|
| 218 |
+
|
| 219 |
+
(b) “Hospital” refers to a place devoted primarily to the maintenance and operation of facilities for the
|
| 220 |
+
agnosis, treatment and care of individuals suffering from iliness, disease, injury or deformity, or in need of
|
| 221 |
+
obstetrical or other medical and nursing care,
|
| 222 |
+
|
| 223 |
+
(©) “Primary hospitel” refers to a hospital with capabilities and facilities for providing first contact
|
| 224 |
+
‘emergency care and hospitalization in simple cases,
|
| 225 |
+
|
| 226 |
+
(@ “Secondary hospital” refers to a hospital which has capabilities and facilities for providing medical care
|
| 227 |
+
to cases requiring hospitalization and the expertise of physicians with training of not less than six (6) months on
|
| 228 |
+
certain specialties
|
| 229 |
+
|
| 230 |
+
(©) “Tertiary Level I hospital” refers to a hospital which has capabilities for providing medical care to cases
|
| 231 |
+
requiring sophisticated diagnostic and therapeutic equipment and the expertise of trained specialists and sub-
|
| 232 |
+
specialists
|
| 233 |
+
|
| 234 |
+
(“Tertiary Level It hospital” refers to a departmentalized hospital with teaching and research capabilities
|
| 235 |
+
‘and which have socredited Residency Training Programs in the fields of surgery, pediatrics, medicine, OB-Gyne,
|
| 236 |
+
ENT, orthopedics, anesthesia and other ancillary disciplines. It likewise offers dental services
|
| 237 |
+
|
| 238 |
+
(@) “Tertiary Levet 111 hospital” refers to a hospital which has been particularly selected to provide tertiary
|
| 239 |
+
hospital services, with teaching, training and research functions,
|
| 240 |
+
|
| 241 |
+
Gh) “Tertiary Level TV hospital” refers to a tertiary hospital with expensive and sophisticated diagnostic and
|
| 242 |
+
‘therapeutic facilities for a specific modical problem area.
|
| 243 |
+
|
| 244 |
+
“District hospital” refers to the front-line hospital, which has its own catchment area, and with
|
| 245 |
+
capabilities and facilities for providing secondary medical care to cases requiring hospitalization and the expertise
|
| 246 |
+
of trained doctors.
|
| 247 |
+
|
| 248 |
+
“Provincial hospital” refers to a central district hospital with its own catchment area which provides at
|
| 249 |
+
least a minimum of Tertiary Level ! hospital care.
|
| 250 |
+
|
| 251 |
+
(k “Regional hospital” refers to a departmentalized hospital which provides Tertiary Level If hospital care.
|
| 252 |
+
|
| 253 |
+
“Medical center” refers to a hospital which provides Tertiary Level III hospital care.
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
|
| 257 |
+
3
|
| 258 |
+
|
| 259 |
+
(an) “Specialty hospital” refers 10 a hospital which provides services for one particular illness or disease or
|
| 260 |
+
health medical care need, with the highest medical care rendered by medical experts using highly specialized
|
| 261 |
+
equipment for a specific medical problem area. It provides Tertiary Level IV hospital care.
|
| 262 |
+
|
| 263 |
+
(a) “Competent physician” refers to a licensed medical doctor who possesses both toctmical and managerial
|
| 264 |
+
‘nowledge or expertise in health care.
|
| 265 |
+
|
| 266 |
+
(0) “Local government units (LGUs)” refer to provinces, cities, municipalities, barangays and other political
|
| 267 |
+
subdivisions es may be created by law.
|
| 268 |
+
|
| 269 |
+
Sec. 5. Health Care Delivery Modernization Program. ~ in order to meet its objectives, there shall be
|
| 270 |
+
created 2 Health Care Delivery Modemization Program which shall have the following components:
|
| 271 |
+
|
| 272 |
+
(A) Delineation of the Role of the Local Goverment Units and the Department of Heelth (DOH), ~ The
|
| 273 |
+
‘Leagues of Local Government Units (LGUs) and the Department of Health (DOH) shall support the implementation
|
| 274 |
+
of the Health Care Delivery Modernization Program by performing the mandated tasks herein defined, to wit:
|
| 275 |
+
|
| 276 |
+
(1) The province shall be responsible for the promotive, preventive, curative and rehabilitative aspects of
|
| 277 |
+
health care delivery except in places where municipal and city hospitals exist, in which case these shall be under the
|
| 278 |
+
responsibility of the LGU concerned. They shall also undertake an annual review of health program in their areas
|
| 279 |
+
of jurisdiction;
|
| 280 |
+
|
| 281 |
+
‘The Integrated Provincial Health Office (IPHO), with the assistance of the DOH resident consultant, shall
|
| 282 |
+
continue to coordinate with the municipal or city health officer in all activities pertaining to public health at the
|
| 283 |
+
‘municipal or city level
|
| 284 |
+
|
| 285 |
+
(2) The DOH shail, in addition to the powers vested in it under existing laws, be responsible for the
|
| 286 |
+
following:
|
| 287 |
+
|
| 288 |
+
(0) Delivery of health care services higher than or more sophisticated than that provided by LGUs;
|
| 289 |
+
|
| 290 |
+
(b) Provision of competent physicians for each province or qualified cities or municipalities to assist the
|
| 291 |
+
local chief executive, as may be appropriate, in the management and monitoring of devolved health care functions;
|
| 292 |
+
|
| 293 |
+
(©) Upper tertiary hospital care where the expertise in the different organ specific medical-surgical
|
| 294 |
+
‘specialty is needed;
|
| 295 |
+
|
| 296 |
+
(@ Operation and maintenance of medical centers, including those in Metro Manila, and specialty hospitals
|
| 297 |
+
‘whose functions are to provide tertiary expertise: Provided however, That a specialty hospital with original chaster
|
| 298 |
+
shall continue to be governed by its own charter;
|
| 299 |
+
|
| 300 |
+
(© Supervision of the operation of the more sophisticated organ- specific medical centers;
|
| 301 |
+
|
| 302 |
+
(0) Initiation and assistance in the establishment of a residency training program with the participation of
|
| 303 |
+
the private practicing specialist, as much as practicable, as consultants in each provincial hospital;
|
| 304 |
+
|
| 305 |
+
(@) Provision of doctors in rural communities under its program of doctors to doctoriess areas, who shall be
|
| 306 |
+
assigned by the regional field units in consultation with the local chief executive, as may be appropriate to qualified
|
| 307 |
+
communities; and
|
| 308 |
+
|
| 309 |
+
(4) Creation and funding of positions for doctors to doctorless areas including their incentives and benefits,
|
| 310 |
+
in addition to those granted under existing laws, to wit:
|
| 311 |
+
|
| 312 |
+
(h.1) Free legal representation and consultation services shall be immediately provided by the Public
|
| 313 |
+
Attorney's Office in cases of coercion, interference, and in other civil, criminal and administrative cases filed by or
|
| 314 |
+
‘against such doctors arising out of or in connection with the performance of their duties as such; and
|
| 315 |
+
|
| 316 |
+
(12) Scholarship benefits in the form of tuition foes in state colleges or universities 10 be granted to their
|
| 317 |
+
legitimate children.
|
| 318 |
+
|
| 319 |
+
|
| 320 |
+
|
| 321 |
+
4
|
| 322 |
+
|
| 323 |
+
(B) Strengthening the Capability of the Provincial Hospitals. - The provincial hospitals shall be developed
|
| 324 |
+
imo responsive, efficient and modem institutions with the capability 10 handle Tertiary Level I to II hospital care
|
| 325 |
+
Jn pursuance thereof, the following necessary steps shall be undertaken:
|
| 326 |
+
|
| 327 |
+
(1) The establishment of a residency training program and scquisition of tertiary diagnostic facilities with,
|
| 328 |
+
as much as practicable, the participation of the private sector or private specialist practitioner as consultants in each
|
| 329 |
+
‘provincial hospital subject to the following conditions:
|
| 330 |
+
|
| 331 |
+
(®) Consultants, who shall be accredited to practice in the hospital, may be entitled to honorarium to be
|
| 332 |
+
determined by the district hospital health board;
|
| 333 |
+
|
| 334 |
+
(®) Provincial hospital residents participating in the residency training program shall not be permanent
|
| 335 |
+
‘employees but shall be considered employed forthe whole duration of the residency traning period; and
|
| 336 |
+
|
| 337 |
+
(©) Participants in the residency training program shall be given preference in case of reemployment as
|
| 338 |
+
residents of district hospitals.
|
| 339 |
+
|
| 340 |
+
2) The Improvement and Upgrading of Provincial and Highly Urbanized City Hospitals, - The DOH shall
|
| 341 |
+
extend technical and financial assistance relating to the establishment of diagnostic centers and acquisition of
|
| 342 |
+
modern and quality equipment to improve the capabilities of the provincial hospitals pursuant to its modernization
|
| 343 |
+
cbjectives: Provided, That the acquisition of new equipment shall be synchronized with the phasing out of obsolete
|
| 344 |
+
‘major equipment and subjected to the laws on public bidding.
|
| 345 |
+
|
| 346 |
+
{In provinces with @ population of at least one million, and in island provinces as well as in highty urbanized
|
| 347 |
+
cities, the DOH shall establish an extension of the regional medical center in the provincial or city hospital, as the
|
| 348 |
+
case may be, The extension hospital to be established shall have the capability of Tertiary Level Il hospital care:
|
| 349 |
+
Provided, further, That the DOH shall also extend assistance equivalent to the cost of maintenance of equipment
|
| 350 |
+
‘and personnel, and if necessary, the replacement or improvement of equipment in the abovementioned hospitals.
|
| 351 |
+
|
| 352 |
+
(©) Establishment of Hospital Health Boards. - This component of the Program is geared towards the
|
| 353 |
+
realization of a genuine local autonomy. In furtherance thereof, there shall be established a district hospital health
|
| 354 |
+
board, medical center health board, including those in Metro Manila, and specialty hospital health board: Provided,
|
| 355 |
+
‘however, That there shall also be established hospital health boards in municipalities or cities which have hospitals:
|
| 356 |
+
Provided, further, That specialty hospitals with original charters, namely: National Kidney and Transplant Instinwte,
|
| 357 |
+
‘Lung Center of the Philippines, Philippine Children's Medical Center and Philippine Heart Center, shall continue to
|
| 358 |
+
’be governed by their respective charters.
|
| 359 |
+
|
| 360 |
+
(1) District Hospital Health Board
|
| 361 |
+
|
| 362 |
+
(@) Composition - The composition of the district hospital health board shall be as follows:
|
| 363 |
+
|
| 364 |
+
(1) Chairman: Chief ofthe District Hospital
|
| 365 |
+
|
| 366 |
+
(a2) Members: representative of the Congressional District for hospitals in his political district; a mayor of
|
| 367 |
+
the catchment ares of the district; member of the sangguniang panlalawigan of the political district; representative
|
| 368 |
+
of the Philippine Hospital Association; represemative of the Philippine Medical Association; representative of
|
| 369 |
+
‘ongoverment organizations involved in health services; representative of the religious sector; and representative
|
| 370 |
+
of the private sector
|
| 371 |
+
|
| 372 |
+
(a3) The members of the District Hospital Health Board, except the chairman and the representative of the
|
| 373 |
+
‘congressional district, shall be appointed by the provincial governor.
|
| 374 |
+
|
| 375 |
+
(©) Powers and Functions - The powers and functions of the district hospital health board shall be 2s
|
| 376 |
+
follows:
|
| 377 |
+
|
| 378 |
+
(b.1) To assist the provincial govemor in the operation and management of the district hospital;
|
| 379 |
+
|
| 380 |
+
|
| 381 |
+
|
| 382 |
+
3
|
| 383 |
+
|
| 384 |
+
(02) To review and endorse the budgetary requirements of the district health services;
|
| 385 |
+
|
| 386 |
+
(6.3). To devise a mechanism for internal control;
|
| 387 |
+
|
| 388 |
+
(b.4) To enhance the participation of LGUs and community involvement in hospital service and public
|
| 389 |
+
health activites;
|
| 390 |
+
|
| 391 |
+
(b.5) To screen and recommend to the Selection Board the appointment of qualified applicants to fill vacant
|
| 392 |
+
positions inthe rural health units and district hospitals;
|
| 393 |
+
|
| 394 |
+
(0.6) To be responsible for the recruitment of volunteer barangay health workers who shall be entitled to
|
| 395 |
+
‘monthly honorarium and other benefits as provided for by the law;
|
| 396 |
+
|
| 397 |
+
(6.1) To deposit, in trust, all the earnings of the district hospital and rural health units derived from whatever
|
| 398 |
+
source with the Provincial Treasurer's Office or with any authorized depository banks;
|
| 399 |
+
|
| 400 |
+
(6.8) To determine the utilization of the earnings of the hospital and rural health units for the betterment of
|
| 401 |
+
‘hospital and rural health services; and
|
| 402 |
+
|
| 403 |
+
(b.9) To perform such other functions as may be deemed necessary for the effective management of the rural
|
| 404 |
+
health units and hospitals,
|
| 405 |
+
|
| 406 |
+
(© Meetings and Quorums -
|
| 407 |
+
|
| 408 |
+
(C.1) The Board shall meet atleast once a month or as often as may be necessary,
|
| 409 |
+
|
| 410 |
+
(6.2) A majority of the members of the Board shell constitute a quorum but the chairman must be present
|
| 411 |
+
during meetings where budgetary proposals are prepared or considered. Members thereof who are not government
|
| 412 |
+
officials or employees shall be entitled to necessary traveling expenses and allowances chargeable against the funds
|
| 413 |
+
of the district hospital health board subject tothe accounting and auditing rules and regulations,
|
| 414 |
+
|
| 415 |
+
(2) Medical Centers and Specialty Hospitals Health Boards
|
| 416 |
+
|
| 417 |
+
(®) Composition - The composition of the Medical Center and Specialty Hospital Health Boards shall be as
|
| 418 |
+
follows:
|
| 419 |
+
|
| 420 |
+
(a1) Chairman: Chief of Medical Centers or Specialty Hospitals, as the case may be;
|
| 421 |
+
|
| 422 |
+
(22) Members: & senator of the Republic; a representative of the Congressional District where the medical
|
| 423 |
+
‘center or specialty hospital is located; a representative of the Philippine Hospital Association; a representative of the
|
| 424 |
+
Philippine Medical Association; a representative of the nongovernment organizations involved in health services; a
|
| 425 |
+
representative ofthe religious sector; and a representative of the private sector.
|
| 426 |
+
|
| 427 |
+
(a3) The chairman of the Medical Center Hospital Health Board, including those in Metro Manila, and
|
| 428 |
+
Specialty Hospital Health Boards shall serve by operation of this Act without the need of any appointment.
|
| 429 |
+
|
| 430 |
+
(@4) The chairman of the Senate Committee on Health shall choose ftom among the senators, who shall
|
| 431 |
+
represent the Senate as & member of each of the Medical Center or Specialty Hospital Health Boards.
|
| 432 |
+
|
| 433 |
+
(a5) The representative from the nongovemmment organizations, religious and the private sector in the
|
| 434 |
+
Medical Center and Specialty Hospital Health Boards shall be appointed by the chairman of the respective health
|
| 435 |
+
Doards
|
| 436 |
+
|
| 437 |
+
(b) Powers and Functions - The powers and functions of the Medical Center and Specialty Hospital Health
|
| 438 |
+
‘Boards shall, as they are applicable be the following:
|
| 439 |
+
|
| 440 |
+
(0.1) To assist the Secretary of health, administrator o¢ chairman of the boards of trustees, es the case may
|
| 441 |
+
be, in the operation and management of medical centers and specialty hospitals;
|
| 442 |
+
|
| 443 |
+
(b.2) To review and endorse the budgetary requirements of the medical centers and specialty hospitals,
|
| 444 |
+
|
| 445 |
+
(b.3) To devise a mechanism for intemal control;
|
| 446 |
+
|
| 447 |
+
|
| 448 |
+
|
| 449 |
+
6
|
| 450 |
+
|
| 451 |
+
(b.4) To screen and recommend to the Selection Board the appointment of qualified applicants to fill vacant
|
| 452 |
+
positions in the medical centers and specialty hospitals, as the case may be;
|
| 453 |
+
|
| 454 |
+
(b.5) To deposit, in trust, all the earnings derived from whatever source with any authorized depository banks
|
| 455 |
+
as part of their General Fund;
|
| 456 |
+
|
| 457 |
+
(6.6) To determine the utilization of funds of the specialty hospitals or medical centers, as the case may be,
|
| 458 |
+
for the betterment of hospital heslth services; and
|
| 459 |
+
|
| 460 |
+
(©.7) To perform such other functions es may be deemed necessary for the effective management of the
|
| 461 |
+
medics! centers and specialty hospitals
|
| 462 |
+
|
| 463 |
+
(© Meetings and Quorums ~
|
| 464 |
+
|
| 465 |
+
(€.1) The Board shall meet at Yeast once a month or as often as may be necessary.
|
| 466 |
+
|
| 467 |
+
(©2) A majority of the members of the Board shall constitute a quorum but the chairman must be present
|
| 468 |
+
uring meetings where budgetary proposals are prepared or considered. Members thereof who are not government
|
| 469 |
+
officials or employees shall be entitled to necessary traveling expenses and allowances chargeable against the funds
|
| 470 |
+
of the health boards of the medical center and specialty hospitals subject to the accounting and auditing rules and
|
| 471 |
+
regulations,
|
| 472 |
+
|
| 473 |
+
(3) Municipality or City Hospital Health Board
|
| 474 |
+
|
| 475 |
+
(@) Composition - the composition of the Municipal or City Hospital Health Board shall be as follows:
|
| 476 |
+
|
| 477 |
+
(@.1) Chairman: Chief of the municipality or city hospital
|
| 478 |
+
|
| 479 |
+
(2.2) Members: Representative of the congressional district for hospitals in his political district; the
|
| 480 |
+
municipal of city mayor of the area where the hospital is located; member of the sangguniang bayan or sangguniang
|
| 481 |
+
panlungsod; a representative of the Philippine Hospital Association a representative of the Philippine Medical
|
| 482 |
+
Association; a representative of nongovernment organizations involved in heath services; a representative of the
|
| 483 |
+
‘religious sector; and, a representative ofthe private sector,
|
| 484 |
+
|
| 485 |
+
(23) The members of the Municipal or City Hospital Heath Board except the chairman and the
|
| 486 |
+
representative of the congressional district, shall be appointed by the municipal or city mayor, asthe case may be;
|
| 487 |
+
|
| 488 |
+
(b) Power and Functions ~ The powers and functions of the Municipal or City Hospital Health Board shall
|
| 489 |
+
be as follows:
|
| 490 |
+
|
| 491 |
+
(b.1) To assist the mayor in the operation and management of the municipal or city hospital;
|
| 492 |
+
|
| 493 |
+
(©.2) To review and endorse the budgetary requirements of the municipal or city heslth services;
|
| 494 |
+
|
| 495 |
+
(03) To devise a mechanism for intemal control;
|
| 496 |
+
|
| 497 |
+
(6.4) To enbence the participation of local government units and community involvement in hospital service
|
| 498 |
+
and public health activites;
|
| 499 |
+
|
| 500 |
+
(b.5) To screen and recommend to the Selection Board the appointment of qualified applicants to fill vacant
|
| 501 |
+
‘Positions inthe rural health units and municipal or city hospitals;
|
| 502 |
+
|
| 503 |
+
(0.6) To be responsible for the recruitment of volunteer barangay health workers who shall be entitled to
|
| 504 |
+
‘monthly honorarium and other benefits provided for by the law;
|
| 505 |
+
|
| 506 |
+
(b.7) To deposi, in trust, all the earnings of the municipal or city hospitals and rural health units derived
|
| 507 |
+
from whatever source with the municipal or city treasurer's office, as the case may be, or with any authorized
|
| 508 |
+
depository banks,
|
| 509 |
+
|
| 510 |
+
(©.8) To determine the utilization of finds of the hospitals for the betterment of hospitals and rural health
|
| 511 |
+
services; and
|
| 512 |
+
|
| 513 |
+
|
| 514 |
+
|
| 515 |
+
1
|
| 516 |
+
|
| 517 |
+
(6.9) To perform such other functions as may be deemed necessary for the effective management of the rural
|
| 518 |
+
health units and hospitals,
|
| 519 |
+
|
| 520 |
+
(©) Meetings and Quorums ~
|
| 521 |
+
|
| 522 |
+
(€-1) The Board shall meet atleast once a month or as often as may be necessary;
|
| 523 |
+
|
| 524 |
+
(€2) A majority of the members of the Board shall constitute quorum but the chairman must be present
|
| 525 |
+
during meetings where budgetary proposals are prepared or considered Members therefore who are not
|
| 526 |
+
‘government officials or eruployees shall be entitled to necessary traveling expenses and allowances chargeable
|
| 527 |
+
‘against the funds of the Municipal or City Hospital Health Board subject to the accounting and auditing rules and
|
| 528 |
+
regulations,
|
| 529 |
+
|
| 530 |
+
Suc. 6. Pertod of Implementation. - The Program shall be implemented over a period of three (3) years
|
| 531 |
+
from the approval of this Act.
|
| 532 |
+
|
| 533 |
+
‘Sec. 7. Appropriations. ~ The Secretary of Health shall immediately include in the Department's program
|
| 534 |
+
‘the implementation of this Act, the funding of which shall be included in the annual General Appropriations Act,
|
| 535 |
+
|
| 536 |
+
For the implementation of the devolved health services, the amount necessary shall be taken from the
|
| 537 |
+
Internal Revenue Allotment of the LGU concemed.
|
| 538 |
+
|
| 539 |
+
Funds may be augmented by grants, donations, endowment from various sources, domestic oc foreign.
|
| 540 |
+
|
| 541 |
+
Suc, 8. Implementing Rules and Regulations. - The DOH and the Department of the Interior and Local
|
| 542 |
+
Government (DILG) shall, in coordination with the League of Provinces, promulgate the rules and regulations for
|
| 543 |
+
‘the implementation of this Act within sixty (60) days from its publication in two (2) newspapers of general
|
| 544 |
+
circulation,
|
| 545 |
+
|
| 546 |
+
Sec. 9. Separability Clause. - If, for any reason or reasons, any part or provision of this Act shall be
|
| 547 |
+
declared 10 be unconstitutional or invalid, other pans or provision hereof which are not affected thereby shall
|
| 548 |
+
continue to be in full force and effect.
|
| 549 |
+
|
| 550 |
+
Sec, 10, Repealing Clause. - All laws, orders, decrees, rules and regulations inconsistent with the
|
| 551 |
+
provisions of this Act are hereby repealed or modified accordingly.
|
| 552 |
+
|
| 553 |
+
Sec. LL. Effectivity. This Act shall take effect upon its approval
|
| 554 |
+
|
| 555 |
+
Approved,
|
| 556 |
+
|
data/document/hb/13/00001-01000/HB-00042.txt
ADDED
|
@@ -0,0 +1,486 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNo.__42
|
| 9 |
+
|
| 10 |
+
Introduced by: Ht
|
| 11 |
+
|
| 12 |
+
EMILIO C. MACTAS IT
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
The Constitution, in Article II, Section 15, declares that the State shall protect and
|
| 17 |
+
promote the right to health of the people and instill consciousness among them. Towards
|
| 18 |
+
this end, the State shall endeavor to enhance the accessibility of quality health care
|
| 19 |
+
services by encouraging the establishment and growth of Health Maintenance
|
| 20 |
+
Organizations (HMOs) in the Philippines.
|
| 21 |
+
|
| 22 |
+
In pursuance with this explicit constitutional mandate, this bill proposes to grant
|
| 23 |
+
Health Maintenance Organizations reasonable incentives to encourage the participation
|
| 24 |
+
of the private sector in the government’s endeavor to make health care available to all. It
|
| 25 |
+
also seeks to establish the operating guidelines for HMOs to rectify the gross inequality
|
| 26 |
+
of bargaining power that currently characterizes the HMO relationship with its members
|
| 27 |
+
and health care providers. Such adverse situation has resulted in the following:
|
| 28 |
+
|
| 29 |
+
1) Buyers of Health Insurance (members) left without any insurance
|
| 30 |
+
coverage after the HMO simply closes down;
|
| 31 |
+
|
| 32 |
+
2) Members unable to avail of any health benefits if their physician of choice
|
| 33 |
+
is a non-participating provider;
|
| 34 |
+
|
| 35 |
+
3) Members unable to contest health coverage denials;
|
| 36 |
+
|
| 37 |
+
4) Members” access to specialist and emergency services restricted;
|
| 38 |
+
|
| 39 |
+
5) Doctors unable to demand prompt compensation;
|
| 40 |
+
|
| 41 |
+
6) Doctors compelled to accept compensation rates of 1988;
|
| 42 |
+
|
| 43 |
+
7) Doctors’ medical decisions heavily influenced or overruled by HMO
|
| 44 |
+
|
| 45 |
+
bureaucrats.
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
It is thus clear from the foregoing that this proposed measure also intends to
|
| 50 |
+
equalize the bargaining power of the components in managed care if only to avoid the
|
| 51 |
+
imposition of harsh unconscionable terms arising out of such inequity.
|
| 52 |
+
|
| 53 |
+
It is important to note that this measure, once approved, will greatly benefit both
|
| 54 |
+
the patients and the doctors as it will confer basic patients’ rights to HMO members and
|
| 55 |
+
will create an environment where professional integrity of physicians will not be strained
|
| 56 |
+
|
| 57 |
+
or jeopardized.
|
| 58 |
+
|
| 59 |
+
Moreover, for the protection of the HMO members and health care providers, the
|
| 60 |
+
establishment and operations of the Health Maintenance Organizations (HMOs) shall be
|
| 61 |
+
regulated and shall be under the supervision of the Insurance Commission.
|
| 62 |
+
|
| 63 |
+
In view of the foregoing, the immediate ay f this bill is earnestly urged.
|
| 64 |
+
|
| 65 |
+
Representative
|
| 66 |
+
econd District, Negros Oriental
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
Republic of the Philippines
|
| 70 |
+
HOUSE OF REPRESENTATIVES
|
| 71 |
+
Quezon City
|
| 72 |
+
|
| 73 |
+
THIRTEENTH CONGRESS
|
| 74 |
+
First Regular Session
|
| 75 |
+
|
| 76 |
+
HOUSE BILL No. 42
|
| 77 |
+
|
| 78 |
+
Introduced by: HON. EMILIO C. MACIAS II
|
| 79 |
+
|
| 80 |
+
AN ACT
|
| 81 |
+
REGULATING THE ESTABLISHMENT AND OPERATIONS OF HEALTH
|
| 82 |
+
MAINTENANCE ORGANIZATIONS (HMOs), PROVIDING THEM
|
| 83 |
+
INCENTIVES AND FOR OTHER PURPOSES
|
| 84 |
+
|
| 85 |
+
Be it enacted by the Senate and the House of Representatives of the
|
| 86 |
+
Philippines in Congress assembled:
|
| 87 |
+
|
| 88 |
+
SECTION 1. Short Title. - This Act shall be known as the “Health Maintenance
|
| 89 |
+
Organizations Act of 2004”.
|
| 90 |
+
|
| 91 |
+
SEC. 2 Statement of Policy. - It is hereby declared the policy of the State to
|
| 92 |
+
protect and promote the right to health of the people and instill health consciousness
|
| 93 |
+
among them. Pursuant to this policy, the government shall encourage the establishment
|
| 94 |
+
and favorable operation of Health Maintenance Organizations (HMOs) by granting
|
| 95 |
+
teasonable incentives to enhance accessibility to quality health care services through
|
| 96 |
+
affordable health insurance policies.
|
| 97 |
+
|
| 98 |
+
SEC. 3. Objectives. - In line with the above policy, this Act seeks to:
|
| 99 |
+
|
| 100 |
+
a) Recognize HMOs as unique health care insurance entities that
|
| 101 |
+
combine the financing, management and coordination of health
|
| 102 |
+
services and to encourage their growth by granting them reasonable
|
| 103 |
+
incentives.
|
| 104 |
+
|
| 105 |
+
b) Establish the regulatory framework for HMOs.
|
| 106 |
+
|
| 107 |
+
©) Recognize and protect the rights of HMOs, health care providers and
|
| 108 |
+
members.
|
| 109 |
+
|
| 110 |
+
4d) Advance health consciousness among out people by promoting greater
|
| 111 |
+
accessibility to quality health care through affordable health insurance
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
SEC. 4. Definitions. - When used in this Act, the following terms shall mean
|
| 116 |
+
|
| 117 |
+
a) Health Maintenance Organization - an insurance company organized
|
| 118 |
+
in accordance with the provisions of the Corporation Code of the
|
| 119 |
+
Philippines that sells fixed pre-paid health insurance policies as
|
| 120 |
+
defined in paragraph (j) of this section to the public. It coordinates the
|
| 121 |
+
delivery of pre-agreed or designated health care services to its
|
| 122 |
+
members through a network of health care providers for a fixed
|
| 123 |
+
periodic fee and for a specified period of time. Through managed care,
|
| 124 |
+
it influences the utilization and costs of health services with the end to
|
| 125 |
+
make beneficial, effective, and/or necessary quality health care
|
| 126 |
+
affordable to the public,
|
| 127 |
+
|
| 128 |
+
The HMO shall possess the following functional characteristics:
|
| 129 |
+
|
| 130 |
+
1) It uses an organized system called and managed care to
|
| 131 |
+
coordinate the delivery of health services to its members
|
| 132 |
+
through health care providers in a defined geographical area,
|
| 133 |
+
|
| 134 |
+
2) It contracts the services of health care providers to deliver
|
| 135 |
+
health care services to its enrollees and/or their dependents as
|
| 136 |
+
their agreement may stipulate;
|
| 137 |
+
|
| 138 |
+
3) It has an enrolled group of individuals paying a fixed periodic
|
| 139 |
+
fee.
|
| 140 |
+
|
| 141 |
+
b) Actuary - a statistician with the necessary training, qualification
|
| 142 |
+
and experience and a fellow of the Actuarial Society of the
|
| 143 |
+
Philippines. He shall, among others, compute rates for health care
|
| 144 |
+
plans on the basis ‘of experience tables and determine the financial
|
| 145 |
+
soundness of health care agreements and operations of HMOs;
|
| 146 |
+
|
| 147 |
+
¢) Co-Payment - a charge which may be collected directly by a health
|
| 148 |
+
care provider from a member in accordance with the member's
|
| 149 |
+
health care policy;
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
4) Claim - a statement of services submitted to an HMO by a health
|
| 153 |
+
|
| 154 |
+
care provider following the provision of Covered Services to a
|
| 155 |
+
|
| 156 |
+
member that shall include diagnosis or diagnoses and itemization
|
| 157 |
+
|
| 158 |
+
of services and treatment provided to the member;
|
| 159 |
+
|
| 160 |
+
Covered Services/Coverage - health care services to be delivered
|
| 161 |
+
|
| 162 |
+
by a health care provider to a member as provided for in a heaith
|
| 163 |
+
|
| 164 |
+
care policy;
|
| 165 |
+
|
| 166 |
+
) Deductible - the amount a member pays out-of-pocket before the
|
| 167 |
+
HMO begins to pay the cost associated with treatment;
|
| 168 |
+
|
| 169 |
+
g) Health Care Provider - a health professional such as physician,
|
| 170 |
+
dentist, nurse, midwife, health care professional group and
|
| 171 |
+
hospitals, duly licensed by the proper government agency to
|
| 172 |
+
provide active health care services;
|
| 173 |
+
|
| 174 |
+
h) Health Care Provider Contract - a contract between an HMO and a
|
| 175 |
+
health care provider for the latter to deliver or provide health care
|
| 176 |
+
services to members of the former. It includes a schedule of
|
| 177 |
+
Covered Services and compensations and specifies all other terms,
|
| 178 |
+
conditions, limitations, exclusions, benefits, rights and obligations
|
| 179 |
+
thereof to which the HMO and health care provider are subject.
|
| 180 |
+
|
| 181 |
+
i) Health Care Policy - an insurance policy comprising an individual
|
| 182 |
+
set of health service detivery and compensation procedures offered
|
| 183 |
+
as a Managed Care product of an HMO to its members. It specifies
|
| 184 |
+
Covered Services and all other terms, conditions, limitations,
|
| 185 |
+
exclusions, benefits, rights and obligations thereof to which the
|
| 186 |
+
HMO and members are subject. It may be in the form of a
|
| 187 |
+
‘Comprehensive HMO Policy, Preferred Provider Policy, Managed
|
| 188 |
+
Indemnity, Self-Insured Policy or Third Party Administration
|
| 189 |
+
Policy.
|
| 190 |
+
|
| 191 |
+
°)
|
| 192 |
+
|
| 193 |
+
i) Managed Care - a complex system that involves the active
|
| 194 |
+
coordination of, and the arrangement for, the provision of health
|
| 195 |
+
services and coverage of health benefits. It involves oversight of
|
| 196 |
+
the delivery of health care services, contractual relationships and
|
| 197 |
+
organization of the providers giving care, and the covered benefits
|
| 198 |
+
tied to managed care rules;
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
|
| 202 |
+
k) Medically Necessary Services - refer to health care services that a
|
| 203 |
+
reasonably prudent physician would deem necessary for the
|
| 204 |
+
diagnosis or treatment of illness or injury or to improve the
|
| 205 |
+
functioning of a malformed body part of a member;
|
| 206 |
+
|
| 207 |
+
1) Member - an insured individual or a part of a group or an
|
| 208 |
+
employee of a corporation and his dependents, who entered into a
|
| 209 |
+
contract of health insurance with an HMO;
|
| 210 |
+
|
| 211 |
+
m) Enrollment Fee - the amount of money paid to an HMO by an
|
| 212 |
+
individual member, group or corporation on behalf of its
|
| 213 |
+
employees and the latter’s dependents, in payment for a pre-agreed
|
| 214 |
+
set of health services, for a specific period of time,
|
| 215 |
+
|
| 216 |
+
n) Participating Provider - a health care provider, who, under a Health
|
| 217 |
+
Care Provider Contract, has agreed to provide health care services
|
| 218 |
+
to the HMO members, with the right to payment, other than co-
|
| 219 |
+
payment or deductible directly or indirectly from the HMO.
|
| 220 |
+
|
| 221 |
+
SEC. 5. Health Care Incentives. - To tap and encourage private sector
|
| 222 |
+
participation in the government's thrust to make health services accessible to the low
|
| 223 |
+
income sectors of the population through affordable enrollment fees, HMOs shall be
|
| 224 |
+
granted the following incentives:
|
| 225 |
+
|
| 226 |
+
1) Fifty percent (50%) reduction of customs duties for importation of
|
| 227 |
+
medical equipment to be used in health care services of HMOs:
|
| 228 |
+
Provided, That, such equipment shall be used exclusively by the HMO
|
| 229 |
+
and not for resale;
|
| 230 |
+
|
| 231 |
+
2) Exemption from percentage tax, documentary stamp tax and value
|
| 232 |
+
added tax on all health care agreements;
|
| 233 |
+
|
| 234 |
+
3) The cost of HMO membership fees that corporations or employers pay
|
| 235 |
+
for their employees shall be deductible from the taxable income of said
|
| 236 |
+
employers;
|
| 237 |
+
|
| 238 |
+
4) Such other incentives that the Insurance Commission may deem
|
| 239 |
+
proper to recommend, subject to the concurrence of the Department of
|
| 240 |
+
Finance and approved by the President of the Philippines.
|
| 241 |
+
|
| 242 |
+
|
| 243 |
+
SEC. 6, Registration. - An HMO shall be legally organized as a juridical person
|
| 244 |
+
and shall be registered with the Securities and Exchange Commission, hereinafter
|
| 245 |
+
referred to as the SEC.
|
| 246 |
+
|
| 247 |
+
SEC. 7, Licensure. - The Insurance Commission, hereinafter referred to as the
|
| 248 |
+
Commission, shall supervise and regulate the operations of all HMOs and all other
|
| 249 |
+
entities that possess the functional characteristics of HMOs, except the Philippine Health
|
| 250 |
+
Insurance Corporation (PHIC). After registering with the SEC, said entities shall secure a
|
| 251 |
+
license to operate as an HMO from the Commission. All HMOs existing at the time of
|
| 252 |
+
effectivity of this Act shall likewise secure a license to operate from the Commission.
|
| 253 |
+
|
| 254 |
+
The Commission shall, upon receipt of a completed application for a license to
|
| 255 |
+
operate, provide a sixty (60) day period for public comment. As soon as the period has
|
| 256 |
+
lapsed and after thorough review, it shall either approve or disapprove the application. In
|
| 257 |
+
case the application is not approved, the reasons therefor shall immediately be known to
|
| 258 |
+
the applicant. The license to operate granted under this Act shall be effective for one (1)
|
| 259 |
+
year, subject to renewal by the Commission.
|
| 260 |
+
|
| 261 |
+
SEC. 8. Licensure Requirements. - The Insurance Commission and the
|
| 262 |
+
Department of Health shall prescribe the requirements for licensure and renewal of
|
| 263 |
+
license of HMOs based on the provisions of Section 7 of this Act. The requirements shall
|
| 264 |
+
include but not limited to:
|
| 265 |
+
|
| 266 |
+
a) The minimum authorized and paid up capitalization;
|
| 267 |
+
|
| 268 |
+
b) Financial Statement/projections for new HMOs;
|
| 269 |
+
|
| 270 |
+
c) Annual Reports for existing HMOs;
|
| 271 |
+
|
| 272 |
+
4) Data on membership enrollment,
|
| 273 |
+
|
| 274 |
+
©) Geographical area operation;
|
| 275 |
+
|
| 276 |
+
f) Health policies being offered;
|
| 277 |
+
|
| 278 |
+
g) Arrangements for ensuring the payment of the cost of health care services or
|
| 279 |
+
|
| 280 |
+
the provision for automatic applicability of an alternative coverage in the
|
| 281 |
+
event of discontinuance of the Health Maintenance Organization;
|
| 282 |
+
|
| 283 |
+
h) Any deposit of cash, or guaranty or minimum restricted reserves which the
|
| 284 |
+
Commissioner, by regulation may adopt to assure that the obligations to
|
| 285 |
+
subscribers and providers will be performed;
|
| 286 |
+
|
| 287 |
+
i) Philippine Health Insurance Corporation (PHIC) Accreditation;
|
| 288 |
+
|
| 289 |
+
|
| 290 |
+
|
| 291 |
+
j) Department of Health HMO Accreditation - The Department of Health
|
| 292 |
+
shall accredit HMOs after the Secretary has determined that the
|
| 293 |
+
applicant:
|
| 294 |
+
|
| 295 |
+
‘A. Guarantees its members fundamental patient’s rights, to include
|
| 296 |
+
among others:
|
| 297 |
+
|
| 298 |
+
1) Patient’s right to choose physician or health facility - AU
|
| 299 |
+
members in HMOs shall be offered an out-of-network option
|
| 300 |
+
that will enable them to obtain, even at the member’s
|
| 301 |
+
additional expense care from a health provider outside the
|
| 302 |
+
HMOs’ network of participating providers. Such out-of-
|
| 303 |
+
network health providers shall have the right to HMO
|
| 304 |
+
compensation, other than co-payment or deductible directly or
|
| 305 |
+
indirectly from the HMO;
|
| 306 |
+
|
| 307 |
+
2) Patient's right to see a specialist - All health policies must
|
| 308 |
+
guarantee direct access to an obstetrician/gynecologist for
|
| 309 |
+
women and access to a pediatrician for children as their
|
| 310 |
+
Primary physician;
|
| 311 |
+
|
| 312 |
+
3)
|
| 313 |
+
|
| 314 |
+
Patient’s right to emergency care - A member who reasonably
|
| 315 |
+
believes that he is suffering from am emergency condition has
|
| 316 |
+
the right to seek emergency care from the nearest emergency
|
| 317 |
+
department without first pre-authorizing or pre-certifying the
|
| 318 |
+
care with their HMO;
|
| 319 |
+
|
| 320 |
+
4)
|
| 321 |
+
|
| 322 |
+
Patient's right to Grievance and external review program -
|
| 323 |
+
Members of an HMO shall be granted the right to dispute
|
| 324 |
+
coverage denials on the basis of “medically necessary”
|
| 325 |
+
decisions before an independent Review Committee as
|
| 326 |
+
provided for in Section 10 hereof.
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
B. Guarantees in Health Care Providers:
|
| 330 |
+
|
| 331 |
+
1) Physician's/Dentist’s full freedom to manage and treat
|
| 332 |
+
‘patients in accordance with the prevailing standard of care
|
| 333 |
+
- Permitting arbitrary health policy definitions of
|
| 334 |
+
“medically necessary” to control all coverage
|
| 335 |
+
determinations and allowing HMO bureaucrats, rather than
|
| 336 |
+
properly qualified licensed physicians/dentists to. make
|
| 337 |
+
“qnedically necessary” decisions shall be made by
|
| 338 |
+
physicians/dentists in accordance with generally accepted
|
| 339 |
+
standards of medical/dental practice that a prudent
|
| 340 |
+
physician/dentist will make;
|
| 341 |
+
|
| 342 |
+
2) Prompt and just compensation - Health care providers shall
|
| 343 |
+
be paid their just professional/facility fees within thirty (30)
|
| 344 |
+
days from receipt of the latter’s written or electronic claim.
|
| 345 |
+
In the event that such claim is not approved, the reasons
|
| 346 |
+
therefor shall be made known to the provider within seven
|
| 347 |
+
(7) days after receipt of such written or electronic claim.
|
| 348 |
+
Disputes may then be addressed to the Insurance
|
| 349 |
+
Commission for arbitration as provided for in Section 10
|
| 350 |
+
hereof, HMOs that do not pay clean claims within the thirty
|
| 351 |
+
(30) day window may be liable for suspension of its license
|
| 352 |
+
to operate and additionally will be required to pay interest
|
| 353 |
+
at a rate to be determined by the Insurance Commission.
|
| 354 |
+
Professional fees must be in accordance with the Philippine
|
| 355 |
+
Medical Association’s/Philippine Dental Association’s
|
| 356 |
+
latest schedule of fees and latest Relative Unit Values
|
| 357 |
+
(RUV) prevailing upon the effectivity date of the contract.
|
| 358 |
+
|
| 359 |
+
C. Has a network of qualified and duly licensed health providers.
|
| 360 |
+
|
| 361 |
+
SEC. 9, Actuaries/Financial Consultants. - To protect the potential and enrolled
|
| 362 |
+
members of the HMOs, the Commission shall ensure that HMOs adhere to actuarially
|
| 363 |
+
sound practices and possess financial capabilities to render the services stipulated in their
|
| 364 |
+
agreements.
|
| 365 |
+
|
| 366 |
+
|
| 367 |
+
To achieve these objectives, the Commission shall engage the services of
|
| 368 |
+
actuaries and/or financial consultants to analyze the financial status and the actuarial
|
| 369 |
+
soundness of the HMO practices prior to issuance or renewal of licenses. For this
|
| 370 |
+
purpose, the Commission shall require from HMOs such additional data and reports it
|
| 371 |
+
deems necessary: Provided, That, such data and reports are certified by either an actuary,
|
| 372 |
+
financial consultant or external auditor.
|
| 373 |
+
|
| 374 |
+
SEC. 10. Arbitration and Review. - HMOs shall provide an internal mechanism
|
| 375 |
+
where disputes between parties to a Health Care Policy or parties to a Health Care
|
| 376 |
+
Provider Contract may be resolved in an expeditious manner. In the event that the dispute
|
| 377 |
+
is unresolved, a member, health provider or an HMO may elevate the case directly to the
|
| 378 |
+
Commission for binding arbitration. However, if the Commission determines the conflict
|
| 379 |
+
to be medical in nature or requiring a review of medically necessary decisions, the case
|
| 380 |
+
shall be referred to an HMO Medical Review Committee to be constituted by the DOH
|
| 381 |
+
for judgement. The HMO Medical Review Committee shall ensure that reviews of
|
| 382 |
+
medically necessary decisions must be made only by truly independent licensed
|
| 383 |
+
physicians familiar with the medical condition or treatment in question and of the same
|
| 384 |
+
specialty as the treating physician. Such complaints or disputes shall be decided upon
|
| 385 |
+
within thirty (30) days and the decision shall be final and executory. All other complaints
|
| 386 |
+
that remain with the Insurance Commission for arbitration shall be decided upon within
|
| 387 |
+
sixty (60) days. The decision of the Commission shall be final and executory, appealable
|
| 388 |
+
to the Supreme Court only on question of law.
|
| 389 |
+
|
| 390 |
+
SEC. 11. Grounds for Suspension of License. - The license to operate issued to
|
| 391 |
+
HMOs may be suspended by the Commission on the following grounds:
|
| 392 |
+
|
| 393 |
+
a) When, based on financial reports, continued operation of the HMO business is
|
| 394 |
+
no longer financially sound;
|
| 395 |
+
|
| 396 |
+
b) When agreements with members are not honored;
|
| 397 |
+
|
| 398 |
+
c) When contracts with health care providers, including but not limited to prompt
|
| 399 |
+
and just compensation for health services rendered or violated;
|
| 400 |
+
|
| 401 |
+
d) When the statements in the application for license or renewal thereof are
|
| 402 |
+
found to be false, misleading, inadequate or incomplete such that the
|
| 403 |
+
Commission cannot ascertain the true status from such statement, sufficient to
|
| 404 |
+
arrive at an honest appraisal of the true capability of the HMO;
|
| 405 |
+
|
| 406 |
+
|
| 407 |
+
e) When the decision of the Commission on cases for arbitration is not honored
|
| 408 |
+
by an HMO;
|
| 409 |
+
|
| 410 |
+
f) When the decision of the HMO Review Committee is not honored by an
|
| 411 |
+
HMO;
|
| 412 |
+
|
| 413 |
+
g) When an HMO continuously violates the rules and regulations issued by the
|
| 414 |
+
Commission and the Department of Health pursuant to Section 18 of this Act;
|
| 415 |
+
|
| 416 |
+
SEC. 12. Grounds for Revocation of License. - The Commission shall revoke the
|
| 417 |
+
license of any Health Maintenance Organization on the following grounds:
|
| 418 |
+
|
| 419 |
+
8) Repeated violations of this Act by an HMO;
|
| 420 |
+
|
| 421 |
+
b) Repeated suspension of HMO license;
|
| 422 |
+
|
| 423 |
+
©) Impairment of the status of the HMO, as may be determined by the Insurance
|
| 424 |
+
Commission during suspension based on paragraph (a) of Section 11 hereof,
|
| 425 |
+
after a fair appraisal by impartial actuaries and financial consultants, such that
|
| 426 |
+
even if allowed to continue to operate, it can no longer provide the services it
|
| 427 |
+
assumed under the agreement with its members.
|
| 428 |
+
|
| 429 |
+
SEC. 13. Administrative Sanctions. - The following administrative sanctions are
|
| 430 |
+
hereby imposed for violations that do not warrant suspension or revocation of license:
|
| 431 |
+
|
| 432 |
+
1) A fine of ten thousand pesos (P10,000.00) for the first violation of the
|
| 433 |
+
provision of this Act, Twenty thousand pesos (P20,000,00) for the second, and
|
| 434 |
+
thirty thousand pesos (P30,000.00) for the third violation. The provision of
|
| 435 |
+
Section 11 shall apply for the fourth violation of this Act;
|
| 436 |
+
|
| 437 |
+
2) A fine of fifty thousand pesos (P50,000.00) every time the license of the
|
| 438 |
+
HMO is suspended: Provided, That, payment of this fine shail not absolve the
|
| 439 |
+
HMO from its obligations under the agreement;
|
| 440 |
+
|
| 441 |
+
3) An order to freeze the assets and funds of the HMO suspended or revoked for
|
| 442 |
+
the protection of investors, providers and members.
|
| 443 |
+
|
| 444 |
+
‘The Commission shall retain the amount that may be collected as fines for its use
|
| 445 |
+
in the information dissemination mentioned-in the immediately succeeding section,
|
| 446 |
+
Provided, That, a separate account be maintained by the Commission for such purpose.
|
| 447 |
+
|
| 448 |
+
|
| 449 |
+
SEC. 14 Publication, - The Commission shall periodically publish in a
|
| 450 |
+
newspaper of general circulation the following:
|
| 451 |
+
|
| 452 |
+
1) List of duly licensed HMOs in good standing,
|
| 453 |
+
|
| 454 |
+
2) Suspension and/or revocation of the license of HMOs, copies of which shall
|
| 455 |
+
be furnished to associations of the medical/dental profession, hospitals and
|
| 456 |
+
employers who shall inform their members accordingly.
|
| 457 |
+
|
| 458 |
+
SEC. 15. Existing HMOs. - All exisiting Health Maintenance Organizations duly
|
| 459 |
+
registered with the Securities and Exchange Commission and have been in operation
|
| 460 |
+
prior to the effectivity of this Act shall continue to operate: Provided, That, they shall
|
| 461 |
+
apply for a new license with the Commission within one (1) year from the effectivity of
|
| 462 |
+
this Act.
|
| 463 |
+
|
| 464 |
+
SEC. 16. New License. - The Commission shall grant the above HMOs their new
|
| 465 |
+
licenses in accordance with this Act: Provided, however, That existing agreements,
|
| 466 |
+
rights and obligations derived therefrom shall be respected: Provided, further, that the
|
| 467 |
+
HMOs comply with the licensing requirements within one (1) year.
|
| 468 |
+
|
| 469 |
+
SEC. 17. Implementing Rules and Guidelines, - The Insurance Commission and
|
| 470 |
+
the Department of Health shall promulgate the rules and regulations necessary to
|
| 471 |
+
implement this Act within ninety (90) days from its approval. Such rules and regulations
|
| 472 |
+
shall be furnished to HMOs and shall take effect upon publication in a newspaper of
|
| 473 |
+
goncral circulation,
|
| 474 |
+
|
| 475 |
+
SEC. 18. Separability Clause. - If any provision of this Act is declared
|
| 476 |
+
unconstitutional or invalid, the other provisions not affected by such declaration shall
|
| 477 |
+
remain in full force and effect.
|
| 478 |
+
|
| 479 |
+
SEC. 19. Repealing Clause. - All laws, decrees, ordinances, rules and regulations,
|
| 480 |
+
executive or administrative orders or parts thereof inconsistent with this Act are hereby
|
| 481 |
+
repealed, amended or modified accordingly.
|
| 482 |
+
|
| 483 |
+
SEC. 20. Effectivity. - This Act shall take effect fifteen (15) days following its
|
| 484 |
+
publication in at least two (2) newspapers of generat circulation.
|
| 485 |
+
|
| 486 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00043.txt
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 43
|
| 9 |
+
|
| 10 |
+
Introduced by: REPRESENTATIVE EMILIO C. MACIAS IL
|
| 11 |
+
|
| 12 |
+
4 EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Section 25, Article II of the Constitution provides that “the State shall ensure the
|
| 15 |
+
autonomy of local governments”. This expressed Constitutional mandate effectively
|
| 16 |
+
served as a guiding principle for the framers of Republic Act No. 7160 otherwise known
|
| 17 |
+
as the Local Government Code of 1991, which devolved basic services and facilities to
|
| 18 |
+
local government units. Everybody agrees that the devolution of health functions and
|
| 19 |
+
facilities considered as the most meaningful features under the Local Government
|
| 20 |
+
Code. Tt A fpre expected that more money shall be infused by the national
|
| 21 |
+
governme: health care function considering its grave importance as manifested in
|
| 22 |
+
Section 15, Article II of the Constitution provides that “the State shall protect and
|
| 23 |
+
promote the right to health of the people and instill health consciousness among them.”
|
| 24 |
+
‘Notwithstanding this mandate however, governors often complain of inadequate funding
|
| 25 |
+
from the national government for such devolved functions, especially health services and
|
| 26 |
+
facilities. This situation has been aggravated by the fact that the cost of devolved
|
| 27 |
+
functions (CODEF) remains at 1993 level or value, which make them really hard to cope
|
| 28 |
+
up or maintain health care functions under the present level or value.
|
| 29 |
+
|
| 30 |
+
Some members of Congress observed that quite a large number of governors do
|
| 31 |
+
not give so much attention to health care delivery services as can be gleaned from the
|
| 32 |
+
lack of priority in the allocation of funds for such services. But this problem can be
|
| 33 |
+
avoided if the just share of local government units in national internal revenue taxes are
|
| 34 |
+
given to them like the Value Added Tax (VAT) collection made by the Bureau of
|
| 35 |
+
Customs(BOC) on behalf of the Bureau of Internal Revenue (BIR) pursuant to a
|
| 36 |
+
Memorandum of Agreement entered into by and between these agencies,
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
It is worthy to mention that for Calendar Year 2001, the Bureau of Customs
|
| 40 |
+
collected a whopping amount of Forty Seven Billion Two Hundred Forty Nine Million
|
| 41 |
+
Three Hundred Ninety Four Thousand and One Hundred Fifty Four Pesos (P47,
|
| 42 |
+
2A9,394,154,00) from the Value Added Tax alone. By intentionally excluding this
|
| 43 |
+
amount in the computation of the share in the national internal revenue taxes’ collections,
|
| 44 |
+
local government units were shortchanged by Eighteen Billion Eight Hundred Ninety
|
| 45 |
+
Nine Million Seven Hundred Fifty Seven Thousand Six Hundred Sixty One and Sixty
|
| 46 |
+
Pesos (P18,899, 757,661.60), the amount equivalent of 40% share of local government
|
| 47 |
+
unit, which could be translated to two hundred fifty pesos (P250.00) for every Filipino.
|
| 48 |
+
|
| 49 |
+
It is therefore the intention of this measure to rectify this glaring error, if not a
|
| 50 |
+
flagrant violation of the law, by explicitly mandating the national government agencies
|
| 51 |
+
concemed to set aside the forty percent (40%) share of local government units in the
|
| 52 |
+
VAT collected by the BOC for the BIR to be distributed equitably to provinces and
|
| 53 |
+
highly urbanized cities, with devolved health care functions and facilities, according to
|
| 54 |
+
population in their respective territorial jurisdiction. The primary objective is to augment
|
| 55 |
+
the funding exclusively for health care services of provinces and highly urbanized cities,
|
| 56 |
+
which both absorbed the bulk of devolved health care functions and facilities. It must be
|
| 57 |
+
clarified that population of each province or highly urbanized city shall be the sole basis
|
| 58 |
+
in determining the allocation of their shares.
|
| 59 |
+
|
| 60 |
+
Let us remember that the promotion of health is always an urgent business of
|
| 61 |
+
society because it is not only the very foundation of an active and useful life but also the
|
| 62 |
+
right of every Filipino,
|
| 63 |
+
|
| 64 |
+
In view of the foregoing reasons, the immediate approval of this important piece
|
| 65 |
+
of legislation is earnestly sought.
|
| 66 |
+
|
| 67 |
+
C. MACIAS Il, M.D.
|
| 68 |
+
|
| 69 |
+
2™ Dist., Negros Oriental
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
Republic of the Philippines
|
| 73 |
+
HOUSE OF REPRESENTATIVES
|
| 74 |
+
Quezon City, Metro Manila
|
| 75 |
+
|
| 76 |
+
THIRTEENTH CONGRESS
|
| 77 |
+
First Regular Session
|
| 78 |
+
|
| 79 |
+
HOUSE BILLNO.__ 43
|
| 80 |
+
|
| 81 |
+
INTRODUCED BY: REPRESENTATIVE, EMILIO C. MACIAS II
|
| 82 |
+
|
| 83 |
+
AN ACT
|
| 84 |
+
TO SET ASIDE THE FORTY PERCENT (40%) SHARE OF LOCAL
|
| 85 |
+
GOVERNMENT UNITS FROM THE VALUE ADDED TAX (VAT) COLLECTED
|
| 86 |
+
BY THE BUREAU OF CUSTOMS FOR THE BUREAU OF INTERNAL
|
| 87 |
+
REVENUE TO AUGMENT THE FUNDING EXCLUSIVELY FOR BASIC
|
| 88 |
+
HEALTH CARE SERVICES AND FACILITIES DEVOLVED TO PROVINCES
|
| 89 |
+
AND HIGHLY URBANIZED CITIES
|
| 90 |
+
|
| 91 |
+
Be it enacted by the Senate and the House of Representatives
|
| 92 |
+
of the Philippines in Congress assembled:
|
| 93 |
+
|
| 94 |
+
SECTION 1. There shall be set aside an amount equivalent to forty percent
|
| 95 |
+
(40%) of the total Value Added Tax (VAT) collected by the Bureau of Customs for the
|
| 96 |
+
Bureau of Internal Revenue to augment the funding exclusively for basic health care
|
| 97 |
+
services and facilities devolved to provinces and highly urbanized cities.
|
| 98 |
+
|
| 99 |
+
SEC. 2. The share of each province or highly urbanized city, with devolved health
|
| 100 |
+
care services and facilities, shall be distributed equitably on the basis of population
|
| 101 |
+
within its territorial jurisdiction.
|
| 102 |
+
|
| 103 |
+
SEC. 3. The Department of Budget and Management and the Department of
|
| 104 |
+
Interior and Local Government, in coordination with the Leagues of Provinces and Cities,
|
| 105 |
+
shall promulgate the necessary rules and regulations to implement the provisions of this
|
| 106 |
+
Act.
|
| 107 |
+
|
| 108 |
+
SEC. 4. This Act shall take effect upon its approval.
|
| 109 |
+
|
| 110 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00044.txt
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 4 4
|
| 9 |
+
|
| 10 |
+
Introduced By: REPRESENTATIVE EMILIO C. MACIAS i
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The Local Government Code, in pursuance of an explicit Constitutional mandate,
|
| 15 |
+
prohibits local elective officials to serve for more than three (3) consecutive terms.
|
| 16 |
+
However, this express mandate providing for term limits may be considered vague and therefore
|
| 17 |
+
susceptible to various interpretations when the issue of succession is brought to the fore.
|
| 18 |
+
|
| 19 |
+
Section 44 of the Local Government Code delineates the line succession in case of
|
| 20 |
+
vacancy in the offices of the govemor or mayor, the vice-goverior or vicemayor and the
|
| 21 |
+
sanggunian member. It is however, silent as to whether the official, who is next in the line of
|
| 22 |
+
succession, can fill the very same vacant position he is prohibited by law to serve beyond three
|
| 23 |
+
(G) consecutive term limits. This situation may sow confusion if not chaos in some areas where
|
| 24 |
+
intense political rivalry is prevailing among opposing camps.
|
| 25 |
+
|
| 26 |
+
‘This bill seeks to amend the aforementioned provision in the Local Government Code to
|
| 27 |
+
provide a crystal clear mandate on succession. This is to avert « possible scenatio wherein the
|
| 28 |
+
govemor or mayor, after completing three (3) consecutive terms, will support a next of kin or a
|
| 29 |
+
protégé and settle for the second top post in the hope of regaining his old tat via the back door
|
| 30 |
+
through succession circumventing in the process the Constitutional mandate on term limits.
|
| 31 |
+
|
| 32 |
+
Considering the political practices of some politicians in the Philippines, there is a great
|
| 33 |
+
possibility that should the next of kin or protégé of the governor or mayor win the elections with
|
| 34 |
+
them, the said next of kin or protégé may yield the post either to honor the previous agreement, to
|
| 35 |
+
suecumb to pressure or worst, their political patron may initiate recall proceedings just to create a
|
| 36 |
+
vacancy to serve their personal ends.
|
| 37 |
+
|
| 38 |
+
‘The House of Representatives of the Twelfth Congress had stamped its approval on this
|
| 39 |
+
Dill, However, for lack of material t ‘Senate failed to act on this measure.
|
| 40 |
+
|
| 41 |
+
repr
|
| 42 |
+
2™ Dist., Negros Oriental
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
Republic of the Philippines
|
| 46 |
+
HOUSE OF REPRESENTATIVES
|
| 47 |
+
Quezon City
|
| 48 |
+
|
| 49 |
+
THIRTEENTH CONGRESS
|
| 50 |
+
First Regular Session
|
| 51 |
+
|
| 52 |
+
HOUSE BILL NO. 4 4
|
| 53 |
+
|
| 54 |
+
Introduced by: REPRESENTATIVE EMILIO C. MACIAS I
|
| 55 |
+
|
| 56 |
+
AN ACT
|
| 57 |
+
PROHIBITING CERTAIN LOCAL OFFICIALS TO FILL THE VACANCY IN
|
| 58 |
+
THE OFFICES OF THE GOVERNOR OR MAYOR AND VICE-GOVERNOR OR
|
| 59 |
+
VICE-MAYOR, AMENDING FOR THE PURPOSE SECTION 44 OF REPUBLIC
|
| 60 |
+
ACT NO. 7160 OTHERWISE KNOWN AS THE LOCAL GOVERNMENT CODE
|
| 61 |
+
OF 1991
|
| 62 |
+
|
| 63 |
+
Be it enacted by the Senate and the House of Representatives
|
| 64 |
+
of the Philippines in Congress assembled:
|
| 65 |
+
|
| 66 |
+
SECTION 1. Section 44 of Republic Act No. 7160 otherwise known as the Locat
|
| 67 |
+
Government Code of 1991 is hereby amended to read as follows:
|
| 68 |
+
|
| 69 |
+
“SEC. 44. Permanent Vacancies in the Offices of the
|
| 70 |
+
Governor, Vice-Governor, Mayor and Vice-Mayor. - (a) If a
|
| 71 |
+
permanent vacancy occurs in the office of the governor or mayor, the
|
| 72 |
+
vice-governor or vice-mayor concemed shall become the governor or
|
| 73 |
+
mayor. If @ permanent vacancy occurs in the offices of the governor,
|
| 74 |
+
vice-govenor, mayor or vice-mayor, the highest ranking sanggunian
|
| 75 |
+
member or, in case of his permanent disability, the second highest
|
| 76 |
+
ranking sanggunian member, shall become the governor, vice-govemnor,
|
| 77 |
+
mayor or vice-mayor, as the case maybe.
|
| 78 |
+
|
| 79 |
+
PROVIDED, HOWEVER, THAT IN NO CASE SHALL,
|
| 80 |
+
THE ELECTED LOCAL OFFICIAL CONCERNED, WHO IS
|
| 81 |
+
DISQUALIFIED BY LAW TO SERVE DURING THE
|
| 82 |
+
PROHIBITIVE TERM, BE ALLOWED TO SUCCEED UNDER
|
| 83 |
+
THIS SECTION. Subsequent vacancies in the said office shall be
|
| 84 |
+
filled automatically by other sanggunian members according to their
|
| 85 |
+
ranking as defined herein.
|
| 86 |
+
|
| 87 |
+
(b) If a permanent vacancy occurs in the office of the punong
|
| 88 |
+
barangay, the highest ranking sanggunian barangay member or, in case
|
| 89 |
+
of his permanent disability, the second highest ranking sanggunian
|
| 90 |
+
member, shall become the punong barangay.
|
| 91 |
+
|
| 92 |
+
(©) A tie between or among the highest ranking sanggunian
|
| 93 |
+
members shall be resolved by the drawing of lots.
|
| 94 |
+
|
| 95 |
+
(d) The successors as defined herein shall serve only the
|
| 96 |
+
unexpired terms of their predecessors.
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
AS USED IN THIS ACT, THE TERM “PROHIBITIVE
|
| 100 |
+
TERM” SHALL MEAN THE TERM OF OFFICE
|
| 101 |
+
IMMEDIATELY AFTER THE THIRD CONSECUTIVE TERM.
|
| 102 |
+
|
| 103 |
+
For purposes of this Chapter, a permanent vacancy arises when
|
| 104 |
+
an elective local official fills a higher vacant office, refuses to assume
|
| 105 |
+
office, fails to qualify, dies, is removed from office, voluntarily resigns,
|
| 106 |
+
or is otherwise permanently incapacitated to discharge the functions of
|
| 107 |
+
his office.
|
| 108 |
+
|
| 109 |
+
For purposes of succession as provided in this Chapter, ranking
|
| 110 |
+
in the sanggunian shall be determined on the basis of the proportion of
|
| 111 |
+
votes obtained by each winning candidate to the total number of
|
| 112 |
+
registered voters in each district in the immediately preceding local
|
| 113 |
+
election.”
|
| 114 |
+
|
| 115 |
+
SEC. 2, This Act shall take effect upon its approval.
|
| 116 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00045.txt
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNO.__45.
|
| 9 |
+
|
| 10 |
+
Introduced By: HON. EMILIO C. MACIAS IT
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The severe lack of affordable housing in the Philippines greatly contributed to the
|
| 15 |
+
proliferation of squatters in the urban areas, particularly in Metro Manila. The squatting problem
|
| 16 |
+
‘was considered one of our major problems that the Marcos regime issued Presidential Decree No.
|
| 17 |
+
772, which made squatting unlawful, However, notwithstanding the existence of the Anti-
|
| 18 |
+
Squatting Law, the problem on squatting continued. It is thus quite perplexing that even before
|
| 19 |
+
giving protection to the legitimate landowners, Republic Act No. 7279 otherwise known as the
|
| 20 |
+
Urban Development and Housing Act of 1992 was passed discouraging the eviction and
|
| 21 |
+
demolition of illegal dwellings. RA 7279 also mandates the local government units, in
|
| 22 |
+
coordination with national housing agencies, to provide squatters adequate relocation and
|
| 23 |
+
financial assistance should relocation not be possible within a specific period. It also prohibits the
|
| 24 |
+
construction of illegal dwellings but this provision would simply become a writing on the wall
|
| 25 |
+
‘because Republic Act No. 8386 decriminalized squatting giving formidable strength to squatters’
|
| 26 |
+
rights.
|
| 27 |
+
|
| 28 |
+
‘The noble objectives of these social legislations are primarily to protect the rights of the
|
| 29 |
+
underprivileged and homeless citizens but no protection has been granted to legitimate land
|
| 30 |
+
titlebolders, who are continuously assessed with taxes to the land illegally occupied by others.
|
| 31 |
+
Under the prevailing situation, while the squatters continue to reap the benefits of the land they
|
| 32 |
+
illegaily occupy, the legitimate landowners are being deprived of their rights to improve, utilize
|
| 33 |
+
or cultivate their own land for any productive undertakings. The issue of relocating or resettling
|
| 34 |
+
the squatters has become a dilemma either due to inadequacy of funds or relocation sites, or plain
|
| 35 |
+
lack of political will on the part of the government officials concerned.
|
| 36 |
+
|
| 37 |
+
This bill seeks to provide a mandatory period in the relocation of squatters and to grant
|
| 38 |
+
tax exemption to illegally occupied residential lands. It also seeks to compensate the landowners
|
| 39 |
+
in case of failure of the local government unit concemed to act on the request for assistance to
|
| 40 |
+
evict illegal occupants within the prescribed period. The foremost intention of this measure is to
|
| 41 |
+
provide equal protection to the squatters and to the landowners. Thi measure will not only give
|
| 42 |
+
full meaning to the noble objectives of RA 7279 but will also minimize, if not totally eliminate
|
| 43 |
+
squatting because local government units will be compelled to monitor vacant lands to prevent
|
| 44 |
+
trespassers from constructing illegal structures within their respective localities.
|
| 45 |
+
|
| 46 |
+
The foregoing reasons warrant the immediate approval of this bill.
|
| 47 |
+
|
| 48 |
+
a, 2
|
| 49 |
+
Cn L£—
|
| 50 |
+
10 C. MACIAS If, M.D.
|
| 51 |
+
|
| 52 |
+
Representative
|
| 53 |
+
econd District, Negros Oriental
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
Republic of the Philippines
|
| 58 |
+
HOUSE OF REPRESENTATIVES
|
| 59 |
+
Quezon City
|
| 60 |
+
|
| 61 |
+
THIRTEENTH CONGRESS
|
| 62 |
+
First Regular Session
|
| 63 |
+
|
| 64 |
+
HOUSE BILL NO. 45
|
| 65 |
+
|
| 66 |
+
Introduced by: HON. EMILIO C. MACIAS If
|
| 67 |
+
|
| 68 |
+
AN ACT
|
| 69 |
+
PROVIDING FOR A MANDATORY PERIOD TO RELOCATE SQUATTERS,
|
| 70 |
+
GRANTING DISTURBANCE FEE AND TAX EXEMPTION TO OWNER OF
|
| 71 |
+
ILLEGALLY OCCUPIED RESIDENTIAL LAND, AND PENALIZING
|
| 72 |
+
VIOLATION THEREFOR
|
| 73 |
+
|
| 74 |
+
Be it enacted by the Senate and the House of Representatives
|
| 75 |
+
of the Philippines in Congress assembled:
|
| 76 |
+
|
| 77 |
+
SECTION 1. Short Title.- This Act shall be known as the “Landowners
|
| 78 |
+
Protection Act of 2004.”
|
| 79 |
+
|
| 80 |
+
SEC. 2. Declaration of Policy. - It is hereby declared to be the policy of the State
|
| 81 |
+
to afford protection and to promote full respect for property rights of every citizen to
|
| 82 |
+
ensure optimum utilization of one’s property free from any obstacle.
|
| 83 |
+
|
| 84 |
+
SEC. 3. Definition. — As used in this Act, the term “squatter” shall refer to any
|
| 85 |
+
person who occupies residential land without the consent of the landowner. .
|
| 86 |
+
|
| 87 |
+
SEC. 4. Relocation; Disturbance fee The local government unit shall, in
|
| 88 |
+
coordination with the Housing and Urban Coordinating Council and the National
|
| 89 |
+
Housing Authority, be responsible for the relocation of squatters within six (6) months
|
| 90 |
+
from receipt of the written request for assistance to evict squatters from the landowner.
|
| 91 |
+
|
| 92 |
+
Provided, however, That, should relocation not be effected, the local government
|
| 93 |
+
unit concerned shall pay the landowner a disturbance fee equivalent to the tax due of the
|
| 94 |
+
illegally occupied land until the squatters have been relocated.
|
| 95 |
+
|
| 96 |
+
Provided, further, That, payment of the disturbance fee shall commence one (1)
|
| 97 |
+
year after the prescribed period to relocate had lapsed.
|
| 98 |
+
|
| 99 |
+
SEC. 5. Tax Exempt. - All residential lands illegally occupied shall be exempt
|
| 100 |
+
from taxation during the period of occupancy. Provided, That, tax exemption under this
|
| 101 |
+
Section, shall commence sixty (60) days after presentation of the written request for
|
| 102 |
+
assistance to evict squatters.
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
SEC. 8. Tax Exempt, - All residential lands illegally occupied shall be exempt
|
| 106 |
+
from taxation during the period of occupancy. Provided, That, tax exemption under this
|
| 107 |
+
Section, shall commence sixty (60) days after presentation of the writes Tequest for
|
| 108 |
+
assistance to evict squatters,
|
| 109 |
+
|
| 110 |
+
SEC. 6. Fines and Penalties. - Any person found guilty of violating the
|
| 111 |
+
Provision of this Act shall suffer the penalty of imprisonment not tore then thee: @Q)
|
| 112 |
+
Years or a fine of Fifly Thousand Pesos (PS0,000.00), or both, at the discretion of the
|
| 113 |
+
|
| 114 |
+
‘The Chief Executive and Punong Barangay, who fail to prevent the construction
|
| 115 |
+
of any kind of ilegal dwelling unit or structure in privately owned residential lend within
|
| 116 |
+
their jurisdiction shall face suspension for a period of six (6) months and penal sanctions
|
| 117 |
+
provided under this Section.
|
| 118 |
+
|
| 119 |
+
SEC. 7. Rules and Regulations. The Department of Interior and Local
|
| 120 |
+
Government, in coordination with the national Housing Authority, shall issue the
|
| 121 |
+
implementing rules and regulations within sixty (60) days upon approval of this Avr
|
| 122 |
+
|
| 123 |
+
SEC. 8. Effectivity. This Act shall take effect upon its approval.
|
| 124 |
+
|
| 125 |
+
Approved,
|
| 126 |
+
|
data/document/hb/13/00001-01000/HB-00046.txt
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS:
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNo.__ 46
|
| 9 |
+
|
| 10 |
+
Introduced by: HON, EMILIO C. MACIAS IL
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
This bill seeks to abolish the imposition of death penalty in the Philippines.
|
| 15 |
+
|
| 16 |
+
The Philippines, being predominantly a Christian country, should set the example
|
| 17 |
+
and be the first one to respect the sanctity of life. Afterall, the majority of the civilized
|
| 18 |
+
nations have adopted the view that the State possesses no right to take away life. It is also
|
| 19 |
+
necessary to consider that there are cases where death convicts were later found 10 be
|
| 20 |
+
innocent. These cases happened and may still happen because some of the accused cannot
|
| 21 |
+
afford to hire the services of a competent lawyer who can defend and prove their
|
| 22 |
+
innocence in court because of poverty. The harshness of the penalty therefore may not
|
| 23 |
+
spare even the life of the innocents. The countless people, who are wielding authority and
|
| 24 |
+
influence in the government must think that criminals are not born. They are made by
|
| 25 |
+
society. Since society, in some measure, is responsible for the criminal’s misfortune, itis
|
| 26 |
+
therefore, unfair that society itself will exact his life.
|
| 27 |
+
|
| 28 |
+
It is noteworthy that governments after governments in Western Europe abolished
|
| 29 |
+
the death penalty even for serious offenses. France, for example, abolished the death
|
| 30 |
+
penalty in the 1980's and retired its two (2) guillotines after 189 years of usage.
|
| 31 |
+
|
| 32 |
+
‘The imposition of death penalty can be traced to the ancient principle of lex
|
| 33 |
+
taliones, which derived from the Mosaic Law. This principle assumed that crime can be
|
| 34 |
+
discouraged by harsh punishment embodied in the tradition of retribution or “an eye for
|
| 35 |
+
an eye, @ tooth for a tooth”. Scientific evidence however, shows that death penalty has
|
| 36 |
+
not been instrumental in preventing crime. In fact, in the Philippines, the number of death
|
| 37 |
+
sow inmates continues to grow despite the execution of several death convicts already,
|
| 38 |
+
Even then President Estrada, a staunch advocate of death penalty, in a surprising turn-
|
| 39 |
+
around last year, not only commuted the death sentences of 105 convicts but also urged
|
| 40 |
+
Congress to repeal the death penalty''law. Likewise, President Macapagal-Arroyo
|
| 41 |
+
declared a moratorium on the execution of death convicts making the death penalty law a
|
| 42 |
+
useless or dead law. These political developments therefore, call for the abolition of death
|
| 43 |
+
penalty.
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
It is noteworthy to cite the view advanced by a famous English Philosopher of the
|
| 47 |
+
17* Century, Jeremy Bentham, the founder of the Utilitarianism Theory, who said:
|
| 48 |
+
|
| 49 |
+
“Punishment by death cannot be converted into
|
| 50 |
+
profit: It offers no compensation to the injured party. It
|
| 51 |
+
even destroys the possibility of it. The offenders by his
|
| 52 |
+
labour might repair in some measures the mischief he has
|
| 53 |
+
done, His death makes no reparation to anyone.”
|
| 54 |
+
|
| 55 |
+
Former Attomey General Ramsey Clark of the United States stamped his
|
| 56 |
+
|
| 57 |
+
disapproval of death penalty by echoing the view adopted by Bentham. Attomey General
|
| 58 |
+
Clark, in his own words, said:
|
| 59 |
+
|
| 60 |
+
“Our emotions cry for vengeance in the wake of a
|
| 61 |
+
horrible crime, but we know that killing the criminal
|
| 62 |
+
cannot undo the crime, will not prevent similar crimes by
|
| 63 |
+
others, does not benefit the victim, destroys human life
|
| 64 |
+
and brutalizes society. If we are to sitll violence, we must
|
| 65 |
+
cherish life,”
|
| 66 |
+
|
| 67 |
+
In view of the foregoing reasons, the approval of this bill is earnestly sought.
|
| 68 |
+
|
| 69 |
+
2
|
| 70 |
+
|
| 71 |
+
7 a
|
| 72 |
+
|
| 73 |
+
10 C. MACIAS II M.D.
|
| 74 |
+
tative
|
| 75 |
+
|
| 76 |
+
Represent
|
| 77 |
+
md District, Negros Oriental
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
Republic of the Philippines
|
| 81 |
+
HOUSE OF REPRESENTATIVES
|
| 82 |
+
Quezon City
|
| 83 |
+
|
| 84 |
+
THIRTEENTH CONGRESS
|
| 85 |
+
First Regular Session
|
| 86 |
+
|
| 87 |
+
46
|
| 88 |
+
|
| 89 |
+
HOUSE BILL No. _
|
| 90 |
+
|
| 91 |
+
Introduced by: HON. EMILIO C. MACIAS I
|
| 92 |
+
|
| 93 |
+
AN ACT
|
| 94 |
+
ABOLISHING THE DEATH PENALTY REPEALING FOR THE PURPOSE
|
| 95 |
+
REPUBLIC ACT No. 7659 ENTITLED, “AN ACT TO IMPOSE THE DEATH
|
| 96 |
+
PENALTY ON CERTAIN HEINOUS CRIMES, AMENDING FOR THE
|
| 97 |
+
PURPOSE THE REVISED PENAL CODE, AS AMENDED, OTHER SPECIAL
|
| 98 |
+
PENAL LAWS, AND FOR OTHER PURPOSES”
|
| 99 |
+
|
| 100 |
+
Be it enacted by the Senate and the House of Representatives
|
| 101 |
+
of the Philippines in Congress assembled:
|
| 102 |
+
|
| 103 |
+
SECTION 1. The death penalty is hereby abolished.
|
| 104 |
+
Any death penalty already imposed shall be reduced to reclusion
|
| 105 |
+
perpetua.
|
| 106 |
+
|
| 107 |
+
SEC, 2, Republic Act No. 7659, as amended, and all other laws inconsistent with
|
| 108 |
+
this Act are hereby repealed.
|
| 109 |
+
|
| 110 |
+
SEC. 3. This Act shall take effect upon its approval
|
| 111 |
+
|
| 112 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00047.txt
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
‘Quezon City
|
| 4 |
+
THIRTEENTH CONGRESS
|
| 5 |
+
First Regular Session
|
| 6 |
+
|
| 7 |
+
HOUSE BILLNO.__ 47
|
| 8 |
+
|
| 9 |
+
Introduced by: REPRESENTATIVE EMILIO C. MACIAS IL
|
| 10 |
+
|
| 11 |
+
EXPLANATORY NOTE
|
| 12 |
+
|
| 13 |
+
This bill seeks to amend Sections 13, subparagraph (b) and 13-A, subparagraph 2
|
| 14 |
+
of Republic Act No. 8291 otherwise known as the Government Service Insurance Act of
|
| 15 |
+
1997. The primary objective of this measure is to allow government employees to retire
|
| 16 |
+
after serving the government for a period of twenty (20) years regardless of the retirement
|
| 17 |
+
age requirement under existing retirement laws.
|
| 18 |
+
|
| 19 |
+
For many decades now, the Government Service Insurance System (GSIS) has
|
| 20 |
+
sustained a seemingly obsolete and impractical age requirement for optional and
|
| 21 |
+
compulsory retirement age of sixty (60) and sixty-five (65) years respectively, This may
|
| 22 |
+
be considered irrelevant and incompatible to the present state of economic life of the
|
| 23 |
+
Filipino people in the light of the economic and political changes brought about by
|
| 24 |
+
globalization trend and other factors such as rapid population growth and the increasing
|
| 25 |
+
unemployment rate.
|
| 26 |
+
|
| 27 |
+
‘This measure will certainly help open windows of opportunities for prospective
|
| 28 |
+
Tetirees giving them better choice in planning the future of their respective families
|
| 29 |
+
considering the amount they will receive from retirement benefits while they are still
|
| 30 |
+
strong and capable of venturing into other fields. It will also help attain efficiency in the
|
| 31 |
+
government service as it will not only enable the government to get rid of government
|
| 32 |
+
employees, who no longer have the drive to perform efficiently as they are just waiting
|
| 33 |
+
for the right age to retire but will give the government the opportunity to hire fresh legs
|
| 34 |
+
and minds to fill the positions to be vacated by retiring employees for the benefit of
|
| 35 |
+
public service,
|
| 36 |
+
|
| 37 |
+
The approval of this measure is eamestly sought.
|
| 38 |
+
|
| 39 |
+
Pr £ o—
|
| 40 |
+
JO C. MACIAS II M.D.
|
| 41 |
+
|
| 42 |
+
Representative
|
| 43 |
+
2™ District, Negros Oriental
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
Republic of the Philippines
|
| 47 |
+
HOUSE OF REPRESENTATIVES
|
| 48 |
+
‘Quezon City
|
| 49 |
+
|
| 50 |
+
THIRTEENTH CONGRESS
|
| 51 |
+
First Regular Session
|
| 52 |
+
|
| 53 |
+
HOUSE BILL No. 4?
|
| 54 |
+
|
| 55 |
+
Introduced by: HON. EMILIO C, MACIAS I
|
| 56 |
+
|
| 57 |
+
AN ACT
|
| 58 |
+
PROVIDING FOR THE WAIVER OF THE RETIREMENT AGE
|
| 59 |
+
REQUIREMENT OF GOVERNMENT EMPLOYEE, WHO HAS RENDERED AT
|
| 60 |
+
LEAST TWENTY YEARS OF SERVICE, FURTHER AMENDING FOR THE
|
| 61 |
+
PURPOSE PRESIDENTIAL DECREE NO, 1146 AS AMENDED OTHERWISE
|
| 62 |
+
KNOWN AS THE REVISED GOVERNMENT SERVICE INSURANCE SYSTEM
|
| 63 |
+
ACT OF 1977
|
| 64 |
+
|
| 65 |
+
Be it enacted by the Senate and the House of Representatives
|
| 66 |
+
of the Philippines in Congress assembled:
|
| 67 |
+
|
| 68 |
+
SECTION 1. Section 13-A of Presidential Decree No. 1146 as amended
|
| 69 |
+
otherwise known as the Revised Government Service Insurance System Act of 1977 is
|
| 70 |
+
hereby further amended to read as follows:
|
| 71 |
+
|
| 72 |
+
“SEC. 13, Retirement Benefits, — (a) Retirement Benefit shall be :
|
| 73 |
+
|
| 74 |
+
(1) the lump sum payment as defined in this Act payable at the time of
|
| 75 |
+
retirement plus an old age pension benefit equal to the basic monthly pension payable
|
| 76 |
+
monthly for life, starting upon expiration of the five-year (5) guaranteed period covered
|
| 77 |
+
by the lump sum; or
|
| 78 |
+
|
| 79 |
+
(2) cash payment equivalent to eighteen (18) months of his basic monthly
|
| 80 |
+
pension plus monthly pension for life payable immediately with no five-year (5)
|
| 81 |
+
guarantee.
|
| 82 |
+
|
| 83 |
+
(b) Untess the service is extended by appropriate authorities, retirement shall be
|
| 84 |
+
compulsory for an employee at least sixty-five (65) years of age with at least fifteen (15)
|
| 85 |
+
years of service: Provided, That if he has less than fifteen (15) years of service, he may
|
| 86 |
+
be allowed to continue in the service in accordance with existing civil service rules and
|
| 87 |
+
regulations.
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
“SEC. 13-A. Conditions for Entitlement, - A member who retires from
|
| 91 |
+
the service shall be entitled to the retirement benefits enumerated in paragraph (a) of
|
| 92 |
+
Section 13 hereof. Provided, That:
|
| 93 |
+
|
| 94 |
+
(1) he has rendered at least fifteen (15) years of service;
|
| 95 |
+
|
| 96 |
+
(2) he is at least sixty (60) years of age at the time of retirement; and
|
| 97 |
+
|
| 98 |
+
(3) he is not receiving a monthly pension benefit from permanent total disability.
|
| 99 |
+
PROVIDED, FURTHER, THAT IF HE HAS RENDERED AT LEAST
|
| 100 |
+
|
| 101 |
+
TWENTY (20) YEARS OF SERVICE, THE RETIREMENT AGE REQUIREMENT
|
| 102 |
+
UNDER THIS ACT SHALL BE WAIVED.
|
| 103 |
+
|
| 104 |
+
SEC, 2. All laws, decrees, executive orders and rules and regulations which are
|
| 105 |
+
|
| 106 |
+
inconsistent with this Act are hereby amended, repealed or modified accordingly.
|
| 107 |
+
SEC. 3. This Act shall take effect upon its approval.
|
| 108 |
+
|
| 109 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00048.txt
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 48
|
| 9 |
+
|
| 10 |
+
Introduced by: REP. EMILIO C. MACIAS IT
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The Constitution explicitly provides that the State shall promote the right to health
|
| 15 |
+
of the people and instill health consciousness among them. In pursuance of this
|
| 16 |
+
Constitutional mandate, the goverment has implemented various health policies to
|
| 17 |
+
protect the right to health of the people and public health workers. Specifically, Republic
|
| 18 |
+
‘Act No. 8344 penalizes any proprietor, officer, medical practitioner and employee of a
|
| 19 |
+
hospital or medical clinic who solicit, demand or accept any deposit or any other form of
|
| 20 |
+
advance payment as a prerequisite for medical treatment or confinement. Likewise,
|
| 21 |
+
Republic Act No. 7305 otherwise known as the Magna Carta for Public Health Workers
|
| 22 |
+
aims to promote and improve their living and working conditions and terms of
|
| 23 |
+
employment in order that they will be more responsive and better equipped to deliver
|
| 24 |
+
health projects and programs.
|
| 25 |
+
|
| 26 |
+
‘There are also several pending legislative measures in Congress, which seek to
|
| 27 |
+
provide more rights to patients. Unfortunately, private medical practitioners, the
|
| 28 |
+
indispensable partner of the government in the delivery of health services to the people,
|
| 29 |
+
have not been accorded the same legal rights and protection as their counterpart in the
|
| 30 |
+
public sector.
|
| 31 |
+
|
| 32 |
+
Even in the absence of a law prohibiting hospitals from detaining a patient or
|
| 33 |
+
withholding the release of a cadaver for failure to settle hospital bills, some hospitals
|
| 34 |
+
release the patients or cadavers even before making full payment of hospital bills.
|
| 35 |
+
However, these hospitals withhold the payment of professional fees of medical
|
| 36 |
+
practitioners pending full settlement of patients’ hospital bills.
|
| 37 |
+
|
| 38 |
+
This bill therefore, seeks to afford protection to medical practitioners by curtailing
|
| 39 |
+
this unjust practice of some hospitals and medical clinics to withhold the payment of
|
| 40 |
+
professional fees. It is the foremost intention of this measure to institute a mechanism that
|
| 41 |
+
will ensure a fair and equitable terms acceptable to both the hospital and medical
|
| 42 |
+
practitioners whenever patients make payments of hospital bills.
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
Moreover, since medical practitioners have no collection agent to demand
|
| 46 |
+
payment of their professional fees and it would be grossly degrading for them to
|
| 47 |
+
constantly make follow-ups or verify from hospitals whether their patients have already
|
| 48 |
+
settled their unpaid hospital bills, hospital or medical clinic shall provide them with a
|
| 49 |
+
statement of account containing the total professional fee charged, amount already
|
| 50 |
+
received, balance receivable and update of patients payment.
|
| 51 |
+
|
| 52 |
+
In view of the foregoing reasons, the immediate approval of this bill is eamestly
|
| 53 |
+
sought.
|
| 54 |
+
|
| 55 |
+
Elo
|
| 56 |
+
|
| 57 |
+
iO C. MACIAS I M.D.
|
| 58 |
+
Representative
|
| 59 |
+
|
| 60 |
+
2pd District, Negros Orientat
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
Republic of the Philippines
|
| 64 |
+
HOUSE OF REPRESENTATIVES,
|
| 65 |
+
Quezon City
|
| 66 |
+
|
| 67 |
+
THIRTEENTH CONGRESS
|
| 68 |
+
First Regular Session
|
| 69 |
+
|
| 70 |
+
48
|
| 71 |
+
|
| 72 |
+
HOUSE BILL NO.
|
| 73 |
+
|
| 74 |
+
Introduced by: REP. EMILIO C. MACIAS I
|
| 75 |
+
|
| 76 |
+
AN ACT
|
| 77 |
+
PROVIDING FOR A FAIR AND EQUITABLE TERMS FOR THE RELEASE OF
|
| 78 |
+
MEDICAL PRACTITIONERS’ PROFESSIONAL FEE WITHHELD BY
|
| 79 |
+
HOSPITALS OR MEDICAL CLINICS FOR FAILURE OF THE PATIENT TO
|
| 80 |
+
PAY HOSPITAL BILLS AND PENALIZING VIOLATIONS THEREFOR
|
| 81 |
+
|
| 82 |
+
Be it enacted by the Senate and the House of Representatives
|
| 83 |
+
of the Philippines in Congress assembled:
|
| 84 |
+
|
| 85 |
+
SECTION 1. Short Title. - This Act shall be known as the “Medical
|
| 86 |
+
Practitioners Protection Act of 2004”.
|
| 87 |
+
|
| 88 |
+
SECTION 2. Declaration of Policy. — It is hereby declared the policy of the State
|
| 89 |
+
to protect and promote the right to health and enhance the right of all the people to human
|
| 90 |
+
dignity. Toward this end, this Act aims to protect the economic well-being of medical
|
| 91 |
+
practitioners to ensure a more responsive and efficient delivery of health services to all
|
| 92 |
+
the people.
|
| 93 |
+
|
| 94 |
+
SEC. 3. Definition of Terms. — As used in this Act, the following terms shall be
|
| 95 |
+
understood to mean:
|
| 96 |
+
|
| 97 |
+
1) Medical Practitioner — refers to any person authorized by law to engage in
|
| 98 |
+
giving diagnosis, treatment and care of persons suffering from illness, diseases or
|
| 99 |
+
deformity, obstetrical and other medical care and other damage to the mind or body,
|
| 100 |
+
which includes but not limited to persons practising general medicine, anesthesiology,
|
| 101 |
+
OB-Gyne, pediatrics, urology, psychiatry, and like medical professions;
|
| 102 |
+
|
| 103 |
+
2) Hospital ~ a facility devoted primarily devoted to the diagnosis, treatment and
|
| 104 |
+
|
| 105 |
+
care of individuals suffering from illness, disease, injury, or in need of obstetrical
|
| 106 |
+
or other medical and nursing care. It shall also be construed as any institution, building
|
| 107 |
+
and place where there are facilities and personnel for the continued and prolonged care of
|
| 108 |
+
patients;
|
| 109 |
+
|
| 110 |
+
3) Medical Clinic — a place in which patients can avail of medical consultation or
|
| 111 |
+
treatment on an outpatient basis.
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
SEC. 4. Payment of Professional Fee. — Whenever a patient make payment for
|
| 115 |
+
his hospital bill, the release of the professional fee collected by the hospital or medical
|
| 116 |
+
clinic shall be subject to the following conditions:
|
| 117 |
+
|
| 118 |
+
a. When full payment is made by the patient, the professional fee collected net of
|
| 119 |
+
the withholding tax shall be released in full,
|
| 120 |
+
|
| 121 |
+
b. When partial payment is made by the patient, the professional fee to be
|
| 122 |
+
released shall be proportionate to the total cost of hospitalization; and the
|
| 123 |
+
withholding tax deducted by the hospital from the professional fee shall be
|
| 124 |
+
proportionate to the partial payment made.
|
| 125 |
+
|
| 126 |
+
Whenever payment is made by the patient, the professional fee shall be
|
| 127 |
+
immediately deposited into the bank account of the medical practitioner.
|
| 128 |
+
|
| 129 |
+
SEC. 5. Statement of Account. - Hospital or medical clinic shall provide the
|
| 130 |
+
medical practitioner a monthly update or statement of account containing the total
|
| 131 |
+
amount of professional fee charged, amount already paid and balance receivable.
|
| 132 |
+
|
| 133 |
+
SECTION 6. Prohibited Act. - It shall be unlawful for any hospital or medical
|
| 134 |
+
clinic to withhold, except for taxation purposes, the professional fee of medical
|
| 135 |
+
practitioners due to the patients” failure to pay their hospital bills.
|
| 136 |
+
|
| 137 |
+
SECTION 7. Penalty. - Any clinic or hospital officer, staff or employee found
|
| 138 |
+
guilty of violating the provision of this Act shall suffer the penalty of prision correcional
|
| 139 |
+
or pay a fine of not less than Twenty thousand Pesos (P20,000.00) but not more than
|
| 140 |
+
Fifty Thousand Pesos (P50,000.00) or both at the discretion of the court.
|
| 141 |
+
|
| 142 |
+
SECTION 8. Effectivity. — This Act shall take effect upon its approval.
|
| 143 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00049.txt
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
49
|
| 9 |
+
|
| 10 |
+
Introduced by: HON. EMILIO C. MACIAS II
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The Civil Service Commission, the central personnel agency of the government,
|
| 15 |
+
has launched several programs, which include the imposition of smoking ban for public
|
| 16 |
+
servants, to ensure honesty, integrity and dedication of the government workers as well as
|
| 17 |
+
to promote efficiency in the delivery of public service.
|
| 18 |
+
|
| 19 |
+
In a radio interview, former Chairman Corazon Alma de Leon of the Civil Service
|
| 20 |
+
Commission noted that workers who smoke are proven to be seven percent (7%) less
|
| 21 |
+
productive because of the time they spend on their self-imposed cigarette breaks. For this
|
| 22 |
+
reason, the Civil Service Commission reminded all smoking public servants of the
|
| 23 |
+
existence of Memorandum Circular No. 30, Series of 1991 and issued a stern warning to
|
| 24 |
+
those who would violate it, Under the said Memorandum Circular, the first violation
|
| 25 |
+
would lead to reprimand, while suspension could be given for the second and dismissal
|
| 26 |
+
for the third. This Circular however, appears to have been ignored by smoking public
|
| 27 |
+
servants either because agencies of the goverment did not cooperate in implementing the
|
| 28 |
+
smoking ban or the Civil Service Commission itself is not too serious in implementing
|
| 29 |
+
this policy.
|
| 30 |
+
|
| 31 |
+
In order to put more teeth to this government policy, this bill seeks to ban public
|
| 32 |
+
officers and employees from smoking within the premises during office hours. Once
|
| 33 |
+
approved, any person found guilty of violating the provision of this Act shall suffer the
|
| 34 |
+
penalty of prision correccional ot temporary disqualification from holding public office
|
| 35 |
+
or both at the discretion of the court.
|
| 36 |
+
|
| 37 |
+
It is a recognized fact that every citizen, including smoking public servants, has
|
| 38 |
+
the right to do what he pleases as long as he does not injure the right of others, Such
|
| 39 |
+
individual right however, must yield to the police power of the State to protect the right
|
| 40 |
+
to health of the people, both the smokers and non-smokers, and to promote efficiency and
|
| 41 |
+
productivity in the delivery of public service.
|
| 42 |
+
|
| 43 |
+
It is important to note that the Committee on Health has already approved this bill
|
| 44 |
+
during the last Congress.
|
| 45 |
+
|
| 46 |
+
In view of the foregoing reason, the i approval of this bill is eamestly
|
| 47 |
+
|
| 48 |
+
sought. a
|
| 49 |
+
rnd
|
| 50 |
+
1O.C.MACIAS Il M.D.
|
| 51 |
+
|
| 52 |
+
Representative
|
| 53 |
+
fecond District, Negros Oriental
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
Republic of the Philippines
|
| 57 |
+
HOUSE OF REPRESENTATIVES
|
| 58 |
+
Quezon City
|
| 59 |
+
|
| 60 |
+
THIRTEENTH CONGRESS
|
| 61 |
+
First Regular Session
|
| 62 |
+
|
| 63 |
+
HOUSE BILLNO.__49__
|
| 64 |
+
|
| 65 |
+
Introduced by: HON. EMILIO C. MACIAS IL
|
| 66 |
+
|
| 67 |
+
AN ACT
|
| 68 |
+
BANNING PUBLIC OFFICERS AND EMPLOYEES FROM SMOKING WITHIN THE
|
| 69 |
+
WORK PREMISES DURING OFFICE HOURS AND PROVIDING PENALTIES
|
| 70 |
+
THEREFOR
|
| 71 |
+
|
| 72 |
+
Be it enacted by the Senate and the House of Representatives
|
| 73 |
+
of the Philippines in Congress assembled:
|
| 74 |
+
|
| 75 |
+
SECTION 1. Short Title. - This Act shall be known as the “Public Officers and
|
| 76 |
+
Employees Smoking Ban Act of 2004.”
|
| 77 |
+
|
| 78 |
+
SEC. 2. Declaration of Policy. — It is hereby declared the policy of the State to protect
|
| 79 |
+
the right to health of the people and to promote efficiency in the delivery of public service by
|
| 80 |
+
ensuring maximum utilization of designated official working period.
|
| 81 |
+
|
| 82 |
+
SEC, 3. Definition of Terms. — As used in this Act, the following terms shall mean:
|
| 83 |
+
|
| 84 |
+
8) Public Officer and Employee - refer to any person in the public service as defined under
|
| 85 |
+
|
| 86 |
+
Executive order No. 292 otherwise known as the Administrative Code of 1987, which
|
| 87 |
+
|
| 88 |
+
includes any person in the service of government or any of its agencies, divisions,
|
| 89 |
+
subdivisions or instrumentalities,
|
| 90 |
+
|
| 91 |
+
b) Office hours — refer to the designated working period in which a public officer or employee
|
| 92 |
+
perform his functions or duties and expects to receive compensation for the service rendered.
|
| 93 |
+
|
| 94 |
+
©) Work premises - refers to the office or work station, which includes building, grounds and
|
| 95 |
+
the entire compound.
|
| 96 |
+
|
| 97 |
+
4) Smoking — the act of carrying a lighted cigar, cigarette, cigarillo, pipes or other smoking
|
| 98 |
+
paraphernalia whether or not it is being puffed, inhaled or smoked.
|
| 99 |
+
|
| 100 |
+
SEC. 4, Prohibited Act. — All public officers and employees shall be banned from smoking
|
| 101 |
+
within the work premises during office hours.
|
| 102 |
+
|
| 103 |
+
SEC. 5. Penalties. - Any public officer or employee found guilty of violating the provisions
|
| 104 |
+
of this Act shall suffer the penalty of prision correccional or temporary disqualification from
|
| 105 |
+
holding public office or both at the discretion of the court.
|
| 106 |
+
|
| 107 |
+
SEC. 6, Effectivitly. - This Act shall take effect upon its approval.
|
| 108 |
+
|
| 109 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00051.txt
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
-
|
| 9 |
+
HOUSE BILL NO. 51
|
| 10 |
+
|
| 11 |
+
Introduced by: HON. EMILIO C. MACTAS I
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
This bill seeks to require the concurrence of the local school board on the
|
| 16 |
+
assignment of division superintendents, district supervisors, school principals and other
|
| 17 |
+
school officials to a particular local government unit. The primary objective is to delete
|
| 18 |
+
the words which beclouden the meaning not only of the provision but of the law itself.
|
| 19 |
+
Section 99 of the local Government Code mandates the Department of Education
|
| 20 |
+
(DepEd) to consult the local school board pertaining to the appointment of the
|
| 21 |
+
aforementioned officials. This ambiguous provision has triggered a legal controversy
|
| 22 |
+
involving the Province of Negros Oriental and an appointee of the DECS. Unfortunately,
|
| 23 |
+
the lower court interpreted the phrase “shall consult” to mean merely to inform or to
|
| 24 |
+
notify as it was not expressed in a mandatory language. Apparently, the lower court gave
|
| 25 |
+
weight to the “letter that killeth” and not “to the spirit that giveth life.”
|
| 26 |
+
|
| 27 |
+
Certainly, when the framers of the Local Government Code bestowed upon the
|
| 28 |
+
local government units powers and responsibilities, their noble intention was to cloth
|
| 29 |
+
them with broad authority to decide and have a final say on matters within the ambit of
|
| 30 |
+
their respective jurisdiction. This is precisely the essence of the decentralization policy of
|
| 31 |
+
the government.
|
| 32 |
+
|
| 33 |
+
It is therefore, the intention of this bill to give a crystal clear meaning to this
|
| 34 |
+
ambiguous provision so as to remove the various interpretations on the subject provision
|
| 35 |
+
which caused some irritants among local officials and the DepEd appointee. With the
|
| 36 |
+
enactment of this bill into law, similar controversy that may arise in the future will be
|
| 37 |
+
avoided. It must be emphasized that in every undertaking TEAMWORK is an essential
|
| 38 |
+
clement of success
|
| 39 |
+
|
| 40 |
+
This bill was already approved by the House of Representatives during the
|
| 41 |
+
Eleventh Congress. However, due to intervening political events brought about by the
|
| 42 |
+
impeachment trial, the Senate failed to act on this important legislative measure.
|
| 43 |
+
|
| 44 |
+
In view of the foregoing, the ‘this bill is earnestly sought.
|
| 45 |
+
|
| 46 |
+
EMILIO C. MACIAS Il M.D.
|
| 47 |
+
Representative
|
| 48 |
+
econd District, Negros Oriental
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
Republic of the Philippines
|
| 52 |
+
HOUSE OF REPRESENTATIVES
|
| 53 |
+
Quezon City
|
| 54 |
+
|
| 55 |
+
THIRTEENTH CONGRESS
|
| 56 |
+
First Regular Session
|
| 57 |
+
|
| 58 |
+
HOUSE BILL Nt
|
| 59 |
+
|
| 60 |
+
Introduced by: HON. EMILIO C. MACIAS I
|
| 61 |
+
|
| 62 |
+
AN ACT
|
| 63 |
+
REQUIRING THE CONCURRENCE OF THE LOCAL SCHOOL BOARD ON
|
| 64 |
+
THE ASSIGNMENT OF DIVISION SUPERINTENDENTS, DISTRICT
|
| 65 |
+
SUPERVISORS, SCHOOL PRINCIPALS, AND OTHER SCHOOL OFFICIALS
|
| 66 |
+
AMENDING FOR THE PURPOSE SECTION 99, PARAGRAPH (4) OF
|
| 67 |
+
REPUBLIC ACT NO. 7160 OTHERWISE KNOWN AS THE LOCAL
|
| 68 |
+
GOVERNMENT CODE OF 1991
|
| 69 |
+
|
| 70 |
+
Be it enacted by the Senate and the House of Representatives of
|
| 71 |
+
the Philippines in Congress assembled:
|
| 72 |
+
|
| 73 |
+
SECTION 1. Section 99, paragraph (d) of Republic Act No. 7160 is hereby
|
| 74 |
+
amended to read as follows:
|
| 75 |
+
|
| 76 |
+
“SECTION 99, Functions of Local School Board. —
|
| 77 |
+
The provincial, city or municipal school board shall:
|
| 78 |
+
|
| 79 |
+
(a) Determine, in accordance with criteria set by the
|
| 80 |
+
Department of Education, Culture and Sports, the annual
|
| 81 |
+
supplementary budgetary needs for the operation and
|
| 82 |
+
maintenance of public schools within the province, city or
|
| 83 |
+
municipality, as the case may be, and the supplementary local
|
| 84 |
+
cost of meeting such needs, which shall be reflected in the form
|
| 85 |
+
of an annual school board budget corresponding to its share of
|
| 86 |
+
the proceeds of the special levy on real property constituting
|
| 87 |
+
the Special Education Fund and such other sources of revenue
|
| 88 |
+
as this Code and other laws or ordinance may provide.
|
| 89 |
+
|
| 90 |
+
(b) Authorize the provincial, city or municipal
|
| 91 |
+
treasurer, as the case may be, to disburse funds from the
|
| 92 |
+
Special Education Fund pursuant to the budget prepared in
|
| 93 |
+
accordance with existing rules and regulations;
|
| 94 |
+
|
| 95 |
+
(c) Serve as an advisory committee to the sanggunian
|
| 96 |
+
concemed on educational matters such as but not limited to, the
|
| 97 |
+
necessity for the use of local appropriations for educational
|
| 98 |
+
Purposes; and
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
(d) Recommend changes in the names of public schools
|
| 102 |
+
within the territorial jurisdiction of local government unit for
|
| 103 |
+
the enactment of the sanggunian concerned
|
| 104 |
+
|
| 105 |
+
‘The Department of Education (DepEd) shall [consult]
|
| 106 |
+
SEEK THE CONCURRENCE OF the local school board on
|
| 107 |
+
the appointment OR ASSIGNMENT of division
|
| 108 |
+
superintendents, district supervisors, school principals, and
|
| 109 |
+
other school officials.”
|
| 110 |
+
|
| 111 |
+
SEC. 2. This Act shall take effect upon approval.
|
| 112 |
+
|
| 113 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00052.txt
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATT'
|
| 3 |
+
|
| 4 |
+
“yu aia,
|
| 5 |
+
|
| 6 |
+
oP cewvecd
|
| 7 |
+
|
| 8 |
+
RES -
|
| 9 |
+
U!
|
| 10 |
+
|
| 11 |
+
Quezon City oa UL 0 7 4.200 *
|
| 12 |
+
or
|
| 13 |
+
&,_/ ¢
|
| 14 |
+
‘THIRTEENTH CONGRESS 3 am yar oe
|
| 15 |
+
First Regular Session
|
| 16 |
+
6
|
| 17 |
+
House BELNo.__02
|
| 18 |
+
|
| 19 |
+
Introduced by: REPRESENTATIVE EMILIO C, MACIAS I
|
| 20 |
+
|
| 21 |
+
EXPLANATORY NOTE
|
| 22 |
+
|
| 23 |
+
The Omnibus Election Code, the law governing elections in the Philippines,
|
| 24 |
+
specifically provides that all citizens of the Philippines qualified to vote, who shall have
|
| 25 |
+
resided in the city or municipality wherein they propose to vote for at least six (6)
|
| 26 |
+
months immediately preceding the election, may be registered as a voter. However, the
|
| 27 |
+
laxity attendant to the registration of voters where the basic proof of legal residence to
|
| 28 |
+
determine that one has actually resided in the place where he proposes to vote within the
|
| 29 |
+
prescribed period is not required to be presented, makes a mockery of this express
|
| 30 |
+
residency requirements of the law. This situation mainly contributed to the registration of.
|
| 31 |
+
a great number of registered electors by listing even the non-existing residence, which
|
| 32 |
+
had notoriously become a vast source of flying voters. Certainly, the registration officers
|
| 33 |
+
have no way of knowing whether the registrant is a legitimate resident or not of the
|
| 34 |
+
dwelling unit he declared as his residence or they will not even bother to do some
|
| 35 |
+
verification even if in doubt. The imposition of harsh penalties on flying voters has not
|
| 36 |
+
been proven to be an effective tool in deterring the commission of this election offense. It
|
| 37 |
+
is now hightime to introduce a new method that will prevent the commission of the
|
| 38 |
+
offense for indeed, “an ounce of prevention is better than a pound of cure.”
|
| 39 |
+
|
| 40 |
+
This bill seeks to require the presentation of some proof of legal residence for the
|
| 41 |
+
purpose of registration to be a voter to prevent the perennial problem of flying voters.
|
| 42 |
+
‘There were numerous instances in the past where the number of election registrants ina
|
| 43 |
+
particular residential or dwelling unit even far exceeds the ideal or reasonable number of
|
| 44 |
+
residents for each of them to live comfortably in such dwelling place. This anomalous
|
| 45 |
+
practice will be minimized, if not totally eradicated, because, under this bill, the Punong
|
| 46 |
+
Barangay shall not only attest the certification issued by the landowner or lessor but shall
|
| 47 |
+
verify and keep a record of the actual number of residents in a particular property or
|
| 48 |
+
dwelling unit.
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
‘Moreover, this proposed legislation does not impose any property requirement on
|
| 52 |
+
the exercise of the right of sufftage in consonance with the express mandates of the
|
| 53 |
+
Constitution because a mere certification from the landowner or lessor of any dwelling
|
| 54 |
+
unit like condominium, apartment, dormitory, etc. will suffice to prove his legal residence
|
| 55 |
+
as attested by the Punong Barangay of the place where he proposes to vote if one has no
|
| 56 |
+
property.
|
| 57 |
+
|
| 58 |
+
This important piece of legislation is primarily intended to strengthen the State’s
|
| 59 |
+
strong resolve to protect the sanctity of the right of suffrage and the integrity of the
|
| 60 |
+
election system by eliminating the perennial problem caused by flying voters.
|
| 61 |
+
|
| 62 |
+
In view of the foregoing reason, the approval of this bill is eamestly sought.
|
| 63 |
+
|
| 64 |
+
= 4)
|
| 65 |
+
JO C, MACIAS II M.D.
|
| 66 |
+
Representative
|
| 67 |
+
2™ District, Negros Oriental
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Republic of the Philippines
|
| 72 |
+
HOUSE OF REPRESENTATIVES
|
| 73 |
+
Quezon City
|
| 74 |
+
|
| 75 |
+
THIRTEENTH CONGRESS
|
| 76 |
+
First Regular Session
|
| 77 |
+
|
| 78 |
+
HOUSE BILLNO.__52
|
| 79 |
+
|
| 80 |
+
Introduced by: REPRESENTATIVE EMILIO C. MACIAS IT
|
| 81 |
+
|
| 82 |
+
AN ACT
|
| 83 |
+
REQUIRING CERTAIN PERSON WHO MAY REGISTER AS A VOTER TO
|
| 84 |
+
PRESENT ANY PROOF OF LEGAL RESIDENCE AMENDING FOR THE
|
| 85 |
+
PURPOSE REPUBLIC ACT NO. 8189 OTHERWISE KNOWN AS THE VOTERS
|
| 86 |
+
REGISTRATION ACT OF 1996 AND PROVIDING PENALTIES THEREFOR
|
| 87 |
+
|
| 88 |
+
Be it enacted by the Senate and the House of Representatives
|
| 89 |
+
of the Philippines in Congress assembled:
|
| 90 |
+
|
| 91 |
+
SECTION 1. Section 9 of Republic Act No. 8189 is hereby amended to read as
|
| 92 |
+
follows:
|
| 93 |
+
|
| 94 |
+
“SEC. 9, Who May Register. — All citizens of the
|
| 95 |
+
Philippines not otherwise disqualified by law who are at
|
| 96 |
+
least eighteen (18) years of age, and who shall have resided
|
| 97 |
+
in the Philippines for at least one (1) year, and in the place
|
| 98 |
+
wherein they propose to vote for at least six (6) months
|
| 99 |
+
immediately preceding the election, may register as a voter.
|
| 100 |
+
PROVIDED , HOWEVER, THAT IN NO CASE SHALL
|
| 101 |
+
ANY PERSON RESIDING IN A_ PROPERTY
|
| 102 |
+
BELONGING TO ANOTHER, BE ALLOWED TO
|
| 103 |
+
REGISTER WITHOUT PRESENTING ANY PROOF OF
|
| 104 |
+
LEGAL RESIDENCE ATTESTED BY THE PUNONG
|
| 105 |
+
BARANGAY OF THE PLACE WHEREIN HE
|
| 106 |
+
PROPOSES TO VOTE. PROVIDED, FURTHER, THAT
|
| 107 |
+
THE PUNONG BARANGAY SHALL VERIFY AND
|
| 108 |
+
KEEP THE RECORD OF THE ACTUAL NUMBER OF
|
| 109 |
+
RESIDENTS IN A PARTICULAR PROPERTY OR
|
| 110 |
+
DWELLING UNIT.
|
| 111 |
+
|
| 112 |
+
AS USED IN THIS SECTION, THE TERM
|
| 113 |
+
PROOF OF LEGAL RESIDENCE SHALL REFER TO A
|
| 114 |
+
CERTIFICATION FROM THE LANDOWNER OR
|
| 115 |
+
LESSOR OF A RESIDENTIAL UNIT, APARTMENT,
|
| 116 |
+
CONDOMINIUM, DORMITORY OR _ SIMILAR
|
| 117 |
+
DWELLING UNITS WHERE HE HAS RESIDED FOR A
|
| 118 |
+
PERIOD PRESCRIBED UNDER THIS SECTION.
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
“Any person who temporarily resides in another
|
| 122 |
+
city, municipality or country solely by reason of his
|
| 123 |
+
���occupation, profession, employment in private or public
|
| 124 |
+
service, educational activities, work in the military or naval
|
| 125 |
+
reservations within the Philippines, service in the Armed
|
| 126 |
+
Forces of the Philippines, the National Police Forces, or
|
| 127 |
+
confinement or detention in government institutions in
|
| 128 |
+
accordance with law, shall not be deemed to have lost his
|
| 129 |
+
original residence.
|
| 130 |
+
|
| 131 |
+
“Any person, who, on the day of registration may
|
| 132 |
+
not have reached the required age or period of residence
|
| 133 |
+
but, who, on the day of the election shall possess such
|
| 134 |
+
qualifications, may register as a voter. “
|
| 135 |
+
|
| 136 |
+
SEC. 2. Any person found guilty of violating the provision of this Act shall suffer
|
| 137 |
+
the same penalties imposed under Republic Act No. 8189.
|
| 138 |
+
|
| 139 |
+
SEC. 3. The Commission on Elections shall promulgate the necessary rules and
|
| 140 |
+
regulations to implement the provisions of this Act within sixty (60) days upon its
|
| 141 |
+
approval.
|
| 142 |
+
|
| 143 |
+
SEC. 4, This Act shall take effect upon its approval
|
| 144 |
+
|
| 145 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00053.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
‘Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNo.__93
|
| 9 |
+
|
| 10 |
+
Introduced by: HON. EMILIO C. MACIAS II
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The Constitution explicitly mandates the State to give highest budgetary priority
|
| 15 |
+
to education. The rationale behind this mandate is not only to make education accessible
|
| 16 |
+
to all but also to give quality education to all Filipinos. It is sad to note however, that the
|
| 17 |
+
noble intent of the framers of the Constitution will be rendered meaningless if the present
|
| 18 |
+
policy in the appointment of the major players in the educational system, the classroom
|
| 19 |
+
teachers, will not be rectified. It has been observed that the appointment of classroom.
|
| 20 |
+
teachers has been made by considerations other than merits and fitness of the candidates.
|
| 21 |
+
It is not infrequent when applicants without the necessary credentials except political
|
| 22 |
+
connections are able to infiltrate and effectively deteriorate the teaching profession, The
|
| 23 |
+
ranking system, an effective method to determine the teaching capability of the
|
| 24 |
+
applicants, in most cases, has been disregarded. This situation has legions of skeptics in
|
| 25 |
+
the appointment process.
|
| 26 |
+
|
| 27 |
+
4“
|
| 28 |
+
|
| 29 |
+
This bill therefore, seeks to strengthen the ranking system in the appointment of
|
| 30 |
+
public school teachers. To effectively address this issue, the Local School Boards shall be
|
| 31 |
+
empowered to screen and recommend applicants, who possess the necessary
|
| 32 |
+
qualifications and standards, including the ranking system, set by the Department to any
|
| 33 |
+
teaching position in their area of jurisdiction. The said Boards, being composed of local
|
| 34 |
+
chief executives, division superintendents of schools, supervisors, chairman of the
|
| 35 |
+
education committee of local government units, duly elected president of the federation
|
| 36 |
+
of parents-teachers association and the duly elected non-academic personnel of public
|
| 37 |
+
schools, are in a better position to determine the needé of the school. This bill will also
|
| 38 |
+
provide a check and balance to the appointing power of DECS by granting the power to
|
| 39 |
+
screen and recommend the applicants to another body, the Local School Boards. Thus,
|
| 40 |
+
the appointment of non-qualified candidates will be severely restrained.
|
| 41 |
+
|
| 42 |
+
It is the foremost intention of this important piece of legislation to attract the best
|
| 43 |
+
and the brightest to the teaching position if only to provide quality education to all.
|
| 44 |
+
|
| 45 |
+
Furthermore, this bill will strictly observe the requirement prescribed in Republic
|
| 46 |
+
Act No, 8190 entitled, “AN ACT GRANTING PRIORITY TO RESIDENTS OF THE
|
| 47 |
+
BARANGAY, MUNICIPALITY OR CITY WHERE THE SCHOOL IS LOCATED, IN
|
| 48 |
+
THE APPOINTMENT OF CLASSROM TEACHERS.”
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
In view of the great importance of this measure originally numbered as House Bill
|
| 52 |
+
No, 5841, the House of Representatives in the Eleventh Congress had stamped its
|
| 53 |
+
approval on March 27, 2000. However, due to lack of material time, the Senate failed to
|
| 54 |
+
act on this measure. Thus, the need to re-file this bill
|
| 55 |
+
|
| 56 |
+
‘The foregoing reasons warrant the approval of this important piece of legislation,
|
| 57 |
+
|
| 58 |
+
IO C, MACIAS II M.1
|
| 59 |
+
|
| 60 |
+
Representative
|
| 61 |
+
Second Dist., Negros Oriental
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
Republic of the Philippines
|
| 66 |
+
HOUSE OF REPRESENTATIVES
|
| 67 |
+
Quezon City
|
| 68 |
+
|
| 69 |
+
THIRTEENTH CONGRESS
|
| 70 |
+
First Regular Session
|
| 71 |
+
|
| 72 |
+
HOUSE BILL No. _ 53
|
| 73 |
+
|
| 74 |
+
Introduced by: HON. EMILIO C. MACIAS It
|
| 75 |
+
|
| 76 |
+
AN ACT
|
| 77 |
+
EMPOWERING THE LOCAL SCHOOL BOARDS TO SCREEN AND
|
| 78 |
+
RECOMMEND THE APPLICANTS TO TEACHING POSITIONS, AND FOR
|
| 79 |
+
OTHER PURPOSES
|
| 80 |
+
|
| 81 |
+
Be it enacted by the Senate and House of Representatives
|
| 82 |
+
Of the Philippines in Congress assembled:
|
| 83 |
+
|
| 84 |
+
SECTION 1. The Local School Boards; Powers. — The Local Schools are hereby
|
| 85 |
+
empowered to screen and recommend applicant to any teaching position in the
|
| 86 |
+
Department of Education, , hereinafter referred to as the Department. Provided, however,
|
| 87 |
+
That the applicant possesses the necessary qualifications and standards, including the
|
| 88 |
+
ranking system, set by the Department.
|
| 89 |
+
|
| 90 |
+
SEC. 2. Manner of Appointment, — Public school teachers shall be appointed by
|
| 91 |
+
the Secretary of the Department or his duly authorized representative based on the
|
| 92 |
+
recommendation submitted by the Local School Boards.
|
| 93 |
+
|
| 94 |
+
SEC. 3. Rules and Regulations. The Department, in coordination with the
|
| 95 |
+
League of Local Government Units, shall issue the implementing rules and regulations
|
| 96 |
+
within sixty (60) days upon approval of this Act,
|
| 97 |
+
|
| 98 |
+
SEC. 4, Effectivity. - This Act shall take effect upon its approval,
|
| 99 |
+
|
| 100 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00054.txt
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines ome ell
|
| 2 |
+
|
| 3 |
+
HOUSE OF REPRESENTATIVES Ss
|
| 4 |
+
Quezon City RrCeved 4
|
| 5 |
+
THIRTEENTH CONGRESS Ot 200k
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILLNo. 04
|
| 9 |
+
|
| 10 |
+
Introduced by: HON. EMILIO C. MACIAS II
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Presidential Decree No. 269, as amended otherwise known as the Rural Electrification
|
| 15 |
+
Decree was issued in 1973 with the objective of attaining total electrification of the entire
|
| 16 |
+
Philippines. However, it has already been more then two (2) decades now since the electrification
|
| 17 |
+
program was launched, yet, there are still numerous areas in the countryside which do not have
|
| 18 |
+
supply of electricity.
|
| 19 |
+
|
| 20 |
+
The national government has a perennial funding problem and therefore local
|
| 21 |
+
government units, if only to pursue the objective of the law, must be given reasonable discretion
|
| 22 |
+
to tap any available sources of funding to enable them to collaborate with the national
|
| 23 |
+
government in such kind of worthy undertaking for the benefit of the poor people, particularly in
|
| 24 |
+
remote areas. This kind of undertaking however, may not be possible due to the existence of a
|
| 25 |
+
provision in the Local Government Code which provides restrictions on how the share of local
|
| 26 |
+
government units will be spent.
|
| 27 |
+
|
| 28 |
+
Section 294 of the Local Government Code expressly limits the use of the share of the
|
| 29 |
+
proceeds derived from the development and utilization of sources of energy to the reduction of
|
| 30 |
+
the cost of electricity in the area where such a source is located. If the number of population is
|
| 31 |
+
considered, the application of the proceeds to lower the cost of electricity will be negligible,
|
| 32 |
+
particularly in densely populated area, but the amount may be sufficient to finance the
|
| 33 |
+
electrification of other areas within the province where the source of energy is located.
|
| 34 |
+
|
| 35 |
+
‘The local government units are supposed to be in a better position to determine the needs
|
| 36 |
+
of their constituents and what is best for them. However, local government units are severely
|
| 37 |
+
restrained to exercise their best option due to the existence of the aforementioned provision in the
|
| 38 |
+
Code which dictated upon them what to do with their own money. This system runs counter to the
|
| 39 |
+
attainment of local autonomy.
|
| 40 |
+
|
| 41 |
+
A curative legislation therefore that will allow local goverment units to use the share of
|
| 42 |
+
the proceeds derived ftom the development and utilization of various sources of energy as
|
| 43 |
+
intended in this bill is highty recommended.
|
| 44 |
+
|
| 45 |
+
It is important to note that the House of Representatives and the Senate Committee on
|
| 46 |
+
Locel Government had elready approved this bill. Unfortunately, however, the Senate failed to
|
| 47 |
+
act on the same for lack of material time.
|
| 48 |
+
|
| 49 |
+
MILIO C. MACIAS II M.D.
|
| 50 |
+
Representative
|
| 51 |
+
‘Second Dist., Negros Oriental
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
Republic of the Philippines
|
| 55 |
+
HOUSE OF REPRESENTATIVES
|
| 56 |
+
Quezon City
|
| 57 |
+
|
| 58 |
+
THIRTEENTH CONGRESS
|
| 59 |
+
First Regular Session
|
| 60 |
+
|
| 61 |
+
rn
|
| 62 |
+
HOUSE BILLNo.__ 04
|
| 63 |
+
|
| 64 |
+
Introduced by: HON. EMILIO C, MACIAS IT
|
| 65 |
+
|
| 66 |
+
AN ACT
|
| 67 |
+
|
| 68 |
+
AUTHORIZING LOCAL GOVERNMENT UNITS TO APPLY THE SHARE OF
|
| 69 |
+
THE PROCEEDS DERIVED FROM THE DEVELOPMENT AND UTILIZATION
|
| 70 |
+
OF HYDROTHERMAL, GEOTHERMAL, AND OTHER SOURCES OF
|
| 71 |
+
ENERGY FOR ELECTRIFICATION OF OTHER AREAS WITHIN THE
|
| 72 |
+
PROVINCE WHERE THE SOURCE OF ENERGY IS LOCATED AMENDING
|
| 73 |
+
FOR THE PURPOSE SECTION 294 OF REPUBLIC ACT NO. 7160
|
| 74 |
+
OTHERWISE KNOWN AS THE LOCAL GOVERNMENT CODE OF 1991
|
| 75 |
+
|
| 76 |
+
Be it enacted by the Senate and House of Representatives
|
| 77 |
+
of the Philippines in Congress assembled:
|
| 78 |
+
|
| 79 |
+
SECTION 1. Section 294 of Republic Act No. 7160 otherwise known as the
|
| 80 |
+
Local Government Code of 1991 is hereby amended to read as follows:
|
| 81 |
+
|
| 82 |
+
“SECTION 294. Development and Livelihood
|
| 83 |
+
Projects. The proceeds from the share shall be appropriated
|
| 84 |
+
by their respective sanggunian to finance local development
|
| 85 |
+
and livelihood projects: Provided, however, that at least
|
| 86 |
+
eighty percent (80%) of the proceeds derived from the
|
| 87 |
+
development and utilization of hydrothermal, geothermal
|
| 88 |
+
and other sources of energy shall be applied [solely] FOR
|
| 89 |
+
ELECTRIFICATION OF OTHER AREAS WITHIN THE
|
| 90 |
+
PROVINCE OR to lower the cost of electricity in the local
|
| 91 |
+
government unit where such a source of energy is located,”
|
| 92 |
+
|
| 93 |
+
SEC. 2. This Act shall take effect upon its approval.
|
| 94 |
+
|
| 95 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00055.txt
ADDED
|
@@ -0,0 +1,289 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
55
|
| 9 |
+
|
| 10 |
+
HOUSE BILL
|
| 11 |
+
|
| 12 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
In essence, social justice in a democracy is caring for the poor, a continuing and
|
| 17 |
+
sincere concer for the underprivileged, a genuine and serious effort to improve their
|
| 18 |
+
quality of life. This is what the attached bill, The Magna Carta for the Poor, is all about.
|
| 19 |
+
|
| 20 |
+
While there may be existing laws touching on the need of the poor, the jobless,
|
| 21 |
+
the homeless and the landless as part of an overall national strategy to alleviate poverty,
|
| 22 |
+
this proposed legislation puts in sharp focus by stating in unequivocal terms what is felt
|
| 23 |
+
to be the basic irreducible rights of the poor as essential requirements towards poverty
|
| 24 |
+
alleviation, rights without which it is pointless to talk about poverty reduction, These
|
| 25 |
+
rights are: the right to employment, the right to food, the right to shelter, the right to free
|
| 26 |
+
quality education and the right to free healthcare and medicine — the “minimum standards
|
| 27 |
+
of decency” which the poor can demand as a matter of right and which the government
|
| 28 |
+
must do as a matter of obligation.
|
| 29 |
+
|
| 30 |
+
More that a bill of rights of the poor, it declares that Government must now take
|
| 31 |
+
the side of the poor because the issue of poverty has now become a critical question of
|
| 32 |
+
survival; that Government intervention, given the present situation, is the only realistic
|
| 33 |
+
route to take to uplift the poor while long terms measures, strategies and solutions for
|
| 34 |
+
poverty reduction are being put in place, and that government must invest heavily in anti-
|
| 35 |
+
poverty programs for the economic empowerment of the poor.
|
| 36 |
+
|
| 37 |
+
The attached bill recognizes that, under the present economic environment, the
|
| 38 |
+
top priority should be the creation of jobs or creation of employment opportunities. ‘The
|
| 39 |
+
lack of employment appears to be the core of the problem of poverty. Jobs mean income
|
| 40 |
+
and income translates into access to food, shelter, land, education and healthcare services.
|
| 41 |
+
This means income spending which means payment and collection of taxes which in tur
|
| 42 |
+
means more services to the poor. The government, therefore, must create jobs, must
|
| 43 |
+
establish employment opportunities for the poor.
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
Likewise, the government must implement a system of subsidy to help the poor in
|
| 47 |
+
their food and housing requirements, and a system of free quality education and free
|
| 48 |
+
health services and medicine. Employment will not come immediately for all the poor
|
| 49 |
+
and the income may be grossly inadequate for those who may be employed. Hunger and
|
| 50 |
+
sickness should not incapacitate and disable the poor in the pursuit of their rights.
|
| 51 |
+
|
| 52 |
+
The value of education — not mere education but free quality educations even at
|
| 53 |
+
the college level is envisioned — in poverty alleviation cannot be denied. Simply put, an
|
| 54 |
+
educated poor would have better chances of surviving and enduring, even prevailing, in
|
| 55 |
+
the market of employment and business. As stressed somewhere, those left out of public
|
| 56 |
+
education programs are likely to be left out of economic opportunities, a misfortune that
|
| 57 |
+
will surely be inherited by the next generation. The government must treat this concept
|
| 58 |
+
of free quality education as a national investment, equipping the citizertry with tools for
|
| 59 |
+
the future, for a better future.
|
| 60 |
+
|
| 61 |
+
In the end, to make democracy work, the government must firstly work for the
|
| 62 |
+
poor, the greater majority of the people. We can only have strong democratic institutions
|
| 63 |
+
when such greater majority of the people are given the opportunities to participate in the .
|
| 64 |
+
benefits, growth and development of a democratic society. Only when the poor are
|
| 65 |
+
economically empowered will they be able to participate in the democratic process of
|
| 66 |
+
setting national goals that affect their daily lives.
|
| 67 |
+
|
| 68 |
+
In this light, approval of the bill is earnestly sought.
|
| 69 |
+
|
| 70 |
+
RAUL Y- MAR
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
Republic of the Philippines
|
| 75 |
+
HOUSE OF REPRESENTATIVES
|
| 76 |
+
Quezon City
|
| 77 |
+
|
| 78 |
+
THIRTEENTH CONGRESS
|
| 79 |
+
First Regular Session
|
| 80 |
+
|
| 81 |
+
55
|
| 82 |
+
|
| 83 |
+
HOUSE BILL NO.
|
| 84 |
+
|
| 85 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 86 |
+
|
| 87 |
+
AN ACT
|
| 88 |
+
PROVIDING FOR A MAGNA CARTA FOR THE POOR
|
| 89 |
+
|
| 90 |
+
Be it enacted by the Senate and the House of Representatives of the
|
| 91 |
+
Philippines in Congress assembled:
|
| 92 |
+
|
| 93 |
+
SECTION 1. Title. - This Act shall be known as the “Magna Carta For The
|
| 94 |
+
Poor.”
|
| 95 |
+
|
| 96 |
+
SEC. 2. Declaration of Policy. - It is the declared policy of the State to uplift
|
| 97 |
+
the standard of living and quality of life of the poor and provide them with sustained
|
| 98 |
+
opportunities for growth and development. It is likewise the policy that the concept of
|
| 99 |
+
poverty alleviation is a government responsibility that primarily requires the creation and
|
| 100 |
+
expansion of employment opportunities geared towards providing decent and productive
|
| 101 |
+
employment to the poor.
|
| 102 |
+
|
| 103 |
+
To attain the foregoing policy:
|
| 104 |
+
|
| 105 |
+
(1) Government must invest heavily in anti-poverty programs to empower the
|
| 106 |
+
poor to enable them participate in the country’s growth and development;
|
| 107 |
+
|
| 108 |
+
(2) All government departments, agencies and instrumentalities must provide full
|
| 109 |
+
access to government services at all levels for the poor; and
|
| 110 |
+
|
| 111 |
+
(3) Government interventions must be done now to address the genuine concerns
|
| 112 |
+
of the poor - which are now concems for daily survival - while long term strategies and
|
| 113 |
+
solutions for the economic empowerment of the poor are being put in place.
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
SEC. 3. Definition of Terms. -
|
| 118 |
+
|
| 119 |
+
(a) “Poor” shall refer to natural persons whose income or combined household
|
| 120 |
+
income falls within the poverty threshold as defined by the National Economic
|
| 121 |
+
Development Authority and who at the same time are not owners of real property.
|
| 122 |
+
|
| 123 |
+
(b) “Hazardous or danger zones” - refers to areas which when occupied for
|
| 124 |
+
residential purposes actually poses a danger to the life and safety of the concerned
|
| 125 |
+
residents or of the general community.
|
| 126 |
+
|
| 127 |
+
(c) “Poor Organization” - refers to any recognized or accredited association as the
|
| 128 |
+
sole representative organization of the poor in the community.
|
| 129 |
+
|
| 130 |
+
SEC. 4. Basic rights of the Poor. - The poor shall have the following rights the
|
| 131 |
+
enjoyment of which is an essential requirement towards poverty alleviation; (1) The
|
| 132 |
+
right to employment; (2) The right to food; (3) The right [to free quality
|
| 133 |
+
education; (4) The right to shelter’ and (5) The right to free health services and
|
| 134 |
+
medicine.
|
| 135 |
+
|
| 136 |
+
The government shall provided the requirements, conditions and opportunities
|
| 137 |
+
for the full enjoyment of these rights of the poor as a matter of duty and obligation, and
|
| 138 |
+
which the poor can demand as a matter of right.
|
| 139 |
+
|
| 140 |
+
SEC. 5. The Right to Food and Food Assistance. - The Department of
|
| 141 |
+
Social Welfare and Development (DSWD) shall develop a program of free food to the
|
| 142 |
+
poor or a system of food assistance/subsidy to help the poor meet their minimum food
|
| 143 |
+
necessities.
|
| 144 |
+
|
| 145 |
+
The DSWD is hereby authorized to solicit donation, aids or grants, in cash or in
|
| 146 |
+
kind, from whatever source, to meet the demands of this basic right of the poor. The
|
| 147 |
+
donors under this provision shall be entitled to full deductibility of the value of the
|
| 148 |
+
donation for income tax purposes.
|
| 149 |
+
|
| 150 |
+
To help ensure the implementation of the free food for the poor program, all food
|
| 151 |
+
items and food products, including rice, corn, sugar and other prime commodities, seized
|
| 152 |
+
and forfeited with finality in favor of government for violations of customs laws shall be
|
| 153 |
+
automatically transferred to or turned over to the DSWD for its dispositions.
|
| 154 |
+
|
| 155 |
+
SEC. 6, The Right to Employment. - The Department of labor and
|
| 156 |
+
Employment (DOLE), in coordination with the labor or employment offices of local
|
| 157 |
+
government units, shall primarily be responsible for ensuring that the poor shall have
|
| 158 |
+
preferential access to employment openings in private enterprises and in government
|
| 159 |
+
|
| 160 |
+
programs and projects. For this purpose and to focus on the specific issue of creation of
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
|
| 164 |
+
employment for the poor, the DOLE shall establish an Office of Employment
|
| 165 |
+
Opportunities (OEO) within the department to carry out this responsibility. The
|
| 166 |
+
‘budgetary requirements of the OEO shall be included in the annual budget of this
|
| 167 |
+
department.
|
| 168 |
+
|
| 169 |
+
Government departments and agencies, including government-owned and
|
| 170 |
+
controlled corporations, are hereby authorized and mandated to earmark funds from
|
| 171 |
+
their budgetary outlays to immediately undertake viable projects {for employment
|
| 172 |
+
purposes. The government shall likewise allocated more funds ftom official development
|
| 173 |
+
assistance for projects and activities that will have greater impact on generation of
|
| 174 |
+
‘employment for the poor.
|
| 175 |
+
|
| 176 |
+
It shall be mandatory for all government infrastructure projects and/or :
|
| 177 |
+
government-funded contracts or government-assisted undertakings to utilize laborers
|
| 178 |
+
from poor organizations as may be necessary in areas where the projects or contracts are
|
| 179 |
+
to be implemented.
|
| 180 |
+
|
| 181 |
+
SEC. 7. The Right to Free Quality Education, - The right of the poor to free
|
| 182 |
+
elementary and secondary public education shall not be impaired. This right shall
|
| 183 |
+
include provisions for free school uniform and school transportation.
|
| 184 |
+
|
| 185 |
+
The right to education shall include access to quality education at the college
|
| 186 |
+
level. Keyed to the government goal of providing free college education to the poor,
|
| 187 |
+
college or graduate scholarships for the poor, including the study-now-pay/later-plans,
|
| 188 |
+
shall be expanded in State universities and colleges and local government educational
|
| 189 |
+
institutions keyed to the government goal of giving free quality college education.
|
| 190 |
+
|
| 191 |
+
It shall also included the right to free availment of vocational and/or technical
|
| 192 |
+
training and manpower skills development, for those who fail to qualify for formal or »
|
| 193 |
+
higher education, from appropriated government agencies.
|
| 194 |
+
|
| 195 |
+
The Department of Education Culture and Sports (DECS), in coordination with
|
| 196 |
+
government agencies and government educational institutions concerned, shall ensure the
|
| 197 |
+
full enjoyment of the poor’s right to education.
|
| 198 |
+
|
| 199 |
+
SEC. 8. The Right to Shelter. - The right of the poor to decent housing shall not
|
| 200 |
+
be abridged. The Government shall develop and implement an appropriate housing
|
| 201 |
+
scheme that will provide decent housing facilities to the poor with the least financial
|
| 202 |
+
burden through a system of subsidy or no-down payment acquisition schemes and long
|
| 203 |
+
term, interests-free loans.
|
| 204 |
+
|
| 205 |
+
|
| 206 |
+
|
| 207 |
+
In identified hazardous or danger zones or in geographic areas and
|
| 208 |
+
population groups where housing needs for the poor are urgent and greatest, the
|
| 209 |
+
Government, through the National Housing Authority and the local government
|
| 210 |
+
unit concemed, shall immediately construct and provide free housing facilities in
|
| 211 |
+
pre-determined development or resettlement sites. .
|
| 212 |
+
|
| 213 |
+
In all cases, the Government, in ensuring the exercise and enjoyment of
|
| 214 |
+
this right of the poor, shall put in place a system of simple requitement! and
|
| 215 |
+
procedures and expeditious processing and approval.
|
| 216 |
+
|
| 217 |
+
SEC. 9. The Right to Free Health Services and Medicine. - The
|
| 218 |
+
Department of Health, through its regional offices of national and provincials or »
|
| 219 |
+
local hospitals, shall develop and implement a system of free delivery of health
|
| 220 |
+
services and medicine to the poor. The availment of this right of the poor shall
|
| 221 |
+
be limited to the locality where they permanently reside.
|
| 222 |
+
|
| 223 |
+
Government medical and health insurance program under existing laws shall
|
| 224 |
+
increase, expand and liberalize their coverage so as to include free basic health
|
| 225 |
+
services and medicine to the poor.
|
| 226 |
+
|
| 227 |
+
SEC. 10. Other Rights of the Poor. - All other rights and benefits for the
|
| 228 |
+
Poor provided under existing laws shall remain in full force and| effect. Nothing
|
| 229 |
+
herein shall be construed in a manner that will diminish the enjoyment of such
|
| 230 |
+
rights by the poor who shall have the right to avail of the greater rights or
|
| 231 |
+
benefits offered by existing laws, including those granted under this Act.
|
| 232 |
+
|
| 233 |
+
SEC. 11. Funding Requirements. -To carry out the provisions of this Act,
|
| 234 |
+
the following amounts are appropriated as follows:
|
| 235 |
+
|
| 236 |
+
(1) The sum of Fifty Million Pesos (P50,000,000.00) as initial operating
|
| 237 |
+
fund is hereby appropriated out of any available funds in the National Treasury.
|
| 238 |
+
‘The amount necessary in subsequent years to help implement this Act shall be
|
| 239 |
+
included in the annual appropriation of the NEDA.
|
| 240 |
+
|
| 241 |
+
(2) Twenty percent (20%) of the share of the national government in the
|
| 242 |
+
earnings of the PAGCOR.
|
| 243 |
+
|
| 244 |
+
(3) Twenty percent (20%) of the share of the national government in all
|
| 245 |
+
lotteries conducted by the Philippine Charity Sweepstakes Office.
|
| 246 |
+
|
| 247 |
+
(4) Fifty percent (50%) of the share of the government in the proceeds
|
| 248 |
+
|
| 249 |
+
from sale or disposition of sequestered assets.
|
| 250 |
+
|
| 251 |
+
|
| 252 |
+
|
| 253 |
+
(5) Fifty percent (50% of the proceeds from the sale o disposition by
|
| 254 |
+
public auction of goods or articles forfeited in favor of the government by the
|
| 255 |
+
|
| 256 |
+
Bureau of Customs.
|
| 257 |
+
The share from the PAGCOR, the PCSO, the sale of sequestered assets '
|
| 258 |
+
and forfeited goods and article, as above-provided, shall be directly remitted to
|
| 259 |
+
the NEDA on a quarterly basis for its disposition in accordance with this Act.
|
| 260 |
+
SEC. 12. Rational Allocation Funds. - The National Economic and
|
| 261 |
+
Development Authority (NEDA) shall be principally responsible for the efficient and
|
| 262 |
+
rational allocation of available funding requirements as maybe needed by the different
|
| 263 |
+
|
| 264 |
+
government departments and agencies in implementing the rights of the poor.
|
| 265 |
+
‘ SEC. 13. Implementing Rules. - The NEDA, in coordination, with the my
|
| 266 |
+
a government departments and agencies concerned, shall promulgate rules and regulations:
|
| 267 |
+
: to carry out the provision of this Act within three (3) months from its|effectivity.' The
|
| 268 |
+
rules shall set priority target areas for the initial implementation of this |Act with the end
|
| 269 |
+
|
| 270 |
+
in view of ensuring the successful replication of the program nationwide.
|
| 271 |
+
SEC. 14. Compliance Report - The NEDA, in coordination with all
|
| 272 |
+
: government department and agencies concemed, shall, within, six (6) months from
|
| 273 |
+
|
| 274 |
+
: the effectivity of this Act and every six (6) months thereafter, submit a report to
|
| 275 |
+
Congress on the compliance with the provisions of this Act.
|
| 276 |
+
SEC. 15. Separability Clause. - If for any reason any section or provision
|
| 277 |
+
|
| 278 |
+
g of this Act is declared unconstitutional or invalid, the other sections or provisions
|
| 279 |
+
a hereof which are not affected thereby shall continue to be in full force and effect,
|
| 280 |
+
|
| 281 |
+
SEC. 16. Repealing Clause. - All laws, decrees, executive orders, t
|
| 282 |
+
a proclamations, rules and regulations or parts thereof, inconsistent herewith are
|
| 283 |
+
|
| 284 |
+
1 hereby repealed. :
|
| 285 |
+
SEC. 17. Effectivity Clause. - this Act shall take effect immediately upon its
|
| 286 |
+
publication in the Official Gazette or in two (2) newspapers of general circulation.
|
| 287 |
+
|
| 288 |
+
Approved,
|
| 289 |
+
|
data/document/hb/13/00001-01000/HB-00068.txt
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City f
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
6
|
| 9 |
+
HOUSE BILL N 8
|
| 10 |
+
|
| 11 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
The proposed bill seeks to prevent the undesirable practice of hospitals and
|
| 16 |
+
medical clinics of preventing the release of fully recovered and/or dead patients for non-
|
| 17 |
+
payment, either partially or fully, of hospital bills,
|
| 18 |
+
|
| 19 |
+
The aforesaid practice has resulted in unnecessarily prolonged, and hence more
|
| 20 |
+
expensive, stay of the financially distressed patients. Unchecked and undisturbed, the
|
| 21 |
+
practice is a simple case of detention against the will of the patients pending full payment
|
| 22 |
+
of bills which, in a sense, constitutes a deprivation of liberty on grounds of financial
|
| 23 |
+
incapacity. In any language, it is a legally and morally unacceptable posture.
|
| 24 |
+
|
| 25 |
+
The bill allows the underprivileged patient to leave the hospital upon the
|
| 26 |
+
execution of a duly secured promissory note and imposes a penal sanction for violation of
|
| 27 |
+
any of its provisions.
|
| 28 |
+
|
| 29 |
+
While the rights of hospital owners and/or medical practitioners must be
|
| 30 |
+
respected, there must be a better_ and more humane way of treating patients who, having
|
| 31 |
+
been adequately attended to, already wish to leave the hospital were it not for their unpaid
|
| 32 |
+
bills. To the financially incapable patient, it is a matter of liberty and livelihood; to the
|
| 33 |
+
hospital owners and the medical practitioners, it simply means a little financial sacrifice
|
| 34 |
+
|
| 35 |
+
It may be stressed that this bill passed on third and final reading in the House of
|
| 36 |
+
Representatives during the Eleventh Congress. In the Senate, the attached bill passed
|
| 37 |
+
second reading but was not approved, for lack of time upon congressional adjournment.
|
| 38 |
+
|
| 39 |
+
In view of all the foregoing, approval of the Bill is earnestly requested.
|
| 40 |
+
|
| 41 |
+
RAI DEL
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
Republic of the Philippines
|
| 45 |
+
HOUSE OF REPRESENTATIVES
|
| 46 |
+
Quezon City
|
| 47 |
+
|
| 48 |
+
THIRTEENTH CONGRESS
|
| 49 |
+
First Regular Session
|
| 50 |
+
|
| 51 |
+
HOUSE BILL 68
|
| 52 |
+
|
| 53 |
+
Introduced by: REP. RAUL V. DEL MAR
|
| 54 |
+
|
| 55 |
+
AN ACT
|
| 56 |
+
PROHIBITING THE DETENTION OF LIVE OR DEAD PATIENTS IN
|
| 57 |
+
HOSPITALS AND MEDICAL CLINICS ON GROUNDS OF NONPAYMENT OF
|
| 58 |
+
HOSPITAL BILLS OR MEDICAL EXPENSES
|
| 59 |
+
|
| 60 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 61 |
+
Congress assembled:
|
| 62 |
+
|
| 63 |
+
SECTION 1. It shall be unlawful for any hospital or medical clinic in the
|
| 64 |
+
country to detain or to otherwise cause, directly or indirectly, the detention of patients
|
| 65 |
+
who have fully or partially recovered or have been adequately attended to or who may
|
| 66 |
+
have died, for reasons of nonpayment in part or in full, of hospital bills or medical
|
| 67 |
+
expenses.
|
| 68 |
+
|
| 69 |
+
SEC. 2. Patients who have fully or partially recovered and who already wish to
|
| 70 |
+
leave the hospital or medical clinic but are financially incapable to settle, in part or in
|
| 71 |
+
fall, their hospitalization expenses, including professional fees and medicines, shall be
|
| 72 |
+
allowed to leave the hospital or medical clinic, with a right to demand the issuance of the
|
| 73 |
+
corresponding medical certificate and other pertinent papers required for the release of
|
| 74 |
+
the patient from the hospital or medical clinic upon the execution of a promissory note
|
| 75 |
+
covering the unpaid obligation. The promissory note shall be secured by either a
|
| 76 |
+
mortgage or by a guarantee of a co-maker, who will be jointly and severally liable with
|
| 77 |
+
the patient for the unpaid obligation. In the case of a deceased patient, the coresponding
|
| 78 |
+
death certificate and other documents required for interment and other purposes shall be
|
| 79 |
+
released to any of his surviving relatives requesting for the same: Provided, however,
|
| 80 |
+
‘That patients who stayed in private rooms shall not be covered by this Act.
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
SEC. 3. Any officer or employee of the hospital or medical clinic responsible for
|
| 84 |
+
releasing patients, who violates the provisions of this Act shall be punished by a fine of
|
| 85 |
+
not Jess than Five thousand pesos (P5,000.00) but not more than Fifteen thousand pesos
|
| 86 |
+
(P15,000.00) or imprisonment of not less than one (1) month but not more than six (6)
|
| 87 |
+
months, or both such fine and imprisonment, at the discretion of the proper court
|
| 88 |
+
|
| 89 |
+
SEC. 4, The Department of Health shall promulgate the necessary rules and
|
| 90 |
+
regulations to carry out the provisions of this Act.
|
| 91 |
+
|
| 92 |
+
SEC. 5. If any provision of this Act is declared void and unconstitutional, the
|
| 93 |
+
remaining provisions thereof not affected thereby shall remain in full force and effect.
|
| 94 |
+
|
| 95 |
+
SEC. 6. All laws, decrees, orders, rules and regulations or parts thereof
|
| 96 |
+
inconsistent with this Act are hereby repealed or amended accordingly.
|
| 97 |
+
|
| 98 |
+
SEC. 7. This Act shall take effect fifteen (15) days after its publication in two (2)
|
| 99 |
+
national newspaper of general circulation.
|
| 100 |
+
|
| 101 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00069.txt
ADDED
|
@@ -0,0 +1,1351 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HOUSE BILL NO. 69
|
| 9 |
+
|
| 10 |
+
Introduced by : REP. RAUL V. DEL MAR,
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The Constitution, in tasking the State to promote the quality of life of the citizens,
|
| 15 |
+
mandates a program of housing “which will make available at affordable cost decent
|
| 16 |
+
housing and basic services to underprivileged and homeless citizens in yrban centers and
|
| 17 |
+
resettlement areas”, and directs a system of resettlement for urban and rural dwellers.
|
| 18 |
+
|
| 19 |
+
It is precisely in this light, and to give specific attention to this constitutional
|
| 20 |
+
policy, that the attached bill seeking the creation of a Department of Housing and
|
| 21 |
+
Resettlement is being submitted.
|
| 22 |
+
|
| 23 |
+
In essence, the attached bill directly focuses on the housing needs of the poor and
|
| 24 |
+
the homeless and the low income eamers of both the public and private sectors. It
|
| 25 |
+
likewise focuses on resettlement and relocation of the less unfortunate, particularly those
|
| 26 |
+
occupying hazardous areas. The proposed Department, therefore, will be concentrating
|
| 27 |
+
its efforts, time and resources on this specific mandate, all for the benefit of the greater
|
| 28 |
+
majority of the citizens - the poor and the low-salaried. The housing needs and
|
| 29 |
+
requirements of those who are neither poor nor low-salaried shall not be the concern of
|
| 30 |
+
the department.
|
| 31 |
+
|
| 32 |
+
This proposed legislation recognizes that one of the minimum standards of
|
| 33 |
+
decency is the right to shelter, the right to decent living conditions and that this right can
|
| 34 |
+
only be given substance if the government now takes the side of the poor, if the
|
| 35 |
+
government directly comes in to make things happen for them. The Department of
|
| 36 |
+
Housing and Resettlement is one big step towards enabling the government to directly
|
| 37 |
+
and significantly meet this challenge. Anything less would make it no different from
|
| 38 |
+
what is happening now to the government’s effort in housing which does not give the
|
| 39 |
+
poor the priority they deserve.
|
| 40 |
+
|
| 41 |
+
Needless to say, it is only when the government ensures the minimum standards
|
| 42 |
+
of decency” can the poor and the low income earners be inspired and enabled to strive
|
| 43 |
+
harder to realize their full potentials.
|
| 44 |
+
|
| 45 |
+
In this light, approval of the Bill is strongly requested.
|
| 46 |
+
|
| 47 |
+
hf DEL MAR
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
Republic of the Philippines
|
| 52 |
+
HOUSE OF REPRESENTATIVES
|
| 53 |
+
Quezon City
|
| 54 |
+
|
| 55 |
+
THIRTEENTH CONGRESS
|
| 56 |
+
First Regular Session
|
| 57 |
+
|
| 58 |
+
69
|
| 59 |
+
|
| 60 |
+
HOUSE BILL Ni
|
| 61 |
+
|
| 62 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 63 |
+
|
| 64 |
+
AN ACT
|
| 65 |
+
CREATING THE DEPARTMENT OF HOUSING AND RESETTLEMENT,
|
| 66 |
+
ABOLISHING THE EXISTING HOUSING AGENCIES, DEFINING ITS POWERS AND
|
| 67 |
+
FUNCTIONS, PROVIDING FUNDS THEREFOR AND FOR OTHER PURPOSES
|
| 68 |
+
|
| 69 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in. Congress
|
| 70 |
+
assembled:
|
| 71 |
+
|
| 72 |
+
CHAPTERI
|
| 73 |
+
GENERAL PROVISIONS
|
| 74 |
+
SECTION 1. Title, ~ This Act shall be known and cited as the “Omnibus Housing and
|
| 75 |
+
Urban Development Act of 2004”.
|
| 76 |
+
SEC. 2. Declaration of Policy. —It is hereby declared a policy of the State to:
|
| 77 |
+
|
| 78 |
+
(a) Undertake a comprehensive and continuing program of housing and urban
|
| 79 |
+
development which will make available at affordable cost, decent housing and basic services to
|
| 80 |
+
the Filipino people, especially those who are underprivileged and homeless;
|
| 81 |
+
|
| 82 |
+
(©) Adopt workable policies that will guarantee the rationalization and optimum
|
| 83 |
+
utilization of land and resources in order to meet the spatial and physical requirements of
|
| 84 |
+
housing and urban development and create a more balanced urban-rural interdependence;
|
| 85 |
+
|
| 86 |
+
(© Develop a sustainable and viable housing finance system that shall tap alternative,
|
| 87 |
+
including non-traditional sources of funds, for the government's housing program;
|
| 88 |
+
|
| 89 |
+
(4) Rationalize and strengthen the urban development and shelter delivery system of the
|
| 90 |
+
government by enhancing local autonomy and decentralization and provide local government
|
| 91 |
+
units more power, authority, responsibility, and resources; and
|
| 92 |
+
|
| 93 |
+
(e) Encourage more effective peoples’ participation by institutionalizing their
|
| 94 |
+
involvement at all levels of the urban planning and development process.
|
| 95 |
+
|
| 96 |
+
SEC. 3. Definition of Terms. — For purposes of this Act, the terms or words and phrases
|
| 97 |
+
|
| 98 |
+
used shall mean or be understood as follows:
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
(a) “Abot-Kaya Pabahay Fund” refers to the fund established under Republic Act No.
|
| 102 |
+
6846, otherwise known as “The Social Housing Support Fund Act”, as amended by Republic Act
|
| 103 |
+
No. 7835, otherwise known as “The Comprehensive and Integrated Shelter Financing Act of
|
| 104 |
+
1994”, The Fund shall be used exclusively to enhance the affordability of low-cost hdusing by
|
| 105 |
+
low-income families through its four (4) components, namely: amortization support,
|
| 106 |
+
development financing, cash flow guaranty, interest subsidy and liquidity support.
|
| 107 |
+
|
| 108 |
+
(b) Agricultural Land Conversion refers to the undertaking of any activity that modify or
|
| 109 |
+
alter the physical characteristics of agricultural lands to render them suitable for non-agricultural
|
| 110 |
+
purposes with an approved order of conversion from the secretary of the Department of Agrarian
|
| 111 |
+
Reform (DAR).
|
| 112 |
+
|
| 113 |
+
(c) CISFA — refers to Republic Act No. 7835.
|
| 114 |
+
|
| 115 |
+
(@) “Community mortgage program” refers to the mortgage financing program of the
|
| 116 |
+
National Home Mortgage Finance Corporation (NHMFC) which assists legally-organized
|
| 117 |
+
associations of underprivileged and homeless citizens to purchase and develop a tract of land
|
| 118 |
+
under the concept of community ownership.
|
| 119 |
+
|
| 120 |
+
(e) “Formal sector” refers to members of the Government Service Insurance System
|
| 121 |
+
(GSIS), Home Development Mutual Fund (HDMF), and the Social Security Systein (SSS).
|
| 122 |
+
|
| 123 |
+
( “Homeless and underprivileged” refers to the beneficiaries of Republic Act No. 7279,
|
| 124 |
+
otherwise known as the “Urban Development and Housing Act” (UDHA), and to individuals or
|
| 125 |
+
families whose income or combined household income falls within the poverty threshold as
|
| 126 |
+
defined by the National Economic and Development Authority (NEDA), who do not enjoy
|
| 127 |
+
security of tenure;
|
| 128 |
+
|
| 129 |
+
(g) “Informal sector” refers to non-members of the GSIS, HDMF, and the SSS.
|
| 130 |
+
|
| 131 |
+
(h) “New town” refers to any large-scale planned development which includes housing,
|
| 132 |
+
work places, and related facilities within a more or less self-contained environment.
|
| 133 |
+
|
| 134 |
+
(@ “Secondary mortgage market” — refers to the system which entails purchase,
|
| 135 |
+
acquisition, discounting or refinancing of loan and mortgage packages or participations therein.
|
| 136 |
+
These instruments, in turn, are traded in the financial market through issuance and/or sale of
|
| 137 |
+
bonds, promissory notes, debentures, conveyances and other finangial instruments or
|
| 138 |
+
participation therein, backed by the same pool or mortgages, securitizations, and ather agsets.
|
| 139 |
+
|
| 140 |
+
() “Socialized housing” refers to housing program and projects covering houses and lots
|
| 141 |
+
or homelots only undertaken by the government or the private sector for the underprivileged and
|
| 142 |
+
|
| 143 |
+
homeless citizens which shall include sites and services development, long term financing,
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
liberalized terms on interest payments, and such other benefits in accordance with the provisions
|
| 148 |
+
of this Act,
|
| 149 |
+
|
| 150 |
+
(k) “Urban development” refers to the process of occupation and use of land or space for
|
| 151 |
+
such activities as residential, industrial, commercial and the like, necessary to carry out the
|
| 152 |
+
functions of city life. It entails building or rebuilding of more or less permanent structures over
|
| 153 |
+
land that is often withdrawn or converted from its original use, resulting in the creation of the
|
| 154 |
+
built environment.
|
| 155 |
+
|
| 156 |
+
(@ “Urban planning” refers to a process, also called city planning or town planning, that
|
| 157 |
+
involves planning for diverse elements that comprise an urbanized area, including its physical
|
| 158 |
+
infrastructure, environment, housing and transportation, and management of land use and urban
|
| 159 |
+
growth; and
|
| 160 |
+
|
| 161 |
+
(m) “Urban renewal” refers to the idea of consciously renewing the outwom areas of
|
| 162 |
+
towns and cities, through redevelopment and rehabilitation.
|
| 163 |
+
|
| 164 |
+
SEC. 4. Statement of Objectives. - Toward this end, the State shall:
|
| 165 |
+
|
| 166 |
+
(@) Formulate and oversee the implementation of a comprehensive housing and urban
|
| 167 |
+
development policy as an integral part of national development plans to regulate and direct urban
|
| 168 |
+
growth and expansion towards a dispersed urban net and to achieve a more balanced urban-rural
|
| 169 |
+
interdependence;
|
| 170 |
+
|
| 171 |
+
(b) Undertake with the participation of the private sector a continuing comprehensive,
|
| 172 |
+
affordable and sustainable housing program;
|
| 173 |
+
|
| 174 |
+
(©) Establish a sustainable housing finance system that ensures affordable housing
|
| 175 |
+
through low down payment, long-term financing and low interest rate;
|
| 176 |
+
|
| 177 |
+
(@) Improve coordination of national government housing and urban development
|
| 178 |
+
policies and programs and extend adequate technical and material assistance to local government
|
| 179 |
+
units;
|
| 180 |
+
|
| 181 |
+
(©) Encourage participation of all stakeholders in housing and urban development, such
|
| 182 |
+
as local government units (LGUs), non-government organizations (NGOs), people’s organization
|
| 183 |
+
(POs) and the private sector;
|
| 184 |
+
|
| 185 |
+
(£) Rationalize the structure, powers and functions of the different housing and urban
|
| 186 |
+
development agencies and integrate all housing and urban development policies, plans, programs
|
| 187 |
+
and projects of various government corporations and agencies to expedite the delivery of decent,
|
| 188 |
+
affordable and sustainable housing and urban development programs and projects; and
|
| 189 |
+
|
| 190 |
+
(g) Promote the application of technologies that reduce costs and improve the quality of
|
| 191 |
+
habitability of housing.
|
| 192 |
+
|
| 193 |
+
|
| 194 |
+
CHAPTER IL
|
| 195 |
+
THE DEPARTMENT PROPER
|
| 196 |
+
|
| 197 |
+
SEC. 5. Creation of the Department of Housing and Urban Development. - To carry
|
| 198 |
+
out the above-declared policy, there is hereby created a Department of Housing and Urban
|
| 199 |
+
Development, hereinafter referred to as the Department.
|
| 200 |
+
|
| 201 |
+
The Department shall be the primary agency of Government that will prepare, integrate,
|
| 202 |
+
coordinate, and supervise, plans, programs, projects, and activities of the government relative to
|
| 203 |
+
urban planning, development, and renewal, including land use and zoning, housing provision,
|
| 204 |
+
regulation and finance, and marginal settlement assistance and services.
|
| 205 |
+
|
| 206 |
+
SEC. 6. Powers and Functions, — The Department shall have the following powers and
|
| 207 |
+
functions:
|
| 208 |
+
|
| 209 |
+
(a) Formulate, implement, and update, consistent with approved national development
|
| 210 |
+
plans and guidelines on land use, a comprehensive National Urban Development and Housing
|
| 211 |
+
Framework. This Framework will specify the policies, plans, programs, strategies and
|
| 212 |
+
mechanisms in order to promote a sustainable, ecologically-sound, and well-governed housing
|
| 213 |
+
and urban development;
|
| 214 |
+
|
| 215 |
+
(b) Provide for the development of: (1) a sustainable market-oriented housing finance
|
| 216 |
+
system which promotes the adequate flow of private funds into the primary and secondary
|
| 217 |
+
mortgage markets; and (2) a complementary system of well-targeted and transparent housing
|
| 218 |
+
subsidy mechanisms for the less privileged and homeless;
|
| 219 |
+
|
| 220 |
+
(c) Ensure the provision of adequate housing stock to meet the needs of all income
|
| 221 |
+
groups, especially the underprivileged and homeless in urban centers and in resettlement and
|
| 222 |
+
rural areas;
|
| 223 |
+
|
| 224 |
+
(d) Pursue an urban renewal of blighted and slum areas, the resettlement and relocation of
|
| 225 |
+
informal dwellers, and the containment of squatting, pursuant to law, in a just and humane
|
| 226 |
+
manner;
|
| 227 |
+
|
| 228 |
+
(€) Supervise all corporations and agencies attached to the Department namely: Home
|
| 229 |
+
Guaranty Corporation (HGC), National Housing Authority(NHA), National Home Mortgage
|
| 230 |
+
Finance Corporation (NHMFC), Home Development Mutual Fund (HDMF), and Housing and
|
| 231 |
+
Urban Development Adjudication Commission (HUDAC), to: (1) ensure adherence, consistency
|
| 232 |
+
and integration with Department policies, plans and programs; and (2) monitor the performance
|
| 233 |
+
and soundness of their management and financial policies in accordance with the government’s
|
| 234 |
+
|
| 235 |
+
housing and urban development framework;
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
() Promulgate, amend or repeal such rules and regulations as may be necessary to
|
| 239 |
+
complement the intent and purposes of this Act, which, upon approval by the President and after
|
| 240 |
+
due publication thereof, shall have the force of law;
|
| 241 |
+
|
| 242 |
+
(g) Effect and oversee a single regulatory system that shall govern all activities relative to
|
| 243 |
+
the planning, production, marketing and maintenance of residential and commercial development
|
| 244 |
+
projects;
|
| 245 |
+
|
| 246 |
+
(h) Develop and establish a sector performance and monitoring and assessment
|
| 247 |
+
mechanism and monitor and report on the performance of the sector, national government
|
| 248 |
+
agencies and LGUs in urban development and housing to enable continuing improvements in
|
| 249 |
+
sector policy and strategy formulation;
|
| 250 |
+
|
| 251 |
+
(i) Adopt and promulgate development standards and guidelines that shall govern the
|
| 252 |
+
preparation and implementation of land use plans and zoning ordinances of LGUs and property
|
| 253 |
+
development of the public and private sector;
|
| 254 |
+
|
| 255 |
+
(j) Provide technical assistance and information to assist LGUs in developing solutions to
|
| 256 |
+
problems on housing, community, and urban development and/or renewal;
|
| 257 |
+
|
| 258 |
+
(&) Coordinate the development activities of LGUs toward a more effective housing
|
| 259 |
+
delivery, optimal land use, and the balanced growth of urban and urbanizing communities in
|
| 260 |
+
relation to demographic factors, productive capacity, and natural resource endowment;
|
| 261 |
+
|
| 262 |
+
(1) Exercise initiative and, under the directions of the President, assume a lead role in
|
| 263 |
+
coordinating the activities of other agencies and instrumentalities that impact on urban
|
| 264 |
+
development;
|
| 265 |
+
|
| 266 |
+
(m) Call on other agencies or instrumentalities of the government and private entities for
|
| 267 |
+
cooperation and assistance in the performance of its functions;
|
| 268 |
+
|
| 269 |
+
(n) Monitor compliance and provide policy directions, standards and technical assistance
|
| 270 |
+
to LGUs in the preparation of their respective land use plans and zoning ordinances, subject to
|
| 271 |
+
the over-all land use plan of the regional development councils and the NEDA;
|
| 272 |
+
|
| 273 |
+
(0) Undertake a rational, balanced, orderly, and efficient development of new settlements
|
| 274 |
+
and the redevelopment of existing urban communities that indicate potentials for accelerated
|
| 275 |
+
growth. Such activities shall assure the dwellers thereon of decent and affordable housing, job
|
| 276 |
+
and livelihood opportunities, efficient mass transit, public safety, health care, educational
|
| 277 |
+
opportunities, and clean environment;
|
| 278 |
+
|
| 279 |
+
(p) Conduct continuing research and development of innovative and indigenous
|
| 280 |
+
technologies that will enhance housing affordability;
|
| 281 |
+
|
| 282 |
+
|
| 283 |
+
(q) Ensure consumers’ education and protection and establish and administer mechanisms
|
| 284 |
+
such as the development, maintenance, updating, and upgrading of an industry information
|
| 285 |
+
system and data bank which shall include a master list of beneficiaries;
|
| 286 |
+
|
| 287 |
+
(®) Establish a mechanism to identify, update, validate, and determine full eligibility of
|
| 288 |
+
target beneficiaries for socialized housing programs and projects in order to maximize
|
| 289 |
+
government resources and avoid double availment of such programs and projects;
|
| 290 |
+
|
| 291 |
+
(8) Discharge all responsibilities of government that may arise from agreements and other
|
| 292 |
+
commitments on housing, land use and urban development to which it is a signatory, including
|
| 293 |
+
the determination of forms of assistance for housing, land use and urban development to be
|
| 294 |
+
extended through multilateral or bilateral assistance program;
|
| 295 |
+
|
| 296 |
+
(® Determine, fix and collect reasonable amounts to be charged as administrative fees,
|
| 297 |
+
fines and penalties; as well as issue motu propio, after the conduct of appropriate investigation,
|
| 298 |
+
notices of violation, cease and desist and/or closure and demolition orders, ejectment and
|
| 299 |
+
summary abatement orders, necessary for the effective implementation of all laws, rules and
|
| 300 |
+
regulations, and other legal issuances enforced by the Department;
|
| 301 |
+
|
| 302 |
+
(u) Determine, fix and collect reasonable amounts to be charged as administrative fees,
|
| 303 |
+
fines and penalties on any natural or juridical person who practice real estate services without
|
| 304 |
+
any license; and
|
| 305 |
+
|
| 306 |
+
(¥) Perform such other acts not inconsistent with this Act as are necessary to achieve its
|
| 307 |
+
purposes.
|
| 308 |
+
|
| 309 |
+
SEC. 7. Composition. - The Department shall be headed by a Secretary. The Department
|
| 310 |
+
proper shall be composed of the Office of the Secretary, the Offices of the Undersecretaries and
|
| 311 |
+
Assistant Secretaries, the bureaus, services, and other offices of the Department.
|
| 312 |
+
|
| 313 |
+
SEC. 8. The Secretary. - The Secretary shall be appointed by the President, subject to
|
| 314 |
+
the confirmation by the Commission on Appointments.
|
| 315 |
+
|
| 316 |
+
The Secretary in addition to the regular powers and functions provided under Section 7,
|
| 317 |
+
Chapter 2, Book IV of the Administrative Code of 1987, shall have the following powers and
|
| 318 |
+
functions:
|
| 319 |
+
|
| 320 |
+
(a) Provide executive direction, control and supervision over the entire operations of the
|
| 321 |
+
Department;
|
| 322 |
+
|
| 323 |
+
(b) Rationalize delivery system as is necessary for the effective attainment of the
|
| 324 |
+
objectives of the Department, including the creation of regional and field offices, other service
|
| 325 |
+
units and divisions, and the delegation of authority to regional and field offices for decentralized
|
| 326 |
+
programs, subject to the provisions of existing laws;
|
| 327 |
+
|
| 328 |
+
|
| 329 |
+
(©) Call on other government and private entities for cooperation and assistance in the
|
| 330 |
+
performance and discharge of the Department's functions;
|
| 331 |
+
|
| 332 |
+
(@) Coordinate with LGUs, other agencies, and public and private interest groups,
|
| 333 |
+
including NGOs and POs on Department policies and initiatives;
|
| 334 |
+
|
| 335 |
+
(©) Restructure the intemal organization of the Department, subject to the approval of the
|
| 336 |
+
President;
|
| 337 |
+
|
| 338 |
+
( Recommend to the President on the restructuring of the structures of its attached
|
| 339 |
+
agencies and corporations;
|
| 340 |
+
|
| 341 |
+
(g) Review existing rules and regulations governing financing schemes, homeowners
|
| 342 |
+
associations and other issues attendant to the different shelter programs and projects, with the
|
| 343 |
+
end in view of ensuring their effectiveness and efficiency; and
|
| 344 |
+
|
| 345 |
+
(h) Formulate such rules and regulations and exercise such other powers as may be
|
| 346 |
+
necessary to implement the objectives of this Act.
|
| 347 |
+
|
| 348 |
+
SEC. 9. The Undersecretaries. - The Secretary shall be assisted by two (2)
|
| 349 |
+
Undersecretaries, who shall be appointed by the President upon the recommendation of the
|
| 350 |
+
Secretary: Provided, That one of the Undersecretaries shall be a career officer coming from the
|
| 351 |
+
ranks of the existing government housing agencies and offices. They shall have the powers and
|
| 352 |
+
functions as provided for in Section 10, Chapter 2, Book IV of the Administrative Code of 1987,
|
| 353 |
+
and other powers and functions that will be assigned by the Secretary.
|
| 354 |
+
|
| 355 |
+
The offices of the Undersecretaries shall consist of the undersecretaries and their
|
| 356 |
+
respective immediate staff.
|
| 357 |
+
|
| 358 |
+
SEC. 10. Assistant Secretaries. - The Secretary shall be assisted by a maximum of three
|
| 359 |
+
(3) Assistant Secretaries who shall be career offices appointed by the President upon the
|
| 360 |
+
recommendation of the Secretary.
|
| 361 |
+
|
| 362 |
+
The respective assignments of the Assistant Secretaries shall be determined by the
|
| 363 |
+
Secretary.
|
| 364 |
+
|
| 365 |
+
SEC. 11. Qualifications. — No person shall be appointed Secretary, Undersecretary or
|
| 366 |
+
Assistant Secretary of the Department unless he is a citizen and a resident of the Philippines, of
|
| 367 |
+
good moral character, and of proven competence and integrity,
|
| 368 |
+
|
| 369 |
+
SEC. 12, Bureaus. - The Department shall have the following Bureaus: (a) Financial
|
| 370 |
+
and Institutional Development Bureau, (b) Urban Development Bureau, (c) Housing Technology
|
| 371 |
+
Bureau, and (d) Realty Regulation and Consumer Protection Bureau, and (e) Settlements and
|
| 372 |
+
Social Housing Bureau.
|
| 373 |
+
|
| 374 |
+
‘The Bureaus shall perform the following functions:
|
| 375 |
+
|
| 376 |
+
|
| 377 |
+
(a) Financial and Institutional Development Bureau
|
| 378 |
+
(1) Provide fiscal and financial incentives to LGUs, the private sector, NGOs and POs to
|
| 379 |
+
encourage their full participation in ensuring adequate housing stock especially for low-income
|
| 380 |
+
|
| 381 |
+
familie
|
| 382 |
+
|
| 383 |
+
(2) Institute a mechanism to ensure consistently high collection efficiency and the
|
| 384 |
+
viability of the national shelter program;
|
| 385 |
+
|
| 386 |
+
(3) Assist in and facilitate the sourcing of adequate housing and urban development funds
|
| 387 |
+
from foreign, local, and other alternative sources;
|
| 388 |
+
|
| 389 |
+
(4) Facilitate the development of a sustainable market-oriented housing finance system
|
| 390 |
+
which promotes the adequate flow of private funds into the primary and secondary mortgage
|
| 391 |
+
markets;
|
| 392 |
+
|
| 393 |
+
(5) Administer programs to LGUs, community associations, cooperatives, and other
|
| 394 |
+
Private groups to improve their capability to engage in all aspects of urban development/renewal
|
| 395 |
+
programs, housing and resettlement, including the restoration of neighborhoods, the investment
|
| 396 |
+
in or improvement of public facilities, and the rehabilitation of housing;
|
| 397 |
+
|
| 398 |
+
(©) Extend technical assistance to the local housing board or any special body on housing
|
| 399 |
+
within an LGU and housing cooperatives in the preparation of local shelter plans and projects;
|
| 400 |
+
|
| 401 |
+
(7) Accredit, train, and extend assistance to homeowners’ associations or cooperatives of
|
| 402 |
+
targeted beneficiaries for purposes related to housing, and evaluate and recommend the same for
|
| 403 |
+
possible availment of a housing program or project;
|
| 404 |
+
|
| 405 |
+
(8) Monitor the implementation of projects and programs under its jurisdiction; and
|
| 406 |
+
|
| 407 |
+
(9) Perform such other related functions as may be assigned to it by the Secretary.
|
| 408 |
+
|
| 409 |
+
(b) Urban Development Bureau
|
| 410 |
+
|
| 411 |
+
(1) Promulgate appropriate rules and regulations for the proper implementation and
|
| 412 |
+
enforcement of predetermined national standards and guidelines on land use, urban planning and
|
| 413 |
+
development;
|
| 414 |
+
|
| 415 |
+
(2) Install new and appropriate mechanisms for the extension of technical and other
|
| 416 |
+
forms of assistance to LGUs to ensure that their land use plans and zoning ordinances are
|
| 417 |
+
consistent with prescribed standards and guidelines and national policies and other issuances of
|
| 418 |
+
the Department and the NEDA;
|
| 419 |
+
|
| 420 |
+
(3) Coordinate with the Public Estate Authority (PEA) in the development of new towns
|
| 421 |
+
with complete basic facilities and services in urbanizable and urbanizing areas, including the
|
| 422 |
+
identified growth areas such as, but not limited to, CALABARZON, East Asian Growth Area,
|
| 423 |
+
and the North Quadrangle, in order to decongest existing urban communities;
|
| 424 |
+
|
| 425 |
+
|
| 426 |
+
(4) Assist the LGU in undertaking a rational, well-balanced, orderly and efficient
|
| 427 |
+
redevelopment/renewal of existing urban communities;
|
| 428 |
+
|
| 429 |
+
(5) Assist in the formulation and updating of national objectives for housing and urban
|
| 430 |
+
development, specifically the National Urban Development Framework;
|
| 431 |
+
|
| 432 |
+
(6) Monitor the implementation of projects and programs under its jurisdiction; and
|
| 433 |
+
|
| 434 |
+
(7) Perform such other related functions as may be assigned to it by the Secretary.
|
| 435 |
+
|
| 436 |
+
(©) Housing Technology Bureau
|
| 437 |
+
|
| 438 |
+
(1) Study and promulgate appropriate standards on all types of housing construction;
|
| 439 |
+
|
| 440 |
+
(2) Review and update national standards and technical requirements for economic and
|
| 441 |
+
socialized housing projects;
|
| 442 |
+
|
| 443 |
+
(3) Accredit, promote and encourage the development and utilization of innovative
|
| 444 |
+
housing technology that can reduce the cost of housing and within the reach of the poor without
|
| 445 |
+
sacrificing safety requirements, and provide for the prototyping/piloting of the same;
|
| 446 |
+
|
| 447 |
+
(4) Provide awards, incentives and citations to innovative and ingenious discoveries and
|
| 448 |
+
inventions in coordination with the Department of Science and Technology (DOST) and the
|
| 449 |
+
Board of Investments (BOD);
|
| 450 |
+
|
| 451 |
+
(5) Publicize findings and research on new technologies;
|
| 452 |
+
|
| 453 |
+
(6) Participate in local and international expositions, competitions and various research
|
| 454 |
+
and development activities on housing technology;
|
| 455 |
+
|
| 456 |
+
(7) Monitor, evaluate and validate the programs and projects under its jurisdiction; and
|
| 457 |
+
|
| 458 |
+
(8) Perform such other related functions as may be assigned to it by the Secretary.
|
| 459 |
+
|
| 460 |
+
(@ Realty Regulation and Consumer Protection Bureau
|
| 461 |
+
|
| 462 |
+
(1) Oversee the enforcement of the approved rules, regulations and standards on all types
|
| 463 |
+
of housing developments such as subdivision, condominium, townhouse, single-detached or
|
| 464 |
+
multi-unit housing, industrial subdivisions, industrial condominiums, farm subdivisions, resort
|
| 465 |
+
and leisure estates, memorial parks, office/commercial condominiums, condominium-hotels
|
| 466 |
+
(condotels) and commercial centers;
|
| 467 |
+
|
| 468 |
+
(2) Oversee the issuance by the regional offices of certificates of registration and licenses
|
| 469 |
+
to sell for all real estate development projects, and the collection of the necessary penalties, fines
|
| 470 |
+
and fees, and monitor, assess and investigate compliance with approved subdivision and
|
| 471 |
+
condominium plans;
|
| 472 |
+
|
| 473 |
+
(3) Continually streamline the implementation and enforcement of regulations, including
|
| 474 |
+
the regulatory aspect of the urban land reform program, the Subdivision and Condominium
|
| 475 |
+
|
| 476 |
+
|
| 477 |
+
Buyer’s Protective Decree, land value and building rental regulations, Rent Control Law and
|
| 478 |
+
other related laws;
|
| 479 |
+
|
| 480 |
+
(4) Undertake the acceptance and initial processing of complaints of housing related
|
| 481 |
+
cases mentioned in Sec. 23 of this Act and the referral of the same to the housing arbiters;
|
| 482 |
+
|
| 483 |
+
(5) Accredit duly-licensed brokers, through their organizations, to source lands for
|
| 484 |
+
project development and to market certain housing inventories or to solicit qualified
|
| 485 |
+
beneficiaries;
|
| 486 |
+
|
| 487 |
+
(6) Accredit developers to undertake the development of certain urban lands;
|
| 488 |
+
|
| 489 |
+
(7) Register, issue certificates of incorporation to, and regulate homeowners’ associations
|
| 490 |
+
and condominium corporations organized pursuant to Presidential Decree No. 957, Republic Act
|
| 491 |
+
No. 4726, Presidential Decree No. 902-A and other related laws;
|
| 492 |
+
|
| 493 |
+
(8) License real estate brokers, real estate appraisers and real estate consultants;
|
| 494 |
+
|
| 495 |
+
(9) Develop and implement real estate consumer education and protection programs;
|
| 496 |
+
|
| 497 |
+
(10) Promote public trust and consumer education through the implementation of a
|
| 498 |
+
strategic communications plan that will offer timely dissemination of accurate and updated
|
| 499 |
+
information on the department's policies, plans, programs and projects;
|
| 500 |
+
|
| 501 |
+
(11) Monitor the implementation of projects and programs under its jurisdiction; and
|
| 502 |
+
|
| 503 |
+
(12) Perform such other related functions as may be assigned to it by the Secretary.
|
| 504 |
+
|
| 505 |
+
(© Settlements and Social Housing Bureau
|
| 506 |
+
|
| 507 |
+
(1) Ensure that relevant government housing programs shall make available to the lowest
|
| 508 |
+
thirty percent (30%) of the income earners decent and affordable housing with basic services and
|
| 509 |
+
employment opportunities;
|
| 510 |
+
|
| 511 |
+
(2) Formulate and ensure the enforcement of policies, rules and regulations governing
|
| 512 |
+
socialized housing provision, upgrading provision of tenure and improvement of informal
|
| 513 |
+
settlements;
|
| 514 |
+
|
| 515 |
+
(3) Formulate and enforce policies, rules and regulations governing resettlement,
|
| 516 |
+
relocation, eviction and demolition activities and for this purpose, issue relocation/eviction and
|
| 517 |
+
demolition activities and for this purpose, issue relocation/eviction compliance clearances for
|
| 518 |
+
national or local government projects which will involve the eviction or demolition of structures
|
| 519 |
+
or homeless and underprivileged citizens in accordance with Republic Act No. 7279 (UDHA)
|
| 520 |
+
and implementing rules and regulations (IRR);
|
| 521 |
+
|
| 522 |
+
(4) Implement the conduct of pre-election and post-relocation activities for national
|
| 523 |
+
government programs and projects in accordance with Section 28 of Republic Act No. 7279
|
| 524 |
+
(UDHA) and IRR;
|
| 525 |
+
|
| 526 |
+
|
| 527 |
+
(5) Coordinate with the local housing board or any special body on housing or urban poor
|
| 528 |
+
concems within the LGUs and other concerned agencies on the pre-relocation and post election
|
| 529 |
+
activities in accordance with Section 28 of Republic Act No. 7279 (UDHA) and IRR;
|
| 530 |
+
|
| 531 |
+
(6) Monitor compliance with the balanced housing requirement under Republic Act No.
|
| 532 |
+
7279 (UDHA) and IRR;
|
| 533 |
+
|
| 534 |
+
(7) Coordinate with concerned agencies and the LGUs in the formulation, development
|
| 535 |
+
and implementation of an information system that will provide the government and the general
|
| 536 |
+
public with timely, accurate and reliable data on the underprivileged and homeless citizens;
|
| 537 |
+
|
| 538 |
+
(8) Administer, through the regional offices, homeless assistance advances/grants to
|
| 539 |
+
LGUs and NGOs and private communities for temporary and emergency housing, as well as
|
| 540 |
+
building renovation, improvements, in coordination with the Department of Social Welfare and
|
| 541 |
+
Development (DSWD);
|
| 542 |
+
|
| 543 |
+
(9) Administer the amortization support component of the Abot-Kaya Pabahay Fund, and
|
| 544 |
+
other similar funds;
|
| 545 |
+
|
| 546 |
+
(10) Institute measures such as but not limited to the setting up of an LGU-led Anti-
|
| 547 |
+
Squatting Task Force to detect and thwart squatting and to address such other concomitant
|
| 548 |
+
problems as rural-to-rural-urban migration;
|
| 549 |
+
|
| 550 |
+
(11) Monitor the implementation of projects and programs under its jurisdiction; and
|
| 551 |
+
|
| 552 |
+
(12) Perform such other related functions as may be assigned to it by the Secretary.
|
| 553 |
+
|
| 554 |
+
SEC. 13. Services. - The Department shall have the following Services: (2) Planning
|
| 555 |
+
and Management Service, (b) Administrative and Financial Service and (c) Legal Service.
|
| 556 |
+
|
| 557 |
+
The services shall perform the following functions:
|
| 558 |
+
|
| 559 |
+
(a) Planning and Management Service
|
| 560 |
+
|
| 561 |
+
(1) Formulate, update and ensure the implementation of an integrated national housing
|
| 562 |
+
and urban development framework that will provide policy directives, guidelines, strategies and
|
| 563 |
+
support mechanisms for active multi-sectoral participation;
|
| 564 |
+
|
| 565 |
+
(2) Conduct continuing comprehensive studies and research on housing and urban
|
| 566 |
+
development necessary for policy and program review and formulation;
|
| 567 |
+
|
| 568 |
+
(3) Develop and provide legal, regulatory and supervisory frameworks that promote the
|
| 569 |
+
development of a sustainable market-oriented housing finance system to ensure the adequate
|
| 570 |
+
flow of private funds into the primary and secondary mortgage markets;
|
| 571 |
+
|
| 572 |
+
(4) Develop clearly-defined, transparent and well-targeted housing subsidy mechanisms
|
| 573 |
+
to enhance access by low-income housing beneficiaries;
|
| 574 |
+
|
| 575 |
+
|
| 576 |
+
|
| 577 |
+
(5) Establish and maintain a management information system and sub-systems for
|
| 578 |
+
monitoring and evaluating Development-wide programs and projects, including those that are
|
| 579 |
+
executed by operating bureaus and offices;
|
| 580 |
+
|
| 581 |
+
(6 Manage and maintain a housing and urban development data bank to include a shelter
|
| 582 |
+
indicator system, beneficiary profile and other national database on shelter and urban
|
| 583 |
+
development;
|
| 584 |
+
|
| 585 |
+
(7) Formulate policies, plans and procedures for data control and systems management;
|
| 586 |
+
|
| 587 |
+
(8) Act as the central repository of existing and future computer files;
|
| 588 |
+
|
| 589 |
+
(9) Maintain and operate the Department's library; and
|
| 590 |
+
|
| 591 |
+
(10) Establish and maintain a viable information network with other goverament agencies
|
| 592 |
+
|
| 593 |
+
and instrumental
|
| 594 |
+
(b) Administrative and Financial Service
|
| 595 |
+
(1) Provide the Department with economical, efficient and effective services relating to
|
| 596 |
+
|
| 597 |
+
ies.
|
| 598 |
+
|
| 599 |
+
personnel, communication, procurement, supplies, equipment, transportation services,
|
| 600 |
+
collections, disbursement, security and property management;
|
| 601 |
+
|
| 602 |
+
(2) Conduct in-house training; and
|
| 603 |
+
|
| 604 |
+
(3) Provide disbursement, budgeting, accounting, comptrollership and internal audit
|
| 605 |
+
service to the Department.
|
| 606 |
+
|
| 607 |
+
(©) Legal Service
|
| 608 |
+
|
| 609 |
+
(1) Conduct research on such matters brought before the Department’s attention by
|
| 610 |
+
interested parties and offices seeking legal advice, opinion and assistance;
|
| 611 |
+
|
| 612 |
+
(2) Recommend the issuance of opinions and the adoption of policies, rules and
|
| 613 |
+
regulations based on the foregoing;
|
| 614 |
+
|
| 615 |
+
(3) Draft, recommend and review proposed legislative measures;
|
| 616 |
+
|
| 617 |
+
(4) Prepare and maintain and index, compilation, annotation and digest of laws, rules,
|
| 618 |
+
regulations, commission and court decisions relevant to the Department’s mandates;
|
| 619 |
+
|
| 620 |
+
(5) Review proposed contracts and/or agreements of the Department to ensure their
|
| 621 |
+
consistency with existing laws, rules and regulations;
|
| 622 |
+
|
| 623 |
+
(© As Special Counsels duly-deputized by the Office of the Solicitor General (OSG),
|
| 624 |
+
represent the Department in court for the purpose of defending the official acts of its officers and
|
| 625 |
+
employees that were regularly and diligently performed in the course of the normal discharge of
|
| 626 |
+
their functions;
|
| 627 |
+
|
| 628 |
+
(7) Prepare pleadings and other legal documents and submit progress reports on the cases
|
| 629 |
+
handled by them;
|
| 630 |
+
|
| 631 |
+
|
| 632 |
+
(8) Attend and participate in congressional hearings and inter-agency meetings relative to
|
| 633 |
+
the formulation of legislative measures, proposed executive issuances, rules and regulations
|
| 634 |
+
and/or Memoranda of Agreement with other offices and agencies or the private sector; and
|
| 635 |
+
|
| 636 |
+
(9) Provide/extend legal advice assistance to other offices of the Department.
|
| 637 |
+
|
| 638 |
+
SEC. 14. Regional and Field Offices. - Consistent with the requirements of economy
|
| 639 |
+
and efficiency, there shall be established a Regional Office, which shall be headed by a Regional
|
| 640 |
+
Director, in every administrative region and in as many field offices as are necessary: Provided,
|
| 641 |
+
That they are established in accordance with the regional pattern as prescribed by existing laws.
|
| 642 |
+
|
| 643 |
+
SEC. 15, Functions of the Regional Directors and Regional Offices. - While program
|
| 644 |
+
bureaus exercise technical supervision functions over regional counterparts, the Regional
|
| 645 |
+
Director shall be the responsible line official for all Department programs in the administrative
|
| 646 |
+
region, The Regional Director shall be appointed by the President and shall report to the
|
| 647 |
+
Secretary.
|
| 648 |
+
|
| 649 |
+
‘The Regional Office shall perform the following functions:
|
| 650 |
+
|
| 651 |
+
(a) Ensure that Department program-goals are met and that programs are implemented in
|
| 652 |
+
accordance with the duly-adopted policies, standards and guidelines;
|
| 653 |
+
|
| 654 |
+
(b) Ensure the consistency between the overall regional development goals and programs
|
| 655 |
+
and the National Urban Development Strategy and between Department programs and regional
|
| 656 |
+
plans of other government agencies;
|
| 657 |
+
|
| 658 |
+
(c) Directly manage and implement Department programs in the immediate geographic
|
| 659 |
+
area;
|
| 660 |
+
|
| 661 |
+
(@) Direct and evaluate the performance of field offices in the region;
|
| 662 |
+
|
| 663 |
+
(©) Monitor, investigate and assess compliance with approved subdivision and
|
| 664 |
+
condominium plans, endorse and recommend the filing of appropriate charges for violations
|
| 665 |
+
thereof,
|
| 666 |
+
|
| 667 |
+
(© Coordinate with the LGUs with regard to their local urban development, land use and
|
| 668 |
+
shelter plans, and provide the necessary technical assistance on devolved powers related to
|
| 669 |
+
housing and urban planning as mandated by the Local Government Code and other related laws;
|
| 670 |
+
|
| 671 |
+
(g) Administer the registration of homeowners’ associations and condominium
|
| 672 |
+
corporations;
|
| 673 |
+
|
| 674 |
+
(h) Undertake the issuance of certificates of registration and licenses to sell for
|
| 675 |
+
condominium and subdivision projects, and collect fees for the purpose;
|
| 676 |
+
|
| 677 |
+
(@ Advise and coordinate the plans and programs of the Regional and Field Offices of the
|
| 678 |
+
attached agencies and corporations; and
|
| 679 |
+
|
| 680 |
+
|
| 681 |
+
(® Perform such other functions as may be provided for by law and by the Secretary.
|
| 682 |
+
|
| 683 |
+
SEC. 16. Functions of Field Directors and Offices. - A Field Director shall head a
|
| 684 |
+
Field Office and shall be accountable to the Regional Director. The Field Officer shall directly
|
| 685 |
+
administer Department programs in his/her jurisdictional area and shall ensure their proper
|
| 686 |
+
implementation.
|
| 687 |
+
|
| 688 |
+
The field director shall maximize his/her detail in the areas under jurisdiction by closely
|
| 689 |
+
coordinating with the local planning officer, the pertinent sanggunian committee, the Urban Poor
|
| 690 |
+
Affairs Office (UPAO), and the local housing boards, if any, for program monitoring,
|
| 691 |
+
implementation and enforcement.
|
| 692 |
+
|
| 693 |
+
SEC. 17. Relationship Among the Regional and Field Offices of the Department, its
|
| 694 |
+
Attached Agencies and Corporations, and the LGUs. ~ The relationship among the Regional
|
| 695 |
+
and Field Offices of the Department, its attached agencies and corporations, and the LGUs, shall
|
| 696 |
+
be purely coordinative.
|
| 697 |
+
|
| 698 |
+
CHAPTER III
|
| 699 |
+
ATTACHED AGENCIES AND CORPORATIONS
|
| 700 |
+
|
| 701 |
+
SEC. 18. Attached Corporations and Agencies and their Functions, — Any provision of
|
| 702 |
+
Jaw or their respective charters to the contrary notwithstanding, the following corporations and
|
| 703 |
+
agencies are hereby attached to the Department for general supervision, and policy and program
|
| 704 |
+
coordination. They shall continue to operate and function in accordance with their respective
|
| 705 |
+
charters, laws or orders creating them insofar as they are not inconsistent with this Act:
|
| 706 |
+
|
| 707 |
+
(a) Home Guaranty Corporation (HGC);
|
| 708 |
+
|
| 709 |
+
(b) National Housing Authority (NHA);
|
| 710 |
+
|
| 711 |
+
(©) National Home Mortgage Finance Corporation (NHMFC);
|
| 712 |
+
|
| 713 |
+
(d) Home Development Mutual Fund (HDMF);
|
| 714 |
+
|
| 715 |
+
(©) Housing and Land Use Regulatory Board (HLURB), hereby renamed the Housing and
|
| 716 |
+
Urban Development Adjudication Commission (HUDAC).
|
| 717 |
+
|
| 718 |
+
Any and all exemptions from the compensation and position classification provided for
|
| 719 |
+
under Republic Act No. 6758, otherwise known as the “Compensation and Position
|
| 720 |
+
Classification Act of 1989" which were previously granted to any and all of the abovementioned
|
| 721 |
+
attached agencies and corporations, are hereby withdrawn.
|
| 722 |
+
|
| 723 |
+
Any provision of law or the respective charters of the abovementioned corporations and
|
| 724 |
+
agencies to the contrary notwithstanding, the Secretary shall, in a concurrent capacity, be the ex
|
| 725 |
+
officio Chairman of the respective boards of HGCC, NHA, NHMFC and HDMF.
|
| 726 |
+
|
| 727 |
+
|
| 728 |
+
SEC. 19. Reconstitution of the Governing Bodies of Attached Corporations and
|
| 729 |
+
Agencies. — The governing bodies of the corporations and agency attached to the Department are
|
| 730 |
+
hereby reconstituted as follows, any provision of law or their respective charters to the contrary
|
| 731 |
+
notwithstanding:
|
| 732 |
+
|
| 733 |
+
(a) Home Guaranty Corporation (HGC). The Board of Directors of the HGC shall be
|
| 734 |
+
composed of the Secretary as ex officio chairman, the Secretary of Finance as vice chairman, and
|
| 735 |
+
the following as members: the President of the HGC, the Director-General of the NEDA, and
|
| 736 |
+
three (3) others to be appointed by the President of the Philippines, who shall serve for a term of
|
| 737 |
+
five (5) years: Provided, That the person appointed shall be of good moral character, of
|
| 738 |
+
unquestionable integrity, of known probity and patriotism, and with expertise and experience of
|
| 739 |
+
at least ten (10) years in business, finance, and in their professions: Provided, further, That in
|
| 740 |
+
the event of a vacancy, the successor appointed to fill the said vacancy shall serve only the
|
| 741 |
+
unexpired portion of the term of the member he succeeds.
|
| 742 |
+
|
| 743 |
+
(b) National Housing Authority (NHA). The Board of Directors of the NHA shall be
|
| 744 |
+
composed of the Secretary as chairman, the General Manager of the Authority as vice chairman,
|
| 745 |
+
and the following as members; the Secretary of the Department of Interior and Local
|
| 746 |
+
Government (DILG), the Chairman of the National Anti-Poverty Commission, the Chief
|
| 747 |
+
Executive Officer of the NHMFC and two (2) others to be appointed by the President of the
|
| 748 |
+
Philippines, one of whom shall represent the real estate and housing industry and the other shall
|
| 749 |
+
represent of NGOs or POs.
|
| 750 |
+
|
| 751 |
+
(©) National Home Mortgage Finance Corporation (NHMFC). The Board of Directors
|
| 752 |
+
of the NHMFC shall be composed of the Secretary as chairman, the Chief Executive Officer of
|
| 753 |
+
the NHFMC as vice-chairman, and the following as members: the Administrator of the SSS, the
|
| 754 |
+
General Manager of the GSIS, the Chief Executive Officer of the HDMF, and two (2) others to
|
| 755 |
+
be appointed by the President of the Philippines, one of whom shall represent the real estate and
|
| 756 |
+
housing industry and the other shall represent the NGOs or POs.
|
| 757 |
+
|
| 758 |
+
(a) Home Development Mutual Fund (HDMF). The Board of Trustees of the HDMF
|
| 759 |
+
shall be composed of the Secretary as chairman, the Secretary of the Department of Finance
|
| 760 |
+
(DOF) as vice chairman, and the following as members: the Secretary of Department of Budget
|
| 761 |
+
and Management (DBM), the Secretary of the Department of Labor and Employment (DOLE),
|
| 762 |
+
the Chief Executive Officer of the HDMF, two (2) representatives of private employees, two (2)
|
| 763 |
+
representatives of private employers, one (1) representative of government employees, and one
|
| 764 |
+
(1) representative of the real estate and housing industry.
|
| 765 |
+
|
| 766 |
+
|
| 767 |
+
The representatives of the private employers and employees shall each be appointed by
|
| 768 |
+
the President for a term of a term of two (2) years: Provided, however, That of the first set to be
|
| 769 |
+
appointed, one (1) representative of the employees and one (1) representative of the employers
|
| 770 |
+
shall have a term of only one (1) year. The representatives of the government employees and the
|
| 771 |
+
real estate and housing industry shall be appointed by the President for a term of two (2) years.
|
| 772 |
+
CHAPTER IV
|
| 773 |
+
REAL ESTATE ADJUDICATION COMMISSION
|
| 774 |
+
|
| 775 |
+
SEC. 20. Renaming Housing and Land Use Regulatory Board (HLURB). ~The
|
| 776 |
+
HLURB hereby renamed and reconstituted as the Housing and Urban Development Commission
|
| 777 |
+
(HUDAC), which shall be attached to the Department for program and policy coordination and
|
| 778 |
+
administrative supervision.
|
| 779 |
+
|
| 780 |
+
The regulatory functions of the former HLURB shall be performed by the Department
|
| 781 |
+
with the HUDAC retaining the quasi-judicial functions thereof.
|
| 782 |
+
|
| 783 |
+
The Commission shall be composed of a chairman and eight (8) full-time members to be
|
| 784 |
+
appointed by the President, majority of whom shall be members of the Philippine Bar while the
|
| 785 |
+
others shall have a background or experience in urban development planning, management,
|
| 786 |
+
architecture, civil engineering or other related fields. The chairman shall have the rank of a
|
| 787 |
+
Commission Chairman IV while the commissioners shall each have the rank of a Commission
|
| 788 |
+
Member IV. They must have been engaged in the practice of their respective professions or
|
| 789 |
+
specialization or employed in an appropriate officer for a period of at least five (5) years. In
|
| 790 |
+
addition, no person who has been convicted of a crime involving moral turpitude shall be
|
| 791 |
+
appointed as a chairman or a member of the Commission.
|
| 792 |
+
|
| 793 |
+
The incumbent full-time commissioners of the present HLURB shall remain in office
|
| 794 |
+
unless they opt to avail of the retirement and separation benefits provided in Section 38 of this
|
| 795 |
+
Act or are sooner removed for cause.
|
| 796 |
+
|
| 797 |
+
Upon expiration of their terms, they shall be entitled to retire under existing laws, if they
|
| 798 |
+
are so qualified to retire thereunder, or to receive a compulsory retirement gratuity equivalent to
|
| 799 |
+
the total of two (2) times their basic salary as commissioner, for every year of service, whichever
|
| 800 |
+
is higher.
|
| 801 |
+
|
| 802 |
+
The Commission may set en banc or in three (3) divisions, each composed of three (3)
|
| 803 |
+
members. The Commission shall sit en banc only for purposes of promulgating rules and
|
| 804 |
+
regulations governing the hearing and disposition of cases before any of its divisions and
|
| 805 |
+
regional branches, hearing and disposition of motions for reconsideration and formulating
|
| 806 |
+
policies affecting its administration and operations. The Commission shall exercise its
|
| 807 |
+
|
| 808 |
+
|
| 809 |
+
adjudicatory and all other powers, functions and duties through its divisions: Provided, That the
|
| 810 |
+
commission sitting en banc may, on temporary or emergency basis, allow cases within the
|
| 811 |
+
jurisdiction of any division to be heard and decided by any other division whose docket allows
|
| 812 |
+
the additional workload and such transfer will not expose litigants to unnecessary additional
|
| 813 |
+
expense.
|
| 814 |
+
|
| 815 |
+
The concurrence of two (2) commissioners of a division shall be necessary for the
|
| 816 |
+
pronouncement of judgment or resolution. Whenever the required members in a division is not
|
| 817 |
+
complete and the concurrence of two (2) commissioners to arrive at a judgment or resolution
|
| 818 |
+
cannot be obtained, the chairman shall designate such number of additional commissioners from
|
| 819 |
+
the other divisions as may be necessary.
|
| 820 |
+
|
| 821 |
+
The conclusions of a division on any case submitted to it for decision shall be reached in
|
| 822 |
+
consultation before the case is assigned to a member for the writing of the decision. It shall be
|
| 823 |
+
mandatory for the division to meet for purposes of the consultation ordained herein. A
|
| 824 |
+
certification to this effect signed by the presiding commissioner of the division shall be issued
|
| 825 |
+
and a copy thereof attached to the record of the case and served upon parties.
|
| 826 |
+
|
| 827 |
+
The Commission, when sitting en banc shall be assisted by the executive clerk and, when
|
| 828 |
+
acting through its divisions, by the division executive clerks in the performance of such similar
|
| 829 |
+
or equivalent functions and duties as are discharged by the Clerk of Court and Deputy Clerks of
|
| 830 |
+
Court of the Court of Appeals.
|
| 831 |
+
|
| 832 |
+
SEC. 21. Term and Compensation. - The members of the HUDAC shall be appointed
|
| 833 |
+
for a term of six (6) years and without reappointment. Appointment to any vacancy shall be only
|
| 834 |
+
for the unexpired term of the predecessor and shall receive the same salaries and emoluments of
|
| 835 |
+
a Commissioner of the National Labor Relations Commission (NLRC).
|
| 836 |
+
|
| 837 |
+
SEC. 22. Power and Authority of the Commission, - In the exercise of its judicial
|
| 838 |
+
functions, the HUDAC shall be governed by the principles of justice, equity and fairness. It shall
|
| 839 |
+
act as an impartial and independent tribunal and shall render judgment in accordance with law,
|
| 840 |
+
evidence and merit of the case. In particular, the HUDAC shall have the following powers and
|
| 841 |
+
authorities:
|
| 842 |
+
|
| 843 |
+
(a) Promulgate rules and regulations governing the hearing and disposition of cases filed
|
| 844 |
+
before it and those pertaining to its internal functions and such other regulations as may be
|
| 845 |
+
necessary to carry out the purposes of this Act: Provided, That it shall not be bound by technical
|
| 846 |
+
rules of procedures but shall proceed to hear and decide all cases, disputes or controversies in a
|
| 847 |
+
most expeditious manner, employing all reasonable means to ascertain the facts of every case
|
| 848 |
+
|
| 849 |
+
|
| 850 |
+
including conducting clarificatory hearing, if necessary, in accordance with justice, equity and
|
| 851 |
+
merit;
|
| 852 |
+
|
| 853 |
+
(6) Exercise exclusive appellate jurisdiction over all cases decided by the housing and
|
| 854 |
+
urban development arbiters. However, the Secretary may assume jurisdiction over any
|
| 855 |
+
complaint or case and decide the same or certify such case for decision by the Commission if, in
|
| 856 |
+
his opinion, he believes that the controversy involves massive fraud or unsound business
|
| 857 |
+
practices or critical socioeconomic or environmental considerations that has serious potential
|
| 858 |
+
impact on the interests of the sector of the general welfare;
|
| 859 |
+
|
| 860 |
+
(c) Administer oaths, summon the parties to a controversy, issue subpoenas requiring
|
| 861 |
+
attendance and testimony of witnesses or the production of such books, papers, contracts,
|
| 862 |
+
records, agreements, and other documents of similar nature as may be material to a just
|
| 863 |
+
determination of the matter under investigation or hearing conducted in pursuance under this
|
| 864 |
+
Act;
|
| 865 |
+
|
| 866 |
+
(d) Issue cease and desist orders, preliminary or permanent injunctions, whether
|
| 867 |
+
prohibitory or mandatory, in all cases in which it has jurisdiction, and in which the pertinent
|
| 868 |
+
provisions of the rules of civil procedures shall apply;
|
| 869 |
+
|
| 870 |
+
(©) Hold any person in contempt, directly of indirectly, and impose appropriate penalties
|
| 871 |
+
therefore;
|
| 872 |
+
|
| 873 |
+
(f) Impose administrative fines and/or penalties for violation of this Act, Republic Act
|
| 874 |
+
No. 7279, and other laws implemented by the HUDAC, including pertinent rules and regulations,
|
| 875 |
+
orders, decisions and rulings: Provided, That the maximum imposable fined or penalties shall
|
| 876 |
+
not exceed Five hundred thousand pesos (P500,000.00);
|
| 877 |
+
|
| 878 |
+
(g) To establish offices to cover as many provinces and cities, whenever and wherever it
|
| 879 |
+
may b expedient, necessary and feasible;
|
| 880 |
+
|
| 881 |
+
(h) Deputize any law enforcement agency in the execution of its final orders, rulings or
|
| 882 |
+
decisions;
|
| 883 |
+
|
| 884 |
+
(i) Directly utilize income generated from fees, fines, charges and other collections in the
|
| 885 |
+
performance of its functions to defray operating expenses and provide allowances for its
|
| 886 |
+
personnel;
|
| 887 |
+
|
| 888 |
+
@) Issue writs, orders to execute demolition, or seizure or closure of property in
|
| 889 |
+
accordance with its decision; and
|
| 890 |
+
|
| 891 |
+
(k) Exercise such other powers as implied, necessary or incidental to the carrying out the
|
| 892 |
+
express powers granted to the HUDEC or to achieve the objectives and purposes of this Act, and
|
| 893 |
+
other laws implemented by the Commission,
|
| 894 |
+
|
| 895 |
+
|
| 896 |
+
The Chairman, aided by the Executive Clerk Court IV shall have administrative
|
| 897 |
+
supervision over the Commission and its regional branches and all its personnel including the
|
| 898 |
+
Housing and Urban Development Arbiters.
|
| 899 |
+
|
| 900 |
+
SEC. 23. Jurisdiction of the Housing and Urban Development Arbiters. - The Housing
|
| 901 |
+
and Urban Development Arbiters shall exercise have original and exclusive jurisdiction to hear
|
| 902 |
+
and decide cases of the following:
|
| 903 |
+
|
| 904 |
+
(@) On Real Estate
|
| 905 |
+
|
| 906 |
+
(1) Unsound and fraudulent real estate business practices;
|
| 907 |
+
|
| 908 |
+
(2) Claims for refund against project owners, developers, dealers, brokers or
|
| 909 |
+
salespersons;
|
| 910 |
+
|
| 911 |
+
(3) Specific performance of contractual and statutory obligations filed by buyers of
|
| 912 |
+
|
| 913 |
+
subdivision lots or condominium units against the owner, developer, dealer, broker or
|
| 914 |
+
salesperson;
|
| 915 |
+
|
| 916 |
+
(4) Squatting on subdivision lots;
|
| 917 |
+
|
| 918 |
+
(5) Disputes involving buyer-financing agreements with any financing institution for
|
| 919 |
+
condominium/subdivision projects;
|
| 920 |
+
|
| 921 |
+
(6) Easements or rights of way affecting or involving subdivision and condominium
|
| 922 |
+
projects;
|
| 923 |
+
|
| 924 |
+
(7) Disputes between: (i) landowners and developers, and (ii) banks and developers,
|
| 925 |
+
whenever the interest of buyers of subdivision lots, or house and lots, or condominium units are
|
| 926 |
+
involved;
|
| 927 |
+
|
| 928 |
+
(8) Partial redemption and release of mortgage titles of subdivision lots and condominium
|
| 929 |
+
units;
|
| 930 |
+
|
| 931 |
+
(9) Disputes involving easements of waterways, drainage, connections to public utilities,
|
| 932 |
+
and light and view affecting subdi
|
| 933 |
+
|
| 934 |
+
(10) Disputes involving homeowners’ associations and condominium corporations,
|
| 935 |
+
|
| 936 |
+
sion and condominium projects;
|
| 937 |
+
|
| 938 |
+
whether intra-corporate or inter-corporate;
|
| 939 |
+
|
| 940 |
+
(11) Claims of brokers and/or salespersons for unpaid commissions for sales of
|
| 941 |
+
condominium and/or subdivision projects and all other real estate brokerage transactions;
|
| 942 |
+
|
| 943 |
+
(12) Disputes between lessors and lessees affecting subdivision and condominium units;
|
| 944 |
+
|
| 945 |
+
(13) Cases filed by the subdivision or condominium owners or developers and mortgage
|
| 946 |
+
financing institutions against lot or unit buyers for collections of unpaid amortizations; and
|
| 947 |
+
|
| 948 |
+
(14) Other related cases arising ftom contractual or statutory obligations of owners,
|
| 949 |
+
dealers, brokers or salespersons towards lot or unit buyers.
|
| 950 |
+
|
| 951 |
+
|
| 952 |
+
(b) On Housing and Land Use Planning and Regulation
|
| 953 |
+
|
| 954 |
+
Complaints in areas without local zoning administrators and/or local zoning boards of
|
| 955 |
+
appeals involving: (i) opposition to any land use or development project; and (ji( petitions for
|
| 956 |
+
recall or revocation of the grant by a local government official of any zoning or locational
|
| 957 |
+
clearance permit, both on the ground that the same is violative of land use planning laws and/or
|
| 958 |
+
zoning ordinances.”
|
| 959 |
+
|
| 960 |
+
(©) On Shelter Rights
|
| 961 |
+
|
| 962 |
+
(@) Violations of the provisions of the Urban Development and Housing Act (Republic
|
| 963 |
+
‘Act No. 7279), including but not limited to the following:
|
| 964 |
+
|
| 965 |
+
(1.1) Just and humane eviction/demolition procedure under Section 28 and pertinent
|
| 966 |
+
implementing rules and regulations,
|
| 967 |
+
|
| 968 |
+
(1.2) Prohibition against professional squatters and squatting syndicates under Section 27
|
| 969 |
+
and pertinent implementing rules and regulations;
|
| 970 |
+
|
| 971 |
+
(1.3) Inventory of lands under Section 7 and pertinent implementing rules and
|
| 972 |
+
regulations;
|
| 973 |
+
|
| 974 |
+
(1.4) Identification of sites for socialized housing under Section 8 and pertinent
|
| 975 |
+
implementing rules and regulations;
|
| 976 |
+
|
| 977 |
+
(1.5) Limitations on the disposition of land for socialized housing under Section 14 and
|
| 978 |
+
pertinent implementing rules and regulations;
|
| 979 |
+
|
| 980 |
+
(1.6) Registration of socialized housing beneficiaries under Section 17 and pertinent
|
| 981 |
+
implementing rules and regulations; and
|
| 982 |
+
|
| 983 |
+
(1.7) Balanced housing development under Section 18 and pertinent rules and
|
| 984 |
+
regulations.
|
| 985 |
+
|
| 986 |
+
(2) All ejectment cases where the party defendants are underprivileged and homeless
|
| 987 |
+
citizens as defined by the UDHA (Republic Act No. 7279) or a duly registered association whose
|
| 988 |
+
members are underprivileged and homeless citizens as defined by the UDHA (Republic Act No.
|
| 989 |
+
7279).
|
| 990 |
+
|
| 991 |
+
SEC. 24. Criminal Prosecution. — Criminal prosecution for violation of housing laws
|
| 992 |
+
and regulations shall be instituted before regular courts with appropriate jurisdiction.
|
| 993 |
+
|
| 994 |
+
SEC. 25. Housing and Urban Development Arbiters, Qualifications and
|
| 995 |
+
Compensation, — The Secretary, upon recommendation of the chairman of the Commission,
|
| 996 |
+
shall appoint housing and urban development arbiter as the needs of the service may require for
|
| 997 |
+
cach administrative region. No person shall be appointed housing and urban development
|
| 998 |
+
arbiters unless he has been a member of the Philippine Bar at least five (5) years with at least two
|
| 999 |
+
|
| 1000 |
+
20
|
| 1001 |
+
|
| 1002 |
+
|
| 1003 |
+
(2) years experience or exposure in the field of housing, real estate and/or land use planning and
|
| 1004 |
+
zoning.
|
| 1005 |
+
|
| 1006 |
+
‘The Housing and Urban Development Arbiters shall receive an annual salary and be
|
| 1007 |
+
entitled to the allowances and benefits equivalent to the salaries, allowed and benefits of labor
|
| 1008 |
+
arbiters of the National Labor Relations Commission.
|
| 1009 |
+
|
| 1010 |
+
SEC. 26. Sheriff. The Commission shall appoint a sheriff or such number of sheriffs in
|
| 1011 |
+
its central and regional branches. No person shall be appointed to the position of sheriff unless
|
| 1012 |
+
he is a second grade civil service cligible and has finished at least two (2) years of college. The
|
| 1013 |
+
sheriff shall be responsible for the service or execution of all writs, summons and orders and
|
| 1014 |
+
other process of the Commission.
|
| 1015 |
+
|
| 1016 |
+
SEC. 27. Appearances. - A lawyer appearing for a party is presumed to be properly
|
| 1017 |
+
authorized for that purpose. A non-lawyer may appear before the HUDAC or the Housing Urban
|
| 1018 |
+
Development Arbiter only if: (a) he/she represents himself/herself as party to the case; or (b)
|
| 1019 |
+
he/she represents an organization: Provided, That he/she shall be made to present written proof
|
| 1020 |
+
that he/she is properly authorized.
|
| 1021 |
+
|
| 1022 |
+
SEC. 28, Appeals, - Decisions, awards or orders of the Housing Urban Development
|
| 1023 |
+
Arbiter shall be final and executory unless appealed to the HUDAC wit
|
| 1024 |
+
from receipt of such decisions, awards or orders.
|
| 1025 |
+
|
| 1026 |
+
Decisions of the Commission shall be appealable only to the Court of Appeals by way of
|
| 1027 |
+
a petition for review within fiftecn (15) days from notice of judgment, award or order, pursuant
|
| 1028 |
+
to Rule 43 of the 1997 Rules of Civil Procedure.
|
| 1029 |
+
|
| 1030 |
+
SEC. 29. Prohibition Against Restraining Order or Injunction. - No court of the
|
| 1031 |
+
Philippines except the Supreme Court and Court of Appeals shall have jurisdiction to issue any
|
| 1032 |
+
|
| 1033 |
+
in ten (10) calendar days
|
| 1034 |
+
|
| 1035 |
+
restraining order or writ of preliminary or permanent injunction against the HUDAC or its
|
| 1036 |
+
regional offices in any case, dispute or controversy arising from, necessary to, or in connection
|
| 1037 |
+
with the application, implementation, enforcement or interpretation of this Act and other
|
| 1038 |
+
pertinent laws on housing and eviction/demolition procedures.
|
| 1039 |
+
|
| 1040 |
+
SEC. 30. Pending Cases, — All cases pending in court not within the original and
|
| 1041 |
+
exclusive jurisdiction of the former HLURB as defined under Presidential Decree No. 957 as
|
| 1042 |
+
amended by Executive Order No. 648 shall continue to be heard, tried and decided into their
|
| 1043 |
+
finality: Provided, That enforcement of decisions in pending ejectment cases which eventually
|
| 1044 |
+
violate Section 28 of Republic Act No. 7279 may be subjected to the original and exclusive
|
| 1045 |
+
jurisdiction of the HUDAC.
|
| 1046 |
+
|
| 1047 |
+
21
|
| 1048 |
+
|
| 1049 |
+
|
| 1050 |
+
CHAPTER V
|
| 1051 |
+
PUBLIC ESTATES AUTHORITY
|
| 1052 |
+
|
| 1053 |
+
SEC. 31. Public Estates Authority (PEA). — In addition to the existing mandate of the
|
| 1054 |
+
PEA created under Presidential Decree No. 1084, as amended by Executive Order No. 525,
|
| 1055 |
+
(series of 1979) and Executive Order No. 654 (series of 1981), the PEA is hereby mandated to
|
| 1056 |
+
ensure that its programs and projects are in accordance with the broader objective of the national
|
| 1057 |
+
urban development and housing framework. In coordination with the Department, the PEA shall
|
| 1058 |
+
undertake the development of new towns with complete basic facilities in urbanizable and
|
| 1059 |
+
urbanizing areas including growth areas to decongest existing urban communities.
|
| 1060 |
+
|
| 1061 |
+
The governing board of the PEA is hereby reconstituted to include the Secretary of the
|
| 1062 |
+
Department of Housing and Urban Development and the Secretary of the DILG as ex-officio
|
| 1063 |
+
members,
|
| 1064 |
+
|
| 1065 |
+
CHAPTER VI
|
| 1066 |
+
SHELTER FINANCE
|
| 1067 |
+
|
| 1068 |
+
SEC. 32. Housing Assistance for HDMF, SSS and GSIS Members. — As provided for
|
| 1069 |
+
in their respective charters, the HDMF, SSS and GSIS shall allocate annually funds to implement
|
| 1070 |
+
home lending and housing assistance programs which qualified members of these institutions
|
| 1071 |
+
may avail of. For this purpose, the HDMF, SSS and GSIS shall provide annually the maximum
|
| 1072 |
+
limit of their investible funds for their housing programs. Any provision to the contrary
|
| 1073 |
+
notwithstanding, the integrity and character of the funds of the SSS, GSIS and HDMF for the
|
| 1074 |
+
benefit of its members shall not be prejudiced.
|
| 1075 |
+
|
| 1076 |
+
‘The funds allocated shall be used exclusively for home financing and no part thereof shall
|
| 1077 |
+
be used for administrative or operating expenses of these institutions.
|
| 1078 |
+
|
| 1079 |
+
New members of the HDMF shall be allowed to pay the required two (2)-year
|
| 1080 |
+
membership contribution in lump sum to immediately quality for home lending and housing
|
| 1081 |
+
assistance programs.
|
| 1082 |
+
|
| 1083 |
+
Within thirty (30) days from the effectivity of this Act, the HDMF, SSS and GSIS shall
|
| 1084 |
+
jointly formulate the policies and specific terms that will govern implementation of their
|
| 1085 |
+
respective facilities for Retail Loan and Development Loan Programs. The same guidelines shall
|
| 1086 |
+
be adopted by goverment and private financial institutions implementing retail and
|
| 1087 |
+
developmental home financing programs.
|
| 1088 |
+
|
| 1089 |
+
SEC. 33. Social Housing Fund. — There is hereby established a Social Housing Fund
|
| 1090 |
+
(SHF) composed of the following fund sources:
|
| 1091 |
+
|
| 1092 |
+
|
| 1093 |
+
(@) Amounts provided for socialized housing under the annual General Appropriations
|
| 1094 |
+
Act;
|
| 1095 |
+
|
| 1096 |
+
(b) Fifty percent (50%) of the twelve percent (12%) of all proceeds of any sale, after
|
| 1097 |
+
deducting all expenses related to the sale, portions of military camps as provided in Republic Act
|
| 1098 |
+
No. 7227, as amended;
|
| 1099 |
+
|
| 1100 |
+
(c) Loans, grants, bequests and donations, whether form local or foreign sources;
|
| 1101 |
+
|
| 1102 |
+
(@) Proceeds form forfeited customs bonds; and
|
| 1103 |
+
|
| 1104 |
+
() Ten percent (10%) of the mandatory annual contributions of the Philippine Charity
|
| 1105 |
+
Sweepstakes Office (PCSO) to the charity fund as provided for in Section 6 of Republic Act No.
|
| 1106 |
+
1169 shall be channeled to this fund.
|
| 1107 |
+
|
| 1108 |
+
In addition, Sixty-Five billion pesos (P65,000,000,000.00) form the unused portion of the
|
| 1109 |
+
Agri-Agra funds of banks to be accessed over a period of four (4) years from the effectivity of
|
| 1110 |
+
this Act shall be invested in low-cost and socialized housing.
|
| 1111 |
+
|
| 1112 |
+
The SHF shall be administered by the Department and shall be allocated solely for
|
| 1113 |
+
housing programs for the low-income group of the informal sector such as squatter relocation,
|
| 1114 |
+
sites and services program, urban renewal, rental housing, land banking and livelihood assistance
|
| 1115 |
+
programs in resettlement areas. The programs and projects that will be funded under said fund
|
| 1116 |
+
and the implementing bureau or agency shall be determined by the Department,
|
| 1117 |
+
|
| 1118 |
+
CHAPTER VII
|
| 1119 |
+
TRANSITORY PROVISIONS
|
| 1120 |
+
|
| 1121 |
+
SEC. 34. Transfer of Powers and Functions. — Within six (6) months after the approval
|
| 1122 |
+
of this Act, the powers and functions of the HUDCC shall be transferred to the Department. The
|
| 1123 |
+
foregoing transfer of powers and functions shall include all applicable funds and appropriations,
|
| 1124 |
+
records, equipment, property and personnel as may be necessary. The same shall apply to
|
| 1125 |
+
agencies and government units which have not been abolished but whose functions have been
|
| 1126 |
+
transferred to the Department except the assets, pertinent funds, records, property, equipment and
|
| 1127 |
+
personnel of the housing and land use regulatory board needed for adjudicatory and related
|
| 1128 |
+
support functions, All purely government functions being performed by the HULRB shall be
|
| 1129 |
+
transferred to the Department. Likewise, all existing powers and functions of these agencies in
|
| 1130 |
+
their charters which are inherent and incidental to their corporate mandates shall be retained with
|
| 1131 |
+
the concerned agencies.
|
| 1132 |
+
|
| 1133 |
+
All ex-officio functions of the Chairman of the HUDCC are likewise transferred to the
|
| 1134 |
+
Secretary.
|
| 1135 |
+
|
| 1136 |
+
23
|
| 1137 |
+
|
| 1138 |
+
|
| 1139 |
+
SEC. 35. Transfer of Rights, Assets, and Liabilities. - The Department shall, by virtue
|
| 1140 |
+
of this Act, be subrogated to all rights and assume all the liabilities of the HUDCC and all other
|
| 1141 |
+
agencies, or government units whose functions and powers have been transferred to the
|
| 1142 |
+
Department, and all their funds, records, property, assets, equipment and such personnel, as may
|
| 1143 |
+
be necessary, including unexpended appropriations and/or allocations except the assets, pertinent
|
| 1144 |
+
funds, records, property, equipment and personnel of the Housing and Land use Regulatory
|
| 1145 |
+
Board needed for adjudicatory and related support functions. All contracts and liabilities of the
|
| 1146 |
+
said offices are hereby transferred to and assumed by the Department and shall be acted upon in
|
| 1147 |
+
accordance with the Auditing Code and other pertinent laws, rules, and regulations: Provided,
|
| 1148 |
+
That existing officers and employees of said agencies/corporations, shall continue to assume
|
| 1149 |
+
their posts in holdover capacity until their new appointments are issued.
|
| 1150 |
+
|
| 1151 |
+
SEC. 36. Rationalization or Transfer of Functions of Attached or Related Agencies. —
|
| 1152 |
+
The land use planning and enforcement functions including monitoring and issuance of licenses
|
| 1153 |
+
and permits of the HLURB as provided for under Sections 5a, 5b, Sc, 5d, 5g and Sh of Executive
|
| 1154 |
+
Order No. 648 and similar provisions in Executive Order No. 90; the implementation of the pre-
|
| 1155 |
+
relocation, and post-relocation activities mentioned in Section 12 (e) 4 of this Act, as provided
|
| 1156 |
+
for in Section 28 of R.A. No. 7279; and the powers, authorities and responsibilities vested in the
|
| 1157 |
+
HLURB with respect to the registration of homeowners’ associations as provided for under
|
| 1158 |
+
Section 26 of Republic Act No.8763 shall be transferred to the Department,
|
| 1159 |
+
|
| 1160 |
+
SEC. 37. Structure and Staffing Pattern, - Except for the position of Secretary,
|
| 1161 |
+
Undersecretary, and Assistant Secretary, there shall be no hiring of new personnel for the
|
| 1162 |
+
Department. Within ninety (90) days from the effectivity of this Act, the Secretary shall
|
| 1163 |
+
formulate and submit to the Oversight Committee for its review and approval the Department's
|
| 1164 |
+
proposed organizational structure and staffing pattern that shall ensure that there is no
|
| 1165 |
+
duplication of functions between the Department and its attached agencies. After the Oversight’s
|
| 1166 |
+
review and approval, the proposed organizational structure and staffing pattern of the
|
| 1167 |
+
Department shall be submitted to the President for final approval through the DBM within ninety
|
| 1168 |
+
(90) days.
|
| 1169 |
+
|
| 1170 |
+
The Oversight Committee shall be composed of the following:
|
| 1171 |
+
|
| 1172 |
+
(a) The Chairperson of the Senate Committee on Housing, Resettlement and Urban
|
| 1173 |
+
Planning, and the House Committee on Government Reorganization, as co-Chairpersons; and
|
| 1174 |
+
|
| 1175 |
+
(b) The Chairpersons of the Senate Committee on Finance and the House Committee on
|
| 1176 |
+
Housing and Urban Development, the House Committee on Government Enterprises and
|
| 1177 |
+
Privatization, and the House Committee on Appropriations, as members.
|
| 1178 |
+
|
| 1179 |
+
|
| 1180 |
+
The authorized positions created therein shall be filled by regular appointment by the
|
| 1181 |
+
President or the Secretary, as the case may be: Provided, That in the filling of positions created,
|
| 1182 |
+
the Secretary shall create an ad hoc committee composed of management and staff of the
|
| 1183 |
+
concemed agencies to ensure that preference shall be given to the personnel of the corporations
|
| 1184 |
+
or agencies affected by the restructuring provided in this Act: Provided, further, That such
|
| 1185 |
+
individuals comply with the qualification standards set by the Civil Service Commission (CSC)
|
| 1186 |
+
for the positions they shall be appointed to: Provided, finally, That if such individuals possess the
|
| 1187 |
+
same qualifications, seniority shall be given priority.
|
| 1188 |
+
|
| 1189 |
+
SEC, 38. Separation from the Service. - Employees separate and/or phased-out form
|
| 1190 |
+
the service as a result of the abolition and/or reorganization under the provisions of this Act shall
|
| 1191 |
+
within six (6) months from their separation and/or phase-out from the service receive a
|
| 1192 |
+
separation pay equivalent to two (2) times the monthly basic salary for every year of service in
|
| 1193 |
+
the government and the refund of their personal contribution plus interest including the
|
| 1194 |
+
government share to the GSIS. In addition, those who are qualified to retire shall be allowed to
|
| 1195 |
+
retire and be entitled to all benefits provided, under any of the existing retirement laws. The
|
| 1196 |
+
miscellaneous personnel benefits, the organization adjustment, and corporate funds maybe used
|
| 1197 |
+
to fund the purpose.
|
| 1198 |
+
|
| 1199 |
+
CHAPTER VIII
|
| 1200 |
+
FUNDING
|
| 1201 |
+
|
| 1202 |
+
SEC. 39. Appropriations. - The amount needed for the initial implementation of this
|
| 1203 |
+
Act shall be charged against the current year’s appropriations of HUDCC and all corporations
|
| 1204 |
+
herein attached to the Department. Thereafter, such sums as may be necessary for the continued
|
| 1205 |
+
implementation of this Act shall be included in the annual General Appropriations Act.
|
| 1206 |
+
|
| 1207 |
+
SEC. 40, Additional Funding. — Subject to existing rule and regulations, the funds and
|
| 1208 |
+
monies or which otherwise come into possession of the Department and its bureaus from fees,
|
| 1209 |
+
surcharges, fines and penalties which the Department and its bureaus may impose and collect
|
| 1210 |
+
under this Act, as well as an amount to be determined at the beginning of every calendar year
|
| 1211 |
+
representing twenty percent (20%) of the outstanding balance of the funds and monies shall be
|
| 1212 |
+
deposited as a special account in the General Fund and shall be disbursed for expenses necessary
|
| 1213 |
+
for the effective discharge of the powers and functions of the Department under this Act, except
|
| 1214 |
+
personal services requirements.
|
| 1215 |
+
|
| 1216 |
+
CHAPTER IX
|
| 1217 |
+
MISCELLANEOUS AND FINAL PROVISIONS
|
| 1218 |
+
|
| 1219 |
+
25
|
| 1220 |
+
|
| 1221 |
+
|
| 1222 |
+
SEC. 41. Social Housing One Stop Processing Centers, — For purposes of socialized,
|
| 1223 |
+
low cost, economic and middle-income housing development, the Department shall establish
|
| 1224 |
+
Social Housing One-Stop Processing Centers (SHOPCs) in the regions, which shall centralize
|
| 1225 |
+
the processing and issuance of all required permits, clearances and licenses: Provided, That for
|
| 1226 |
+
the foregoing purpose, the respective ceilings for socialized, low cost/economic and middle-
|
| 1227 |
+
income housing shall be jointly determined by the Department and the NEDA: Provided,
|
| 1228 |
+
Further, That at any time, but not more often than once every two (2) years, such ceilings may
|
| 1229 |
+
be reviewed or revised to conform to prevailing economic conditions. All agencies involved in
|
| 1230 |
+
the issuance of said permits, clearances and licenses shall be represented in the SHOPC and shall
|
| 1231 |
+
assign to SHOPC regional centers personnel who shall be sufficiently authorized to process and
|
| 1232 |
+
issue the same.
|
| 1233 |
+
|
| 1234 |
+
SEC. 42. Identification and Designation of Lands for Housing and Urban
|
| 1235 |
+
Development, - The Department of Housing and Urban Development (DHUD), the Department
|
| 1236 |
+
of Agrarian Reform (DAR) and the Department of Agriculture (DA) shall, within ninety (90)
|
| 1237 |
+
days from effectivity of this Act, jointly identify agricultural lands which under Republic Act
|
| 1238 |
+
No, 6657, otherwise known as the Comprehensive Agrarian Reform Law, and other existing
|
| 1239 |
+
laws, rules and regulations are already exempted from conversion requirements and which can be
|
| 1240 |
+
devoted for housing and urban development purposes: Provided, That the list shall exclude
|
| 1241 |
+
lands that are declared as non-negotiable for or protected from conversion under existing laws
|
| 1242 |
+
and issuances and those lands covered under Republic Act No. 6657: Provided, further, That the
|
| 1243 |
+
designation of lands for housing and urban development purposes shall neither prejudice the
|
| 1244 |
+
rights of qualified beneficiaries under Republic Act No. 6657 nor undermine the protected
|
| 1245 |
+
agricultural areas intended to ensure the attainment of food security under Republic Act No.
|
| 1246 |
+
8435, otherwise known as the Agriculture and Fisheries Modernization Act (AFMA) and other
|
| 1247 |
+
existing laws: Provided, finally, That in the case of lands exempted from conversion and those
|
| 1248 |
+
whose application for conversion has been approved by the DAR, the applicant shall be allowed
|
| 1249 |
+
to proceed with any horizontal or vertical development without need for any prior clearance or
|
| 1250 |
+
approval form the DAR or DA consistent with the terms of the approved order of conversion.
|
| 1251 |
+
|
| 1252 |
+
SEC. 43. Creation of an Advisory Committee, - The Department, within thirty (30) days
|
| 1253 |
+
from the effectivity of this Act, an advisory committee consisting of key representatives from the
|
| 1254 |
+
urban poor organizations and other marginalized groups, non-government organizations,
|
| 1255 |
+
academe, private sector, local government, the Presidential Commission for the Urban Poor
|
| 1256 |
+
(PCUP), and national government agencies shall be created to provide a forum for broader sector
|
| 1257 |
+
|
| 1258 |
+
participation and dialogue on key housing and urban development issues and policies. The
|
| 1259 |
+
|
| 1260 |
+
26
|
| 1261 |
+
|
| 1262 |
+
|
| 1263 |
+
representatives of the urban poor and other marginalized groups shall be selected by their
|
| 1264 |
+
respective National Anti-Poverty Commission (NAPC) sectoral councils.
|
| 1265 |
+
|
| 1266 |
+
SEC. 44, Disclosure and Divestment of Financial Interest, — Before assumption into
|
| 1267 |
+
office, the Secretary, the Undersecretaries and the Assistant Secretaries shall submit to the CSC a
|
| 1268 |
+
list all companies, partnerships or business enterprises, including non-profit organizations, in
|
| 1269 |
+
which they or any immediate member of their families within the second degree of consanguinity
|
| 1270 |
+
or affinity, have any form of financial interest or employment relationship, including
|
| 1271 |
+
consultancy: Provided, However, That all other forms of employment relationship held by the
|
| 1272 |
+
heads of the Offices of the Department shall be immediately terminated upon assumption into
|
| 1273 |
+
office.
|
| 1274 |
+
|
| 1275 |
+
Within thirty (30) days thereafter, complete divestment of financial interests in any
|
| 1276 |
+
institution, form or company which falls under the supervisory or regulatory jurisdiction of the
|
| 1277 |
+
Department shall be made: Provided, However, That in cases where confirmation of
|
| 1278 |
+
appointments by the Commission of Appointments is required, the divestment, mandated herein
|
| 1279 |
+
shall be complied within thirty (30) days after such confirmation.
|
| 1280 |
+
|
| 1281 |
+
‘The divestment provided in the preceding paragraph shall likewise apply to the members
|
| 1282 |
+
or the immediate members of their families within the second degree of consanguinity having
|
| 1283 |
+
interest in any institution or activity which falls under the regulatory jurisdiction and supervision
|
| 1284 |
+
of the Department and the attached agencies and corporations.
|
| 1285 |
+
|
| 1286 |
+
SEC. 45. Relationship with Other Government Departments. — The Department and its
|
| 1287 |
+
priority projects shall enjoy preferential attention from the DENR, DAR, DA, Department of
|
| 1288 |
+
Justice and the LGUs, relative to the issuance of necessary permits and licenses necessary for the
|
| 1289 |
+
implementation of housing and urban development programs and projects.
|
| 1290 |
+
|
| 1291 |
+
Upon request of the Department or any of its bureaus, all government agencies with
|
| 1292 |
+
functions relative to the approval of the projects of the Departments or its duly authorized and
|
| 1293 |
+
endorsed entities, whether government or private, shall act upon and resolve the matter within
|
| 1294 |
+
ten (10) working calendar days. Toward this end, the Secretary with the approval of the
|
| 1295 |
+
President may establish an inter-agency Secretariat for the purpose of expediting the approval of
|
| 1296 |
+
said projects,
|
| 1297 |
+
|
| 1298 |
+
SEC. 46. Mandatory Review Two (2) Years After the Enactment of this Act. ~ The
|
| 1299 |
+
Department shall review the charters and mandates of attached agencies and corporations and
|
| 1300 |
+
recommend the necessary legislation to ensure consistency with the policy of this Act and avoid
|
| 1301 |
+
duplication of functions or any other dysfunction among the attached agencies and corporations.
|
| 1302 |
+
|
| 1303 |
+
27
|
| 1304 |
+
|
| 1305 |
+
|
| 1306 |
+
SEC. 47. Formulation of the Implementing Rules and Regulations. — Within three (3)
|
| 1307 |
+
months after the approval of this Act, the President shall convene an Inter-Agency Committee
|
| 1308 |
+
that shall formulate and issue the appropriate rules and regulations necessary for the efficient and
|
| 1309 |
+
effective implementation of any and all provisions of this Act, including applicable existing
|
| 1310 |
+
housing laws, formation of homeowners association to manage subdivision and condominium
|
| 1311 |
+
projects and availment of loans on terms easily affordable to all.
|
| 1312 |
+
|
| 1313 |
+
The Inter-Agency Committee shall be composed of the following:
|
| 1314 |
+
|
| 1315 |
+
(a) The Secretary of the DHUD, as Chairman;
|
| 1316 |
+
|
| 1317 |
+
(b) The Secretaries of DOF, DILG, DAR, and DENR;
|
| 1318 |
+
|
| 1319 |
+
(©) The heads of the GSIS, SSS, NHA, NHMFC, REAC, HDMF, and HGC;
|
| 1320 |
+
|
| 1321 |
+
(d) The Chairpersons of the Senate Committees on Finance and Housing, Resettlement
|
| 1322 |
+
and Urban Planning; and House Committee on Government Reorganization, Housing and Urban
|
| 1323 |
+
Development, Government Enterprises and Privatization and Appropriations;
|
| 1324 |
+
|
| 1325 |
+
(©) Two (2) representatives each from the dominant urban poor organization and NGOs,
|
| 1326 |
+
to be appointed by the Chairpersons of Joint Congressional Committee, and
|
| 1327 |
+
|
| 1328 |
+
(£) Two (2) representatives each form the respective organizations of real estate brokers,
|
| 1329 |
+
teal estate appraisers and real estate consultants.
|
| 1330 |
+
|
| 1331 |
+
SEC, 48. Penal Provision. - The Department shall impose an maximum imposable fine
|
| 1332 |
+
for violations of its standards, rules and regulations should not exceed Five hundred thousand.
|
| 1333 |
+
pesos (500,000.00): Provided, That said limit shall be accordingly adjusted by the Secretary, and
|
| 1334 |
+
such adjustment shall be reflective, but not exceed the annual rate of increase, of the Consumer
|
| 1335 |
+
Price Index: Provided, further, That the Secretary may adjust such rates not more than once
|
| 1336 |
+
every three (3) years,
|
| 1337 |
+
|
| 1338 |
+
SEC. 49, Separability Clause. — If, for any reason or reasons, any part or provision of
|
| 1339 |
+
this Act shall be held to be unconstitutional or invalid, other parts or provisions hereof which are
|
| 1340 |
+
not affected thereby shall continue to be in full force and effect.
|
| 1341 |
+
|
| 1342 |
+
SEC. 50. Repealing Clause. — Provisions of laws, decrees, orders, proclamations, rules,
|
| 1343 |
+
regulations or parts thereof which are inconsistent herewith are hereby repealed, amended or
|
| 1344 |
+
modified accordingly.
|
| 1345 |
+
|
| 1346 |
+
SEC. 51, Effectivity. — This Act shall take effect fifteen (15) days following its complete
|
| 1347 |
+
publication in at least two (2) national newspapers of general circulation.
|
| 1348 |
+
|
| 1349 |
+
Approved,
|
| 1350 |
+
|
| 1351 |
+
28
|
data/document/hb/13/00001-01000/HB-00070.txt
ADDED
|
@@ -0,0 +1,609 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
70
|
| 9 |
+
|
| 10 |
+
HOUSE BILL NO.
|
| 11 |
+
|
| 12 |
+
Introduced by: REP. RAUL V. DEL MAR.
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
There is no gainsaying the vital role of the real estate industry in the economic
|
| 17 |
+
development of the country. A real estate transaction has a multiplier on the country’s
|
| 18 |
+
economy.
|
| 19 |
+
|
| 20 |
+
It is a sad commentary on the degree of attention and importance that government
|
| 21 |
+
has accorded the real industry and its tremendous impact on the economy that to date, it
|
| 22 |
+
continues to be govemed by hodgepodge administrative issuances of governmental
|
| 23 |
+
agencies and just a sprinkling of legislative enactments, No effort has been exerted thus
|
| 24 |
+
far to enact a comprehensive legislation to govern real estate transactions and the practice
|
| 25 |
+
attendant thereto,
|
| 26 |
+
|
| 27 |
+
As consequence, the public has fallen victim to unwholesome, if not altogether
|
| 28 |
+
anomalous, practices in real estate transactions. Unscrupulous parties involved in these
|
| 29 |
+
practices have gone unpunished mainly because of the dearth of effective legislation.
|
| 30 |
+
|
| 31 |
+
‘To safeguard public interest, there is a need to enact a comprehensive piece of
|
| 32 |
+
legislation calculated to accord the real estate industry the due recognition that it deserves
|
| 33 |
+
as a vital component in national development and at the same time upgrade and
|
| 34 |
+
professionalize the real service practice in the country.
|
| 35 |
+
|
| 36 |
+
‘The attached bill hopes to meet such a need.
|
| 37 |
+
|
| 38 |
+
The attached bill is a consolidation of the provisions of existing executive
|
| 39 |
+
issuances — Ministry Order No. 39. series of 1985, and subsequent issuances — and of
|
| 40 |
+
House Bill No. 8585 which the House passed during the Second Regular Session of the
|
| 41 |
+
Tenth Congress but which the Senate failed to act upon, and of Senate Bill No. 792 which
|
| 42 |
+
also remained pending until the end of the term of the Eleventh Congress.
|
| 43 |
+
|
| 44 |
+
Principally, the attached bill elevates the real estate service practice that is real
|
| 45 |
+
estate brokerage, appraisal and consultancy, to the category of a profession, and places
|
| 46 |
+
these realty service practitioners under the jurisdiction of the Professional Regulatory
|
| 47 |
+
Commission.
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
In addition to existing rules governing the examination, registration and licensing
|
| 51 |
+
of realty service practitioners, the attached bill provides for the integration of all realty
|
| 52 |
+
service practitioners into one national organization.
|
| 53 |
+
|
| 54 |
+
To deter unlicensed practice, the bill provides for stiffer penalties.
|
| 55 |
+
|
| 56 |
+
Passage of the attached bill is, therefore, eamestly requested.
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
Republic of the Philippines
|
| 60 |
+
HOUSE OF REPRESENTATIVES
|
| 61 |
+
Quezon City
|
| 62 |
+
|
| 63 |
+
THIRTEENTH CONGRESS
|
| 64 |
+
First Regular Session
|
| 65 |
+
|
| 66 |
+
70
|
| 67 |
+
|
| 68 |
+
HOUSE BILL NO.
|
| 69 |
+
|
| 70 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 71 |
+
|
| 72 |
+
AN ACT
|
| 73 |
+
REGULATING THE PRACTICE OF REAL ESTATE SERVICE IN THE
|
| 74 |
+
PHILIPPINES, CREATING FOR THE PURPOSE A PROFESSIONAL
|
| 75 |
+
REGULATORY BOARD OF REAL ESTATE SERVICE, APPROPRIATING
|
| 76 |
+
FUNDS THEREFOR AND FOR OTHER PURPOSES
|
| 77 |
+
|
| 78 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 79 |
+
assembled:
|
| 80 |
+
ARTICLE I
|
| 81 |
+
|
| 82 |
+
TITLE, DECLARATION OF POLICY AND DEFINITION OF TERMS
|
| 83 |
+
|
| 84 |
+
SECTION 1. Title. - This Act shall be known as the “Real Estate Service
|
| 85 |
+
Act of the Philippines.”
|
| 86 |
+
|
| 87 |
+
Sec, 2. Declaration of Policy. - The State recognizes the vital role of real estate
|
| 88 |
+
service practitioners in the social, political, economic development and progress of the
|
| 89 |
+
country. Real estate services shall therefore be professionalized, upgraded and regulated
|
| 90 |
+
to become more globally qualitative and competitive.
|
| 91 |
+
|
| 92 |
+
SEC. 3. Definition of Terms. As used in this Act, the following terms shall mean:
|
| 93 |
+
|
| 94 |
+
(a) “Real estate” refers to the land, building or other improvements permanently
|
| 95 |
+
attached to the land, including the rights and interest therein. It shall include rural and
|
| 96 |
+
urban land, and the development thereof which may be residential, commercial,
|
| 97 |
+
industrial, agricultural, aquacultural, land reclamation, building or housing projects either
|
| 98 |
+
for individual or condominium ownership, memorial parks, town houses, club houses,
|
| 99 |
+
and others of similar nature.
|
| 100 |
+
|
| 101 |
+
(b) “Real estate development project” means the development of land for
|
| 102 |
+
residential, commercial, industrial, agricultural, institutional or recreational purposes, or
|
| 103 |
+
any combination of such, including but not limited to tourist resorts, reclamation
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
Projects, building or housing projects whether for individual or condominium ownership,
|
| 107 |
+
memorial parks, and others of similar nature.
|
| 108 |
+
|
| 109 |
+
(c) “Real estate service practitioners” shall refer to and consist of the following:
|
| 110 |
+
|
| 111 |
+
(1) Real estate broker - a duly licensed natural person who, for a fee, commission
|
| 112 |
+
or other valuable consideration, acts as an agent of a party in a real estate transaction to
|
| 113 |
+
offer, advertise, solicit, list, promote, mediate, negotiate, or effect the meeting of the
|
| 114 |
+
minds on the sale, purchase, exchange, mortgage, lease, or joint venture or other similar
|
| 115 |
+
‘transactions on real estate or any interest therein.
|
| 116 |
+
|
| 117 |
+
(2) Real estate appraiser - a duly licensed natural person who, in expectation of a
|
| 118 |
+
fee, compensation or other valuable consideration, offers or renders services in estimating
|
| 119 |
+
and arriving at an opinion of or act as an expert on real estate values, such services of
|
| 120 |
+
which shall be finally rendered by the preparation of the report in acceptable written
|
| 121 |
+
form.
|
| 122 |
+
|
| 123 |
+
(3) Real estate consultant - a duly licensed natural person who, for a fee,
|
| 124 |
+
compensation or other valuable consideration, offers or renders professional advise and
|
| 125 |
+
Judgment on: (a) the acquisition, enhancement, preservation, utilization or disposition of
|
| 126 |
+
lands or improvements thereon: and (b) the conception, planning, management, and
|
| 127 |
+
development of realty projects.
|
| 128 |
+
|
| 129 |
+
(4) Real estate salesperson — a natural person who performs for and in behalf of a
|
| 130 |
+
real estate broker who is registered/licensed by the Professional Regulatory Board of Real
|
| 131 |
+
Estate Service.
|
| 132 |
+
|
| 133 |
+
ARTICLE
|
| 134 |
+
PROFESSIONAL REGULATORY BOARD OF REAL ESTATE SERVICE
|
| 135 |
+
|
| 136 |
+
SEC. 4. Creation and Composition of the Board. - There is hereby created a
|
| 137 |
+
Professional Regulatory Board of Real Estate Service, hereinafter referred to as the
|
| 138 |
+
Board, under the supervision and administrative control of the Professional Regulation
|
| 139 |
+
Commission, hereinafter referred to as the Commission, composed of a chairperson and
|
| 140 |
+
two (2) members who shall be appointed by the President of the Philippines from a list of
|
| 141 |
+
three (3) recommendees for each position, chosen and ranked by the Commission from a
|
| 142 |
+
list of five (5) nominees for each position submitted by the accredited and integrated
|
| 143 |
+
professional organization of real estate service practitioners.
|
| 144 |
+
|
| 145 |
+
‘The first Board shall be organized within thirty (30) days from the effectivity of
|
| 146 |
+
this Act.
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
SEC. 5. Powers and Functions of the Board. ~ The Board is hereby vested the
|
| 150 |
+
following powers and functions:
|
| 151 |
+
|
| 152 |
+
(a) Provide comprehensive policy guidelines for the promotion and development of
|
| 153 |
+
the real estate industry;
|
| 154 |
+
|
| 155 |
+
(b) Promulgate, administer and enforce rules and regulations necessary for carrying
|
| 156 |
+
out the provisions of this Act;
|
| 157 |
+
|
| 158 |
+
(c) Supervise and regulate the registration, licensure and practice of real estate
|
| 159 |
+
service in the Philippines;
|
| 160 |
+
|
| 161 |
+
(a) Administer oaths in affirmations;
|
| 162 |
+
|
| 163 |
+
(©) Adopt an official seal of the Board;
|
| 164 |
+
|
| 165 |
+
(f) Issue, reinstate, suspend or revoke after due notice and hearing certificate of
|
| 166 |
+
registration/professional license or professional identification card for the practice of the
|
| 167 |
+
real estate service;
|
| 168 |
+
|
| 169 |
+
(g) Monitor the conditions affecting the practice of real estate service and adopt
|
| 170 |
+
such measures as may be proper for the enhancement of the profession and/or the
|
| 171 |
+
maintenance of high professional, ethical and technical standards;
|
| 172 |
+
|
| 173 |
+
(h) Draw up recommendations to government agencies or departments concerned
|
| 174 |
+
for the purpose of rationalizing and coordinating real estate transactions;
|
| 175 |
+
|
| 176 |
+
(i) Prescribe and/or adopt a code of ethics for the practice of the real estate service;
|
| 177 |
+
|
| 178 |
+
() Hear or investigate any violation of this Act, implementing rules and
|
| 179 |
+
regulations, and the code of ethics for real estate service practitioners as shall come to the
|
| 180 |
+
knowledge of the Board and for this purpose, to issue subpoena and subpoena duces
|
| 181 |
+
tecum to secure the appearance of witnesses and the production of documents in
|
| 182 |
+
connection therewith;
|
| 183 |
+
|
| 184 |
+
(&) In coordination with the accredited and integrated professional organization of
|
| 185 |
+
real estate practitioners, monitor all forms of advertisements, announcements, signboards,
|
| 186 |
+
billboards, pamphlets, brochures and others of similar nature concerning real estate and
|
| 187 |
+
provide every possible safeguard to protect legitimate and licensed real estate service
|
| 188 |
+
practitioners and in pursuance thereof, exercise its judicial and police powers to finally
|
| 189 |
+
and completely eradicate the pernicious practices of unauthorized and unlicensed
|
| 190 |
+
individuals or “colorums” engaged in real estate service;
|
| 191 |
+
|
| 192 |
+
(1) Prescribe guidelines and criteria for the Continuing Professional Education
|
| 193 |
+
(CPE) program for real estate service practitioners after consultation with the accredited
|
| 194 |
+
and integrated professional organization of real estate service practitioners, and prescribe
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
policies necessary for upgrading, enhancement, development and growth of real estate
|
| 198 |
+
education in the Philippines;
|
| 199 |
+
|
| 200 |
+
(m) Screen, issue and monitor permits to organizations of real estate professionals
|
| 201 |
+
in the industry to conduct seminars and to accredit such seminars, as well as the
|
| 202 |
+
instructors or lecturers therein for the purpose of upgrading the quality and knowledge of
|
| 203 |
+
the profession;
|
| 204 |
+
|
| 205 |
+
(n) Conduct examinations as prerequisite to the practice of the profession and issue,
|
| 206 |
+
adopt and prepare syllabi of the subjects for examination by determining and preparing
|
| 207 |
+
the questions which shall strictly be within the scope of the syllabus of the subject for
|
| 208 |
+
‘examination;
|
| 209 |
+
|
| 210 |
+
(0) Monitor the activities of the accredited and integrated professional organization
|
| 211 |
+
and other associations of real estate service practitioners; and
|
| 212 |
+
|
| 213 |
+
(n) Discharge such other powers, duties and functions as the Commission may
|
| 214 |
+
deem necessary to carry out the provisions of this Act.
|
| 215 |
+
|
| 216 |
+
The policies, resolutions, and rules and regulations issued or promulgated by the
|
| 217 |
+
Board shall be subject to the review and approval by the Commission. However, the
|
| 218 |
+
Board’s decisions, resolutions or orders which are not interlocutory, rendered in an
|
| 219 |
+
administrative case, shall be subject to review by the Commission only if on appeal.
|
| 220 |
+
|
| 221 |
+
SEC. 6. Qualification of the Chairperson and Members of the Board. - The
|
| 222 |
+
chairperson and members of the Board shall, at the time of their appointment, possess the
|
| 223 |
+
following qualifications:
|
| 224 |
+
|
| 225 |
+
(a) Must be a citizens and resident of the Philippines;
|
| 226 |
+
|
| 227 |
+
(b) Must be a holder of at least a bachelor’s degree;
|
| 228 |
+
|
| 229 |
+
(c) Must be an active licensed practitioner of the real estate service, either as real
|
| 230 |
+
estate broker, appraiser or consultant for at least ten (10) years prior to his/her
|
| 231 |
+
appointment;
|
| 232 |
+
|
| 233 |
+
(@) Must be a bonafide member of the accredited and integrated professional
|
| 234 |
+
organization of real estate service practitioners but not an officers at the time of his/her
|
| 235 |
+
appointment;
|
| 236 |
+
|
| 237 |
+
(e) Must neither be a member of the faculty of an institute, school or college of
|
| 238 |
+
real estate service nor have any pecuniary interest, direct or indirect, in any institution or
|
| 239 |
+
association where review classes or lectures in preparation for the licensure examination
|
| 240 |
+
are being offered or conducted; and
|
| 241 |
+
|
| 242 |
+
|
| 243 |
+
(£) Must be of good moral character and must not have been convicted by final
|
| 244 |
+
judgment by a competent court of a criminal offense involving moral turpitude.
|
| 245 |
+
|
| 246 |
+
SEC. 7. Term of Office. - The chairperson and members of the Board shall hold
|
| 247 |
+
office for a term of three (3) years from the date of their appointment and until their
|
| 248 |
+
successor/s shall have been appointed and duly qualified: Provided, That members of the
|
| 249 |
+
first appointed Board shall hold office for the following terms: one (1) member as
|
| 250 |
+
chairperson for three (3) years, one (1) member for two (2) years and one (1) member for
|
| 251 |
+
one (1) year.
|
| 252 |
+
|
| 253 |
+
‘The chairperson and members of the Board may be reappointed for another term
|
| 254 |
+
but in no case shall he/she serve continuously for more than six (6) years. Any vacancy
|
| 255 |
+
in the Board shall be filled for the unexpired portion of the term only. The chairperson
|
| 256 |
+
and members of the first Board shall automatically be registered and issued with a
|
| 257 |
+
certificate of registration/professional license and professional identification card.
|
| 258 |
+
|
| 259 |
+
Each member of the Board shall take the proper oath of office prior to the
|
| 260 |
+
assumption of duty.
|
| 261 |
+
|
| 262 |
+
SEC. 8. Compensation and Allowances of the Chairperson and Members of the
|
| 263 |
+
Board, - The chairperson and members of the Board shall receive compensation and
|
| 264 |
+
allowances comparable to the compensation and allowances received by the chairperson
|
| 265 |
+
and members of existing professional regulatory boards under the Commission es
|
| 266 |
+
provided for in the General Appropriations Act,
|
| 267 |
+
|
| 268 |
+
SEC. 9. Removal of the Chairperson and Members of the Board. - The
|
| 269 |
+
chairperson or any member of the Board may be suspended or removed by the President
|
| 270 |
+
of the Philippines upon recommendation of the Commission for neglect of duty, abuse of
|
| 271 |
+
power, oppression, incompetence, unprofessional, unethical, immoral or dishonorable
|
| 272 |
+
conduct, commission or toleration of irregularities in the conduct of examination or
|
| 273 |
+
tampering of the grades therein, or for any final judgment or conviction of any criminal
|
| 274 |
+
offense involving moral turpitude by the court after having been given the opportunity to
|
| 275 |
+
defend himself/herself in a proper administrative investigation.
|
| 276 |
+
|
| 277 |
+
SEC. 10. Supervision of the Board, Custodian of its Records, Secretariat and
|
| 278 |
+
Support Services. - The Board shall be under the general supervision and administrative
|
| 279 |
+
control of the Commission. All records of the Board, including applications for
|
| 280 |
+
examination, examination papers and results, minutes of deliberations, administrative and
|
| 281 |
+
other investigate cases involving real estate service practitioners, shall be kept by the
|
| 282 |
+
Commission. The Commission shall designate the secretary of the Board and shall
|
| 283 |
+
|
| 284 |
+
|
| 285 |
+
Provide the secretariat and other support services to implement the provisions of this Act
|
| 286 |
+
subject to the usual government accounting and auditing rules and regulations.
|
| 287 |
+
|
| 288 |
+
SEC. 11. Annual Report. — The Board shall, at the close of each calendar year,
|
| 289 |
+
submit an annual report to the Commission, giving a detailed account of its proceedings
|
| 290 |
+
and accomplishments during the year and recommending measures to be adopted with the
|
| 291 |
+
end-in-view of upgrading and improving the conditions affecting the practice of real
|
| 292 |
+
estate service in the Philippines.
|
| 293 |
+
|
| 294 |
+
ARTICLE I
|
| 295 |
+
LICENSURE EXAMINATION AND REGISTRATION
|
| 296 |
+
|
| 297 |
+
SEC. 12. Licensure Examination, - Every applicant seeking to be registered and
|
| 298 |
+
licensed as a real estate service practitioner, except a real estate salesperson, shall
|
| 299 |
+
undergo an examination as provided for in this Act. Examinations for the practice of real
|
| 300 |
+
estate service in the Philippines shall be given by the Board at least once every year in
|
| 301 |
+
such places and dates as the Commission may designate.
|
| 302 |
+
|
| 303 |
+
Sec, 13. Scope of Examination. - An examination shall be given to the licensure
|
| 304 |
+
applicants for real estate brokers, real estate appraisers and real estate consultants, which
|
| 305 |
+
shalt include but not limited to the following:
|
| 306 |
+
|
| 307 |
+
(a) For real estate brokers — Fundamentals of property ownership; legal
|
| 308 |
+
requirements for real estate practice; real estate brokerage practice; practical appraisal for
|
| 309 |
+
teal estate broker; site location and map reading; subdivision development; condominium
|
| 310 |
+
concept; real estate financing; taxation; economics; basic principles of ecology; urban
|
| 311 |
+
and rural land use; planning, development and zoning; legal aspect of sale, mortgage,
|
| 312 |
+
lease, documentation and registration; agrarian and urban reform laws; code of ethics;
|
| 313 |
+
and any other related subjects as may be determined by the Board.
|
| 314 |
+
|
| 315 |
+
(b) For real estate appraisers — General real estate information; theories and
|
| 316 |
+
principles in appraisal; human and physical geography; methodology of appraisal
|
| 317 |
+
approaches and research; practical appraisal mathematics; appraisal report writing; laws
|
| 318 |
+
affecting real estate appraisal; income and investment problems; appraisals of
|
| 319 |
+
machineries and equipment; case studies; agrarian and urban land reform laws; code of
|
| 320 |
+
ethics; and any other related subjects as may be determined by the Board.
|
| 321 |
+
|
| 322 |
+
(©) For real estate consultants - Pre-investment/feasibility studies; design; process
|
| 323 |
+
innovation; construction/installation and other technical services on special studies;
|
| 324 |
+
agrarian and urban land reform laws; code of ethics; and any other related subjects as
|
| 325 |
+
may be determined by the Board.
|
| 326 |
+
|
| 327 |
+
|
| 328 |
+
To conform with technological and modem changes, the Board may recluster,
|
| 329 |
+
rearrange, modify, add or exclude any of the foregoing subjects as the need arises.
|
| 330 |
+
|
| 331 |
+
SEC. 15. Qualifications of Applicants for Examinations. - In order to be
|
| 332 |
+
admitted to the licensure examination for real estate service, a candidate shall, at the time
|
| 333 |
+
of filing his application, establish to the satisfaction of the Board that:
|
| 334 |
+
|
| 335 |
+
(a) He is a citizen of the Philippines;
|
| 336 |
+
|
| 337 |
+
(b) He is at least be eighteen (18) years of age;
|
| 338 |
+
|
| 339 |
+
(©) He is a holder of a bachelor’s degree from a school, university or institution
|
| 340 |
+
duly recognized by the Commission on Higher Education (CHED);
|
| 341 |
+
|
| 342 |
+
(d) He has attended and completed an appropriate real estate seminar given by
|
| 343 |
+
accredited entities; and
|
| 344 |
+
|
| 345 |
+
(c) He is of good moral character and must have been convicted of any crime
|
| 346 |
+
involving moral turpitude: Provided, That an applicant for the licensure examination for
|
| 347 |
+
real estate appraisers must show proof that he has at least five (5) years experience as a
|
| 348 |
+
licensed real estate broker, or as an assessor, or as bank or institutional appraiser, or an
|
| 349 |
+
employed person performing real property valuation: Provided, further, That an
|
| 350 |
+
applicant for the licensure examination for real estate consultants must show proof that he
|
| 351 |
+
has at least ten (10) years experience as a licensed real estate broker or at least five (5)
|
| 352 |
+
years experience as a licensed real estate appraiser.
|
| 353 |
+
|
| 354 |
+
All applicants for examination shall be filed with the Board which shall assess
|
| 355 |
+
and approve the said applications and issue to the qualified examinees the corresponding
|
| 356 |
+
permit to take such examination.
|
| 357 |
+
|
| 358 |
+
SEC. 15. Ratings in the Examination. - In order that a candidate may be
|
| 359 |
+
deemed to have successfully passed the examination, he must have obtained an average
|
| 360 |
+
of at least seventy-five percent (75%) in all subjects, with no rating below fifty percent
|
| 361 |
+
(50%) in any subject.
|
| 362 |
+
|
| 363 |
+
SEC. 16, Release of the Results of Examination. - The results of the licensure
|
| 364 |
+
examination shall be released by the Board within ten (10) days from the last day of the
|
| 365 |
+
‘examination.
|
| 366 |
+
|
| 367 |
+
SEC. 18, Issuance of the Certificate of Registratton/Professional License and
|
| 368 |
+
Professional Identification Card. — A certificate of registration/professional license shall
|
| 369 |
+
be issued to examinees who pass the licensure examination for real estate service subject
|
| 370 |
+
to payment of fees prescribed by the Commission. The certificate of
|
| 371 |
+
|
| 372 |
+
|
| 373 |
+
registration/professional license shall bear the signature of the chairperson of the
|
| 374 |
+
‘Commission and the chairperson and members of the Board, stamped with the official
|
| 375 |
+
seal of the Commission, indicating that the person named therein is entitled to practice
|
| 376 |
+
the profession with all the benefits and privileges appurtenant thereto. This certificate of
|
| 377 |
+
registration/professional license shall remain in full force and effect until revoked or
|
| 378 |
+
suspended in accordance with this Act.
|
| 379 |
+
|
| 380 |
+
A professional identification card bearing the registration number, date of issuance,
|
| 381 |
+
expiry date, duly signed by the chairperson of the Commission, shall likewise be issued
|
| 382 |
+
to every registrant upon payment of the required fees. This professional identification
|
| 383 |
+
card shall be renewed every three (3) years and upon satisfying the requirements of the
|
| 384 |
+
Board, such as but not limited to attendance in the Continuing Professional Education
|
| 385 |
+
(CPE) program.
|
| 386 |
+
|
| 387 |
+
SEC. 18. Refusal to Register. - The Board shall not register and issue a certificate
|
| 388 |
+
of registration/professional license to any successful examinee who has been convicted
|
| 389 |
+
by a court of competent jurisdiction of any criminal offense involving moral turpitude or
|
| 390 |
+
has been found guilty of immoral or dishonorable conduct after investigation by the
|
| 391 |
+
Board, or has been declared to be of unsound mind. The reason for the refusal shall be
|
| 392 |
+
set forth in writing.
|
| 393 |
+
|
| 394 |
+
SEC. 19. Revocation or Suspension of the Certificate of
|
| 395 |
+
Registration/Professional License and Professional Identification Card. — The Board
|
| 396 |
+
may, after giving proper notice and hearing to the party concemed, revoke the certificate
|
| 397 |
+
of registration/professional license and professional identification card of a real estate
|
| 398 |
+
service practitioner or suspend him/her from the practice of the profession for any
|
| 399 |
+
unprofessional or unethical conduct, malpractice, or violation of any of the provisions of
|
| 400 |
+
this Act, its implementing rules and regulations, and the code of ethics for real estate
|
| 401 |
+
service practitioners.
|
| 402 |
+
|
| 403 |
+
SEC. 20. Registration Without Examination. — Upon application and payment
|
| 404 |
+
of the required fees, those who, on the date of the effectivity of this Act, are already
|
| 405 |
+
licensed as real estate broker, real estate appraiser, or real estate consultant by the Bureau
|
| 406 |
+
of Domestic Trade by virtue of Ministry Order No. 39, as amended, shall be registered
|
| 407 |
+
and issued by the Board and the Commission a certificate of registration/professional
|
| 408 |
+
license and professional identification card without taking the prescribed examinations:
|
| 409 |
+
Provided, That they shall file their application within two (2) years from the effectivity of
|
| 410 |
+
|
| 411 |
+
|
| 412 |
+
this Act: Provided further, That the renewal of the professional identification card is
|
| 413 |
+
subject to the provisions of Section 17 hereof.
|
| 414 |
+
|
| 415 |
+
SEC. 21. Reinstatement, Reissuance or Replacement of Certificate of
|
| 416 |
+
Registration/Professional License and Professional Identification Card, - The Board
|
| 417 |
+
may, upon application and for reasons deemed proper and sufficient, reinstate any
|
| 418 |
+
revoked certificate of registration/professional license and reissue a suspended
|
| 419 |
+
professional identification card, and in so doing it may, in its discretion, exempt the
|
| 420 |
+
applicant from taking another examination.
|
| 421 |
+
|
| 422 |
+
A new certificate of registration/professional license or professional identification
|
| 423 |
+
card may be issued to replace lost, destroyed or mutilated ones subject to rules as may be
|
| 424 |
+
promulgated by the Board.
|
| 425 |
+
|
| 426 |
+
SEC. 22. Roster of Real Estate Service Practitioners. — The Board shall prepare,
|
| 427 |
+
update and maintain a roster of real estate service practitioners which shall contain the
|
| 428 |
+
names of all registered real estate service practitioners, their residence and office
|
| 429 |
+
addresses, dates of registration or issuance of certificates, and other data which the Board
|
| 430 |
+
may deem pertinent.
|
| 431 |
+
|
| 432 |
+
The roster shall be open to the public, copies of which shall be sent to each real
|
| 433 |
+
estate service practitioner listed therein.
|
| 434 |
+
|
| 435 |
+
SEC. 23. Issuance of Special or Temporary Permit. - Upon application and
|
| 436 |
+
payment of the required fees, and subject to the approval of the Commission, the Board
|
| 437 |
+
may issue special or temporary permit to real estate service practitioners for the purpose
|
| 438 |
+
of promoting or enhancing the practice of the profession in the Philippines.
|
| 439 |
+
|
| 440 |
+
SEC. 24, Foreign Reciprocity. — No foreign real estate service practitioner shall
|
| 441 |
+
be admitted to the licensure examination or be given a certificate of
|
| 442 |
+
registration/professional license or professional identification card or be entitled to any of
|
| 443 |
+
the privileges under this Act unless the country of which he/she is a citizen specifically
|
| 444 |
+
allows Filipino real estate service practitioners to practice within its territorial limits on
|
| 445 |
+
the same basis as the citizens of such foreign country.
|
| 446 |
+
|
| 447 |
+
ARTICLE IV
|
| 448 |
+
PRACTICE OF REAL ESTATE SERVICE
|
| 449 |
+
|
| 450 |
+
SEC. 25. Oath. - All successful examinees qualified for registration and all
|
| 451 |
+
qualified applicants for registration without examination as well as licensed salespersons
|
| 452 |
+
shall be required to take an oath of profession before any member of the Board or any
|
| 453 |
+
|
| 454 |
+
|
| 455 |
+
government official authorized by the Commission to administer oaths prior to entering
|
| 456 |
+
into the practice of real estate service in the Philippines.
|
| 457 |
+
|
| 458 |
+
SEC. 26. Acts Constituting the Practice of Real Estate Service.- Any single act
|
| 459 |
+
or transaction embraced within the provisions of Section 3 hereof shall constitute an act
|
| 460 |
+
of engaging in the practice of real estate service.
|
| 461 |
+
|
| 462 |
+
SEC. 27. Exemptions from the Acts Constituting the Practice of Real Estate
|
| 463 |
+
Service. - The provisions of this Act and its rules and regulations shall not apply to the
|
| 464 |
+
following:
|
| 465 |
+
|
| 466 |
+
(a) Any person, natural or juridical, who shall directly perform by himself the acts
|
| 467 |
+
mentioned in Section 3 hereof with reference to his or its own property;
|
| 468 |
+
|
| 469 |
+
(b) Any receiver, trustee or assignee in bankruptcy or insolvency proceedings;
|
| 470 |
+
|
| 471 |
+
(©) Any person acting pursuant to the order of any court of justice;
|
| 472 |
+
|
| 473 |
+
(d) Public officers while performing their official duties; and
|
| 474 |
+
|
| 475 |
+
(©) Any person who is duly constituted attomey in fact for purposes of sale,
|
| 476 |
+
mortgage, lease or exchange or other similar contracts of real estate.
|
| 477 |
+
|
| 478 |
+
SEC. 28. Prohibition Against the Unauthorized Practice of Real Estate Service.
|
| 479 |
+
~ No person shall practice or offer to practice real estate service in the Philippines or
|
| 480 |
+
offer himself/herself as real estate service practitioner, or use the title, word, letter, figure,
|
| 481 |
+
or any sign tending to convey the impression that one is a real estate service practitioner,
|
| 482 |
+
or advertise or indicate in any manner whatsoever that one is qualified to practice the
|
| 483 |
+
profession unless he/she has satisfactorily passed the licensure examination given by the
|
| 484 |
+
Board, except as otherwise provided in this Act, and is a holder of a valid certificate of
|
| 485 |
+
registration/professional license and professional identification card or a valid
|
| 486 |
+
special/temporary permit duly issued to him/her by the Board and the Commission.
|
| 487 |
+
|
| 488 |
+
SEC. 29. Custody and Supervision of Real Estate Salespersons. — A real estate
|
| 489 |
+
salesperson shall be under the custody and direct supervision of a real estate broker. As
|
| 490 |
+
such, he/she cannot by himself/herself be a signatory to a written agreement involving a
|
| 491 |
+
real estate transaction unless the real estate broker who has custody and direct
|
| 492 |
+
supervision over hinvher is also s signatory thereto. No real estate salesperson can
|
| 493 |
+
negotiate, mediate or transact any real estate transaction for and in behalf of a real estate
|
| 494 |
+
broker without first securing an authorized permit as real estate salesperson for the real
|
| 495 |
+
estate broker and/or company he is working for as prescribed by the Board. A real estate
|
| 496 |
+
broker shall be guilty of violating this Act for employing or utilizing the services of a real
|
| 497 |
+
|
| 498 |
+
|
| 499 |
+
estate salesperson who has not secured the required professional license prior to such
|
| 500 |
+
employment,
|
| 501 |
+
|
| 502 |
+
SEC. 30. Corporate Practice of the Real Estate Service. -
|
| 503 |
+
|
| 504 |
+
(a) No partnership or corporation shall engage in real estate service practice
|
| 505 |
+
unless it is duly licensed by the Board and registered with the Securities and Exchange
|
| 506 |
+
Commission (SEC), and the persons authorized to act for the partnership or corporation
|
| 507 |
+
are all duly licensed as brokers, appraisers or consultants, as the case may be. The
|
| 508 |
+
partnership or corporation shall regularly submit a list of its real estate service
|
| 509 |
+
practitioners to the Commission and to the SEC as part of its annual reportorial
|
| 510 |
+
requirements.
|
| 511 |
+
|
| 512 |
+
(b) Divisions or departments of corporations and partnerships engaged in
|
| 513 |
+
marketing or selling any real estate development project in the regular course of business
|
| 514 |
+
must be a full-time licensed real estate broker.
|
| 515 |
+
|
| 516 |
+
In case of resignation or termination from employment of a real estate service
|
| 517 |
+
practitioner, the same shall be reported by the employer to the Board within a period not
|
| 518 |
+
to exceed fifteen (15) days from the date of effectivity of the resignation or termination,
|
| 519 |
+
|
| 520 |
+
Subject to the provisions of the Labor Code, a corporation or partnership may hire
|
| 521 |
+
the services of licensed real estate brokers, appraisers or consultants on commission basis
|
| 522 |
+
to perform real estate services and the latter shall be deemed independent contractors and
|
| 523 |
+
not employees of such corporation or partnership.
|
| 524 |
+
|
| 525 |
+
SEC. 31. Display of License in the Place of Business, - Every licensed real
|
| 526 |
+
estate service practitioner shall establish and maintain a principal place of business and
|
| 527 |
+
such other branch offices as may be necessary and shall conspicuousty display therein the
|
| 528 |
+
original and/or certified true copies of his/her certificate of registration/professional
|
| 529 |
+
license as well as the licenses of all real estate service practitioners employed in such
|
| 530 |
+
office.
|
| 531 |
+
|
| 532 |
+
SEC. 32. Accreditation and Integration of Real Estate Service Practitioners. -
|
| 533 |
+
All real estate service practitioners shall be integrated into one national organization,
|
| 534 |
+
which shall be recognized by the Board as the one and only accredited and integrated
|
| 535 |
+
professional organization of real estate service practitioners. A real estate service
|
| 536 |
+
practitioner duly registered with the Board shall automatically become a member of the
|
| 537 |
+
accredited and integrated professional organization of real estate service practitioners and
|
| 538 |
+
shall receive the benefits and privileges appurtenant thereto. Membership in the
|
| 539 |
+
|
| 540 |
+
|
| 541 |
+
accredited and integrated professional organization of real estate service practitioners
|
| 542 |
+
shall not be a bar to membership in other associations of real estate service practitioners.
|
| 543 |
+
|
| 544 |
+
SEC. 33. Code of Ethics for Real Estate Service Practitioners. — The Board
|
| 545 |
+
shall adopt and promulgate the Code of Ethics for Real Estate Service Practitioners which
|
| 546 |
+
shall be prescribed and issued by the accredited and integrated professional organization
|
| 547 |
+
of real estate service practitioners.
|
| 548 |
+
|
| 549 |
+
SEC. 34. Continuing Professional Education (CPE) Program. - The CPE
|
| 550 |
+
guidelines shall be prescribed and promulgated by the Board upon consultation with the
|
| 551 |
+
accredited and integrated professional organization of real estate service practitioners,
|
| 552 |
+
and other concerned sectors, and in accordance with such policies as may have been
|
| 553 |
+
prescribed in coordination with the CHED. The Board shall create a CPE Council that
|
| 554 |
+
shall be composed of policies as may have been prescribed in coordination with the
|
| 555 |
+
CHED. The Board shall create a CPE Council that shall be composed of a chairperson
|
| 556 |
+
coming from the Board, a member from the accredited and integrated professional
|
| 557 |
+
organization of real estate service practitioners and a member from the academe.
|
| 558 |
+
|
| 559 |
+
ARTICLE V
|
| 560 |
+
PENAL AND FINAL PROVISIONS
|
| 561 |
+
|
| 562 |
+
SEC. 35. Penal Provisions. - Any violation of this Act, including violations of
|
| 563 |
+
implementing rules and regulations, shall be meted the penalty of a fine of not less than
|
| 564 |
+
One hundred thousand pesos (P100,000.00), or imprisonment of not less than two (2)
|
| 565 |
+
years, or both such fine and imprisonment upon the discretion of the court. In case the
|
| 566 |
+
violation is committed by unlicensed realty service practitioners, the penalty shall be
|
| 567 |
+
double the aforesaid fine and imprisonment.
|
| 568 |
+
|
| 569 |
+
In case the violation is committed by a partnership, corporation, association or
|
| 570 |
+
any other juridical person, the partner, president, director or manager who has committed
|
| 571 |
+
or consented to or knowingly tolerated such violation shall be held directly liable and
|
| 572 |
+
responsible for the acts as principal or as a or as a co-principal with the other participants,
|
| 573 |
+
if any.
|
| 574 |
+
|
| 575 |
+
In case the offender is a government official or employee, he/she shall, in addition
|
| 576 |
+
to the above penalties, be deemed automatically dismissed from office and permanently
|
| 577 |
+
disqualified from holding any elective or appointive position.
|
| 578 |
+
|
| 579 |
+
SEC. 36. Appropriations. — The chairperson of the Professional Regulation
|
| 580 |
+
Commission (PRC) shall immediately include in the Commission's programs the
|
| 581 |
+
|
| 582 |
+
|
| 583 |
+
implementation of this Act, the funding of which shall be included in the annual General
|
| 584 |
+
Appropriations Act and thereafter.
|
| 585 |
+
|
| 586 |
+
SEC. 37. Transitory Provision. — Within ninety (90) days after the effectivity of
|
| 587 |
+
this Act, the Department of Trade and Industry (DTI) shall transfer all pertinent records,
|
| 588 |
+
documents and other materials to the Professional Regulatory Board of Real Estate
|
| 589 |
+
Service.
|
| 590 |
+
|
| 591 |
+
SEC. 38. Implementing Rules and Regulations. ~ Within ninety (90) days after
|
| 592 |
+
the effectivity of this Act, the Commission, together with the Board, the accredited and
|
| 593 |
+
integrated professional association of real estate service practitioners, and the CHED
|
| 594 |
+
shall prepare the necessary rules and regulations, including the code of ethics for real
|
| 595 |
+
estate service practitioners, needed to implement the provisions of this Act.
|
| 596 |
+
|
| 597 |
+
SEC. 39. Separability Clause. — If any clause, sentence, paragraph or part of this
|
| 598 |
+
Act’ shall be declared unconstitutional or invalid, such judgment shall not affect,
|
| 599 |
+
invalidate or impair any other part of this Act.
|
| 600 |
+
|
| 601 |
+
SEC. 40, Repealing Clause. — All laws, decrees, executive orders, memorandum
|
| 602 |
+
orders, and other administrative issuances and parts thereof which are inconsistent with
|
| 603 |
+
the provisions of this Act are hereby modified, superseded or repealed accordingly.
|
| 604 |
+
|
| 605 |
+
SEC. 41. Effectivity. - This Act shall take effect fifteen (15) days following its
|
| 606 |
+
publication in the Official Gazette or in a major daily newspaper of general circulation in
|
| 607 |
+
the Philippines.
|
| 608 |
+
|
| 609 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00071.txt
ADDED
|
@@ -0,0 +1,557 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
71
|
| 9 |
+
|
| 10 |
+
HOUSE BILL
|
| 11 |
+
|
| 12 |
+
Introduced by : REP, RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
This Bill seeks to upgrade the total practice of the Dentistry profession to keep
|
| 17 |
+
pace with developments in the field and in allied disciplines and activities, particularly
|
| 18 |
+
the current focus on public health and safety which are also areas of concern of Dentistry
|
| 19 |
+
Profession.
|
| 20 |
+
|
| 21 |
+
The current practice of the Dentistry profession is regulated by a 1965 legislation
|
| 22 |
+
which the community of Dentistry feels has not fully addressed the varied aspects of the
|
| 23 |
+
practice of the profession and whose rules and regulations have yet to find full
|
| 24 |
+
implementation,
|
| 25 |
+
|
| 26 |
+
The passage of this proposed law will go along way in professionalizing the ranks
|
| 27 |
+
of the practitioners in the community and in giving the profession the public recognition
|
| 28 |
+
it deserves.
|
| 29 |
+
|
| 30 |
+
In this context, passage of the Bill is earnestly requested.
|
| 31 |
+
|
| 32 |
+
hr Penn
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
Republic of the Philippines
|
| 36 |
+
HOUSE OF REPRESENTATIVES
|
| 37 |
+
Quezon City
|
| 38 |
+
|
| 39 |
+
THIRTEENTH CONGRESS
|
| 40 |
+
First Regular Session
|
| 41 |
+
|
| 42 |
+
71
|
| 43 |
+
|
| 44 |
+
HOUSE BILL NO.
|
| 45 |
+
|
| 46 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 47 |
+
|
| 48 |
+
AN ACT
|
| 49 |
+
|
| 50 |
+
TO REGULATE THE PRACTICE OF DENTISTRY, DENTAL HYGIENE AND
|
| 51 |
+
DENTAL TECHNOLOGY IN THE PHILIPPINES, REPEALING FOR THE PURPOSE
|
| 52 |
+
REPUBLIC ACT NO. 4419, OTHERWISE KNOWN AS “AN ACT TO REGULATE THE
|
| 53 |
+
PRACTICE OF DENTISTRY IN THE PHILIPPINES, AND FOR OTHER PURPOSES”,
|
| 54 |
+
AND REPUBLIC ACT NO. 768, OTHEWISE KNOWN AS “AN ACT TO REGULATE
|
| 55 |
+
THE PRACTICE OF DENTAL HYGIENISTS IN THE PHILIPPINES AND FOR
|
| 56 |
+
OTHER PURPOSES”, APPROPRIATING FUNDS THEREFOR.
|
| 57 |
+
|
| 58 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in Congress
|
| 59 |
+
assembled
|
| 60 |
+
|
| 61 |
+
ARTICLE I
|
| 62 |
+
‘TITLE, STATEMENT OF POLICY, OBJECTIVES,
|
| 63 |
+
AND SCOPE OF PRACTICE
|
| 64 |
+
SECTION 1. TITLE. - This Act shall be known as “The Philippine Dental Act of 2004”,
|
| 65 |
+
SEC. 2, STATEMENT OF POLICY. ~ That State recognizes the importance of dentist,
|
| 66 |
+
dental hygienists and dental technologists in nation-building. Hence, it shall develop and nurture
|
| 67 |
+
competent, productive, morally-upright, and well rounded dentists, dental hygienists and dental
|
| 68 |
+
technologists whose standards of professional practice and service shall be excellent, qualitative,
|
| 69 |
+
world-class and internationally recognized, globally competitive through regulatory measures,
|
| 70 |
+
programs and activities that foster their continuing professional development.
|
| 71 |
+
SEC, 3. OBJECTIVES. - This Act provides for:
|
| 72 |
+
(2) The regulation, control, and supervision of the practice of dentistry, dental hygiene
|
| 73 |
+
and dental technology in the Philippines;
|
| 74 |
+
(b) The giving of licensure examination to graduates of recognized dental schools of
|
| 75 |
+
dentistry, dental hygiene and dental technology for the purpose of registration;
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
(c) The accreditation of the various specialties of dentistry;
|
| 79 |
+
|
| 80 |
+
(@) The promotion and development of continuing dental education and research in the
|
| 81 |
+
country;
|
| 82 |
+
|
| 83 |
+
(€) The enforcement of the Code of Ethics and Code of Dental Practice in the Philippines;
|
| 84 |
+
and
|
| 85 |
+
|
| 86 |
+
(® The stipulation of penalties for infractions or violations of this Act or any other laws,
|
| 87 |
+
Tules and regulations authorized under the provisions of this Act.
|
| 88 |
+
|
| 89 |
+
SEC. 4, DEFINITION AND SCOPE OF PRACTICE,
|
| 90 |
+
|
| 91 |
+
(a) Dentist — a person who is a holder of a valid certificate of registration/professional
|
| 92 |
+
license and professional identification card in Dentistry and who renders dental service within
|
| 93 |
+
‘the meaning and intent of this Law who for a fee, salary, compensation or reward, paid to him or
|
| 94 |
+
through another, or even without such compensation or reward, performs any operation or part of
|
| 95 |
+
an operation, upon the human oral cavity, jaws, teeth and surrounding tissues; prescribes drugs
|
| 96 |
+
or medicines for the treatment of oral diseases or lesions, or prevents and/or corrects
|
| 97 |
+
malpositions of the teeth or implantation of artificial substitutes for lost teeth; and teaches
|
| 98 |
+
subjects in the licensure examination; or engages in dental research. Provided, however, that this
|
| 99 |
+
provision shall not apply to dental technologists engaged in the mechanical construction of
|
| 100 |
+
artificial dentures or fixtures or other oral devices, as long as none of such procedures is done
|
| 101 |
+
inside the mouth of the patient; nor shall this provision apply to students of dentistry undergoing
|
| 102 |
+
practical training in a legally constituted dental school or college under the direction or
|
| 103 |
+
supervision of a member of the faculty who is duly licensed to practice dentistry in the
|
| 104 |
+
Philippines; or to registered dental hygienists who may be allowed to perform preventive oral
|
| 105 |
+
hygiene procedures and other procedures or to underboard dental graduates working as dental
|
| 106 |
+
assistants to licensed and registered dentist authorized to practice dentistry in the Philippines
|
| 107 |
+
‘who are engaged in private practice. Provided, further, that these underboard dental graduates
|
| 108 |
+
work under their direct supervision.
|
| 109 |
+
|
| 110 |
+
(b) Dental Hygienist - a person who is a holder of a valid certificate of
|
| 111 |
+
registration/professional license and professional identification card and one who has undergone
|
| 112 |
+
two years course in dental hygiene from a government recognized school under a college of
|
| 113 |
+
dentistry and passing the prescribed board examination for dental hygienist, renders oral health
|
| 114 |
+
promotion and preventive measures, performs scaling and polishing, oral examination, taking
|
| 115 |
+
brief clinical history, taking radiograph, and giving oral health education to patients under the
|
| 116 |
+
supervision of a licensed dentist.
|
| 117 |
+
|
| 118 |
+
|
| 119 |
+
(©) Dental Technologist - a person who is a holder of a valid certificate of
|
| 120 |
+
registration/professional license and professional identification card and who renders technical
|
| 121 |
+
services such as mechanical construction of artificial denture and other oral devices, and one
|
| 122 |
+
who has finished in a two year certificate course in dental technology from any government
|
| 123 |
+
recognized school under the college of dentistry.
|
| 124 |
+
|
| 125 |
+
ARTICLE I
|
| 126 |
+
THE PROFESSIONAL REGULATORY BOARD OF
|
| 127 |
+
DENTISTRY
|
| 128 |
+
|
| 129 |
+
SEC. 5. COMPOSITION OF THE BOARD. —There is hereby created a Professional
|
| 130 |
+
Regulatory Board of Dentistry, hereinafter referred to as the Board, under the administrative
|
| 131 |
+
control and supervision of the Professional Regulation Commission, hereinafter referred to as the
|
| 132 |
+
Commission, composed of a Chairperson and four (4) members who shall be appointed by the
|
| 133 |
+
President of the Philippines form the recommendees chosen and ranked by the Commission from
|
| 134 |
+
a list of nominees submitted by the accredited professional organization.
|
| 135 |
+
|
| 136 |
+
SEC. 6 POWERS AND FUNCTIONS OF THE BOARD, —The Board shall have the
|
| 137 |
+
following powers and functions:
|
| 138 |
+
|
| 139 |
+
(a) Promulgate, administer and enforce rules and regulations necessary for carrying out
|
| 140 |
+
the provision of this Act;
|
| 141 |
+
|
| 142 |
+
(b) Administer oaths in connection with the administration of this Act;
|
| 143 |
+
|
| 144 |
+
(©) Study the conditions affecting the practice of dentistry, dental hygiene and dental
|
| 145 |
+
technology in the Philippines;
|
| 146 |
+
|
| 147 |
+
(d) Adopt or recommend such measures or discharge such duties, as may be deemed
|
| 148 |
+
proper for the advancement of the profession and the vigorous enforcement of this Act;
|
| 149 |
+
|
| 150 |
+
(e) Ensure, in coordination with the Commission on Higher Education (CHED),
|
| 151 |
+
Accredited Professional Organization, and Association of Dental Colleges, that all educational
|
| 152 |
+
institutions offering dentistry, dental hygiene, and dental technology comply with the policies,
|
| 153 |
+
standards and requirements of the course prescribed by CHED in the areas of curriculum,
|
| 154 |
+
faculty, library, and facilities;
|
| 155 |
+
|
| 156 |
+
(f) Supervise and regulate the registration, licensure and practice of Dentistry, Dental
|
| 157 |
+
Hygiene and Dental Technology in the Philippines;
|
| 158 |
+
|
| 159 |
+
(g) Adopt an official seal of the Board;
|
| 160 |
+
|
| 161 |
+
(h) Issue, reinstate, suspend or revoke the certificate of registration/professional license
|
| 162 |
+
and professional identification card or cancel special permits for the practice of dentistry, dental
|
| 163 |
+
hygiene and dental technology,
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
(i) Prescribe and/or adopt a Code of Ethics and a Code of Dental Practice for the practice
|
| 167 |
+
of dentistry, dental hygiene and dental technology;
|
| 168 |
+
|
| 169 |
+
Gj) Prescribe guidelines and criteria in the Continuing Professional Education (CPE)
|
| 170 |
+
program for dentistry, dental hygiene and dental technology:
|
| 171 |
+
|
| 172 |
+
(k) Hear or investigate any violation of this Act, its implementing rules and regulations,
|
| 173 |
+
and the code of ethics for dentists as shall come to the knowledge of the Board and for this
|
| 174 |
+
Purpose, issue a subpoena duces tecum to secure the appearance of witnesses and the production
|
| 175 |
+
of documents in connection therewith;
|
| 176 |
+
|
| 177 |
+
(1) Accredit various specialties, dental societies/organizations;
|
| 178 |
+
|
| 179 |
+
(m) Perform such other powers and functions as it may deem necessary to carry out the
|
| 180 |
+
objectives of this Act.
|
| 181 |
+
|
| 182 |
+
SEC. 7. QUALIFICATION OF THE CHAIRPERSON AND MEMBERS OF THE
|
| 183 |
+
BOARD. - The Chairperson and members of the Board shall, at the time of his/her appointment,
|
| 184 |
+
possess the following qualifications:
|
| 185 |
+
|
| 186 |
+
(a) be a natural-bomn citizen of the Philippines and a resident thereof,
|
| 187 |
+
|
| 188 |
+
(b) be a duly registered dentist in the Philippines with a valid certificate of
|
| 189 |
+
registration/professional license and professional identification card;
|
| 190 |
+
|
| 191 |
+
(c) be a member of good standing of the accredited professional organization for the last
|
| 192 |
+
five years, Provided, That no member of the Board may qualify to any position, elective or
|
| 193 |
+
appointive, in the accredited professional organizational during his/her incumbency as such;
|
| 194 |
+
|
| 195 |
+
(d) have at least ten (10) years of continuous experience as a Dentist and preferably with
|
| 196 |
+
three (3) years of teaching experience;
|
| 197 |
+
|
| 198 |
+
(©) not be a member of the faculty of any school, college, or university where
|
| 199 |
+
undergraduate and graduate courses in dentistry are taught and where dental hygiene and dental
|
| 200 |
+
technology courses and review courses are offered, nor shall have, directly or indirectly, any
|
| 201 |
+
pecuniary interest in such institution; and
|
| 202 |
+
|
| 203 |
+
(8) not be connected in any capacity with any business enterprise, firm or company in the
|
| 204 |
+
buying, selling or manufacture of dental goods, equipment, materials or supplies.
|
| 205 |
+
|
| 206 |
+
SEC. 8. TERM OF OFFICE. — The members of the Board shall serve for a term of five
|
| 207 |
+
(5) years after their appointment. The member serving the last year of his term shall
|
| 208 |
+
automatically become the Chairperson of the Board and shall not be able to succeed
|
| 209 |
+
himself/herself immediately after the expiration of his/her term of office so that term of one
|
| 210 |
+
member shall be due to expire every year: Provided, however, that all appointments as
|
| 211 |
+
Chairperson shall be approved by the President. Provided, further, that an appointment for any
|
| 212 |
+
|
| 213 |
+
|
| 214 |
+
existing vacancy or vacancies shall be made within one (1) month from the time the vacancy
|
| 215 |
+
‘occurred and shall be for the unexpired portion of the term only.
|
| 216 |
+
|
| 217 |
+
SEC. 9. COMPENSATION AND ALLOWANCES OF THE BOARD. ~ The
|
| 218 |
+
Chairperson and members of the Board shall receive compensation and allowances comparable
|
| 219 |
+
to that being received by the Chairman and members of existing regulatory boards under the
|
| 220 |
+
Commission as provided for in the General Appropriation Act.
|
| 221 |
+
|
| 222 |
+
SEC. 10. SUSPENSION AND REMOVAL FROM OFFICE, - Any member of the
|
| 223 |
+
Board may, upon the recommendation of the Commission after due process of law and
|
| 224 |
+
investigation conducted by the Commission, be suspended or removed by the President from
|
| 225 |
+
office for cause such as the examination, and unprofessional or dishonorable conduct.
|
| 226 |
+
|
| 227 |
+
SEC. 11. SUPERVISION OF THE BOARD. - The Secretary of the Board shall be
|
| 228 |
+
appointed by the Commission subject to the provisions of existing laws, and all records, and
|
| 229 |
+
minutes of the deliberation of proceedings of the Board and other confidential documents shall
|
| 230 |
+
be kept under the direct custody of the Commission. The Commission shall provide the
|
| 231 |
+
secretariat and other support services to implement the provisions of this Act.
|
| 232 |
+
|
| 233 |
+
SEC. 12, ANNUAL REPORT. - The Board shall, within sixty (60) days after the close
|
| 234 |
+
of each fiscal year, prepare and submit an annual report to the Commission, giving a detailed
|
| 235 |
+
account of the proceedings of the Board during the year, recommending measures to be adopted,
|
| 236 |
+
with the end in view of upgrading and improving the conditions affecting the practice of
|
| 237 |
+
Dentistry in the Philippines.
|
| 238 |
+
|
| 239 |
+
ARTICLE II
|
| 240 |
+
LICENSURE EXAMINATION AND REGISTRATION
|
| 241 |
+
|
| 242 |
+
SEC. 13. EXAMINATION REQUIRED. - All applicants for registration for the
|
| 243 |
+
practice of Dentistry, Dental Hygiene and Dental Technology shall be required to undergo a
|
| 244 |
+
licensure examination to be given by the Board in such places and dates as the Commission may
|
| 245 |
+
designate subject to the compliance with the requirements prescribed by the Commission.
|
| 246 |
+
|
| 247 |
+
SEC. 14. QUALIFICATION FOR ADMISSION TO THE LICENSURE
|
| 248 |
+
EXAMINATION. —
|
| 249 |
+
|
| 250 |
+
A. For Dentistry ~ An applicant for the licensure examination for dentists shall establish
|
| 251 |
+
to the satisfaction of the Board, that:
|
| 252 |
+
|
| 253 |
+
(a) he/she is a citizen of the Philippines, or if a foreigner, must prove that the country of
|
| 254 |
+
which he/she is a subject or citizen permits Filipino dentists to practice within its territorial
|
| 255 |
+
jurisdiction on the same basis as the subjects or citizens of such country;
|
| 256 |
+
|
| 257 |
+
(b) he/she has not been convicted of an offense involving moral turpitude;
|
| 258 |
+
|
| 259 |
+
|
| 260 |
+
(©) he/she is a graduate of a recognized and legally constituted university, college, school
|
| 261 |
+
or institute with a Degree of Doctor of Dental medicine or its equivalent.
|
| 262 |
+
|
| 263 |
+
B. For Dental Hygiene — In order to be admitted to the licensure examination for dental
|
| 264 |
+
hygienists, an applicant must at the time of filing his application thereof, establish to the
|
| 265 |
+
satisfaction of the Board, that:
|
| 266 |
+
|
| 267 |
+
(a) he/she is a citizen of the Philippine;
|
| 268 |
+
|
| 269 |
+
(b) he/she possesses good moral character;
|
| 270 |
+
|
| 271 |
+
(©) he/she had finished the two years certificate in dental hygiene conferred by a
|
| 272 |
+
recognized and legally constituted college, or school of dentistry.
|
| 273 |
+
|
| 274 |
+
C. For Dental Technology — In order to be admitted to the licensure examination for
|
| 275 |
+
dental technology, an applicant must, at the time of filing his/her application thereof, establish to
|
| 276 |
+
the satisfaction of the Board that:
|
| 277 |
+
|
| 278 |
+
(a) he/she is a citizen of the Philippines;
|
| 279 |
+
|
| 280 |
+
(b) he/she possesses good moral character,
|
| 281 |
+
|
| 282 |
+
(© he/she had finished the two years certificate in dental technology conferred by a
|
| 283 |
+
recognized and legally constituted college, or school of dentistry;
|
| 284 |
+
|
| 285 |
+
(d) he/she has undergone on-the-job training in a registered/accredited dental laboratory
|
| 286 |
+
for at least six (6) months.
|
| 287 |
+
|
| 288 |
+
SEC. 15. SCOPE OF EXAMINATION. — An examination shall be given to the
|
| 289 |
+
licensure applicants for dentists, dental hygienists, and dental technologists, which shall include,
|
| 290 |
+
but not limited to, the following:
|
| 291 |
+
|
| 292 |
+
(a) For Dentists - General anatomy, oral anatomy, general and microscopic anatomy and
|
| 293 |
+
embryology, general and oral physiology, general and oral pathology, pharmacology,
|
| 294 |
+
microbiology, nutrition, dental materials, restorative dentistry, prosthodontics, orthodontics,
|
| 295 |
+
pedodontics, pediatric dentistry, oral physiology, anesthesiology, oral diagnosis and treatment
|
| 296 |
+
planning, endodontics, periodontics, roentgenology, oral surgery, dental jurisprudence and
|
| 297 |
+
ethics, community dentistry and practice management.
|
| 298 |
+
|
| 299 |
+
(b) For Dental Hygienists - oral anatomy and physiology, dental materials,
|
| 300 |
+
periodontology, roentgenology, preventive dentistry, pedodontics, dental anesthesia and
|
| 301 |
+
pharmacology, pathology, and dental jurisprudence and ethics.
|
| 302 |
+
|
| 303 |
+
(c) For Dental Technologists — oral anatomy, oral physiology, complete, fixed and
|
| 304 |
+
removable prosthodontics, ceramics, orthodontic appliances, dental materials, dental
|
| 305 |
+
jurisprudence, and ethics.
|
| 306 |
+
|
| 307 |
+
|
| 308 |
+
‘The Board may recluster, rearrange, modify, add or exclude and prescribe subjects as the
|
| 309 |
+
need arises.
|
| 310 |
+
|
| 311 |
+
SEC. 16. RATINGS IN THE EXAMINATIONS. ~The licensure examination shall
|
| 312 |
+
consist of both written and practical tests and in order to pass the examination, an examinee must
|
| 313 |
+
obtain a general weighted average of at least seventy-five percent (70%), with no rating below
|
| 314 |
+
fifty percent (50%) in any subject.
|
| 315 |
+
|
| 316 |
+
SEC. 17. REPORT OF THE RESULTS OF THE EXAMINATIONS. ~ The Board
|
| 317 |
+
shall submit to the Commission the ratings obtained by each candidate within twenty (20) days
|
| 318 |
+
after the last day of examination unless extended for just cause.
|
| 319 |
+
|
| 320 |
+
SEC, 18, OATH, — All successful examinees and registrants without examination shall
|
| 321 |
+
be required to take a professional oath before any member of the Board or any other person
|
| 322 |
+
authorized by the Commission or by law before they start their practice.
|
| 323 |
+
|
| 324 |
+
SEC. 19. ISSUANCE OF THE CERTIFICATE OF REGISTRATION /
|
| 325 |
+
PROFESSIONAL LICENSE AND PROFESSIONAL IDENTIFICATION CARD. - A
|
| 326 |
+
certificate of registration/professional licenses shall be issued to examinees who pass the
|
| 327 |
+
licensure examination for dentistry subject to payment of fees prescribed by the Commission.
|
| 328 |
+
‘The certificate of registration/professionat license shall bear the signature of the chairperson of
|
| 329 |
+
the Commission and the chairperson and members of the Board stamped with the official seal of
|
| 330 |
+
the Board and the Commission, indicating that the person named therein is entitled to practice
|
| 331 |
+
the profession with all the benefits and privileges appurtenant thereto. The certificate of
|
| 332 |
+
registration/professional license shall remain in force and effect until revoked or suspended in
|
| 333 |
+
accordance with this Act.
|
| 334 |
+
|
| 335 |
+
A professional identification card bearing the registration number, date of issuance,
|
| 336 |
+
expiry date, duly signed by the chairperson of the Commission shall likewise be issued to every
|
| 337 |
+
registrant upon payment of the required fees. The professional identification card shall be
|
| 338 |
+
renewed every three (3) years and upon payment of fees and upon satisfying the requirements of
|
| 339 |
+
the Board.
|
| 340 |
+
|
| 341 |
+
SEC. 20, FEES FOR EXAMINATION AND REGISTRATION. — Every applicant to
|
| 342 |
+
the licensure examination for dentistry shall pay an examination fee and a registration fee as
|
| 343 |
+
determined and fixed by the Commission.
|
| 344 |
+
|
| 345 |
+
SEC. 21. REFUSAL TO ISSUE CERTIFICATES FOR CERTAIN CAUSES. - The
|
| 346 |
+
Board shall refuse to issue a certificate of registration to any successful examinee or to any
|
| 347 |
+
examinee registered without examination who has been convicted by a court of competent
|
| 348 |
+
jurisdiction of any criminal offense involving moral turpitude or has been found guilty of
|
| 349 |
+
|
| 350 |
+
|
| 351 |
+
immoral or dishonorable conduct after investigation by the Board, or has been declared to be of
|
| 352 |
+
‘unsound mind. The reason for the refusal shall be set forth in writing.
|
| 353 |
+
|
| 354 |
+
SEC. 22. REVOCATION OR SUSPENSION OF CERTIFICATEOF
|
| 355 |
+
REGISTRATION/PROFESSIONAL LICENSE AND PROFESSIONAL IDENTIFICATION
|
| 356 |
+
(CARD AND CANCELLATION OF TEMPORARY/SPECIAL PERMIT. — The Board shall
|
| 357 |
+
have the power to recommend the nullification or suspension of the validity of the certificate of
|
| 358 |
+
rogistration/professional license and professional identification card of a dentist, dental
|
| 359 |
+
technologist/dental hygienist or the cancellation of a temporary/special permit for any of the
|
| 360 |
+
causes mentioned in the preceding section, or for:
|
| 361 |
+
|
| 362 |
+
(a) unprofessional and unethical conduct,
|
| 363 |
+
|
| 364 |
+
(b) malpractice;
|
| 365 |
+
|
| 366 |
+
(©) incompetency, serious ignorance or negligence in the practice of dentistry, dental
|
| 367 |
+
hygiene, and dental technology;
|
| 368 |
+
|
| 369 |
+
(@ willful destruction or mutilation of a natural tooth of a patient with the deliberate
|
| 370 |
+
purpose of substituting the same by an unnecessary or unessential artificial tooth,
|
| 371 |
+
|
| 372 |
+
(© for making use of fraud, deceitful or false statement to obtain a certification of
|
| 373 |
+
|
| 374 |
+
(8) for alcohotism or drug addiction causing him/her to become incompetent to practice
|
| 375 |
+
dentistry, dental hygiene and dental technology;
|
| 376 |
+
|
| 377 |
+
(g) for the employment of persons who are not duly authorized to do the work which
|
| 378 |
+
under this Act can only be done by persons who have certificates of registration to practice
|
| 379 |
+
dentistry, dental hygiene and dental technology in the Philippines;
|
| 380 |
+
|
| 381 |
+
(b) for the employment of deceit or any form of fraud with the public in general or some
|
| 382 |
+
clients in particular for the purpose of extending his/her clientele;
|
| 383 |
+
|
| 384 |
+
(i) for making false advertisements, publishing or circulating fraudulent or deceitful
|
| 385 |
+
allegations regarding his/her professional attainment, skill or knowledge, or methods of
|
| 386 |
+
treatment employed by him;
|
| 387 |
+
|
| 388 |
+
(utter disregard and continue violation of any of the provisions of this Act: Provided,
|
| 389 |
+
that the action of the Board in the exercise of this power shall be appealable to the Commission.
|
| 390 |
+
|
| 391 |
+
SEC. 23. REINSTATEMENT, REISSUANCE OR REPLACEMENT OF
|
| 392 |
+
CERTIFICATE OF REGISTRATION/PROFESSIONAL LICENSE AND PROFESSIONAL
|
| 393 |
+
IDENTIFICATION CARD, — Two (2) years after the date of revocation, the Board may, upon.
|
| 394 |
+
application and for reasons deemed proper and sufficient, reinstate any revoked certificate of
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
registration/professional license and reissue a professional identification card, in so doing, may,
|
| 399 |
+
in its discretion, exempt the applicant from taking another examination.
|
| 400 |
+
|
| 401 |
+
SEC. 24, ISSUANCE OF SPECIAL/TEMPORARY PERMIT TO FOREIGNERS. —
|
| 402 |
+
Certificates of Registration shall not be required of: (1) commissioned dental officers of the
|
| 403 |
+
army, navy and air force of any foreign country whose operations in the Philippines are
|
| 404 |
+
Permitted by the government while rendering dental service as such for the members of said
|
| 405 |
+
forces only, (2) of dentist and oral surgeons from other countries who are invited for
|
| 406 |
+
consultation, demonstrations, medical missions or under an exchange visitor program as a
|
| 407 |
+
member of a teaching faculty. Provided, that in such cases their work shall be limited to the
|
| 408 |
+
specific task assigned to them, and Provided, further, that a special permit has been previously
|
| 409 |
+
granted by the Board and the Commission stating therein the duration of such permit, Provided
|
| 410 |
+
furthermore, that the Board may designate the accredited professional organization, through its
|
| 411 |
+
constituent chapters and affiliates, to monitor such activities.
|
| 412 |
+
|
| 413 |
+
ARTICLE IV
|
| 414 |
+
PRACTICE OF DENTISTRY, DENTAL HYGIENE
|
| 415 |
+
AND DENTAL TECHNOLOGY
|
| 416 |
+
|
| 417 |
+
SEC. 25. CODE OF ETHICS AND CODE OF DENTAL PRACTICE FOR
|
| 418 |
+
DENTISTS. - The Board shall adopt and promulgate the Code of Ethics and Code of Dental
|
| 419 |
+
Practice of dentists, dental hygienists and dental technologists prescribed and issued by the
|
| 420 |
+
accredited professional organization of dentists.
|
| 421 |
+
|
| 422 |
+
SEC. 26. VESTED RIGHTS. — All dentists and dental hygienists registered at the time
|
| 423 |
+
this law takes effect shall automatically be registered under the provisions hereof, subject
|
| 424 |
+
however to the provisions herein set forth as to future requirements. Certificates of
|
| 425 |
+
registration/professional license held by such persons in good standing shall have the same force
|
| 426 |
+
and effect as though issued after the passage of this Act.
|
| 427 |
+
|
| 428 |
+
SEC. 27. REGISTRATION WITHOUT EXAMINATION FOR DENTAL
|
| 429 |
+
HYGIENISTS AND DENTAL TECHNOLOGISTS. — A person who possesses the equivalent
|
| 430 |
+
qualifications required for admission in the examination for dental hygienist or dental
|
| 431 |
+
technologist pursuant to this Act, may be registered without examination. Provided, that the
|
| 432 |
+
applicant files with the Board within three years after the effectivity of this Act, an application
|
| 433 |
+
for registration and issuance of a certificate of registration/professional license and professional
|
| 434 |
+
identification card, by submitting credentials showing that the applicant, before the effectivity of
|
| 435 |
+
this Act:
|
| 436 |
+
|
| 437 |
+
|
| 438 |
+
(@) had been given a certificate in dental hygiene or dental technology by a duly
|
| 439 |
+
recognized college, school or institution and had at least three (3) years actual experience as
|
| 440 |
+
dental hygienist or dental technologist in an accredited or licensed dental clinic or laboratory, or
|
| 441 |
+
|
| 442 |
+
(b) had been practicing as a dental hygienist or dental technologist for at least five (5)
|
| 443 |
+
years in a licensed dental laboratory or clinic under the supervision of a dentist and had attended
|
| 444 |
+
a training course given by an accredited school or institution.
|
| 445 |
+
|
| 446 |
+
SEC. 28. DISPLAY OF NAME AND CERTIFICATE OF REGISTRATION. — Every
|
| 447 |
+
registered practicing dentist, dental hygienist and dental technologist shall display in a
|
| 448 |
+
conspicuous place in the building or office where he/she practices, his/her name and his/her
|
| 449 |
+
certificate or registration in plain sight of patients who enter the dental office, or dental clinic or
|
| 450 |
+
dental laboratory. In the case where the dentist has more than one clinic, the original certificate
|
| 451 |
+
of registration should be displayed in his/her main office or clinic, and he/she shall display a
|
| 452 |
+
copy of his/her certified original certificate of registration in the other branch or branches of
|
| 453 |
+
his/her practice. Any owner or proprietor of a dental office or establishment shall display the
|
| 454 |
+
certificates of registration of each and everyone of such persons in the same manner as
|
| 455 |
+
hereinafter provided.
|
| 456 |
+
|
| 457 |
+
SEC. 29, INTEGRATION OF DENTISTS, DENTAL HYGIENISTS AND DETNAL
|
| 458 |
+
TECHNOLOGISTS. ~ Ali registered dentists, dental hygienists and dental technologist shall be
|
| 459 |
+
integrated into one (1) national organization which shall be recognized by the Board and
|
| 460 |
+
accredited by the Commission as the one and only accredited integrated association to which all
|
| 461 |
+
dentists, dental hygienists and dental technologists shall belong, Henceforth, all dentists, dental
|
| 462 |
+
hygienists and dental technologists to be registered with the Board shall automatically become a
|
| 463 |
+
member of the accredited integrated professional organization upon payment of required fees and
|
| 464 |
+
dues. Membership in the accredited and integrated organization shall not be a bar to membership
|
| 465 |
+
in other associations of dentists, dental hygienists and dental technologists.
|
| 466 |
+
|
| 467 |
+
SEC. 30, FOREIGN RECIPROCITY. - No foreigner shall be admitted to the
|
| 468 |
+
examination and be given a certificate of registration/professional license to practice as a dentist
|
| 469 |
+
and be entitled to any of the privileges under this Act unless the country of which he/she is a
|
| 470 |
+
subject or citizen specifically permits Filipino dentists to practice within its territorial limits on
|
| 471 |
+
the same basis as the subject or citizens of such foreign state or country under reciprocity and
|
| 472 |
+
under intemational agreements.
|
| 473 |
+
|
| 474 |
+
SEC. 31. ROSTER OF DENTISTS, DENTAL HYGIENISTS AND DENTAL
|
| 475 |
+
TECHNOLOGISTS. — The Board, in coordination with the accredited professional organization,
|
| 476 |
+
shall maintain a roster of the name, residence and of the addresses of all registered dentists,
|
| 477 |
+
|
| 478 |
+
10
|
| 479 |
+
|
| 480 |
+
|
| 481 |
+
dental hygienists and dental technologists and shall make this roster available to the public upon
|
| 482 |
+
request.
|
| 483 |
+
ARTICLE V
|
| 484 |
+
PENAL PROVISION AND ENFORCEMENT OF THE ACT
|
| 485 |
+
|
| 486 |
+
SEC. 32. PENAL PROVISION. - The following, shall be punished by a fine of not less
|
| 487 |
+
than Two Hundred Thousand Pesos (P200,000.00) nor more than Five Hundred Thousand Pesos
|
| 488 |
+
(P500,000.00) or to suffer imprisonment for a period of not less than ten (10) years and one day
|
| 489 |
+
nor more than twenty years, or both, in the discretion of the court:
|
| 490 |
+
|
| 491 |
+
(@) Any person who shall practice dentistry, dental hygiene or dental technology in the
|
| 492 |
+
Philippines as defined in this Act, without a certificate of registration issued in accordance with
|
| 493 |
+
the provisions of this Act, or has been declared exempt,
|
| 494 |
+
|
| 495 |
+
(b) Any of those who practice the profession to whom the definition of the practice of
|
| 496 |
+
dentistry, dental hygiene or dental technology does not apply;
|
| 497 |
+
|
| 498 |
+
(©) Any licensed dentist who shall abet the illegal practice of dentistry;
|
| 499 |
+
|
| 500 |
+
(@) Any person presenting or using as his/her own the certificate of registration of
|
| 501 |
+
another,
|
| 502 |
+
|
| 503 |
+
(©) Any person who shall give any false or forged evidence to the Board in obtaining a
|
| 504 |
+
certificate of registration;
|
| 505 |
+
|
| 506 |
+
(® Any person who shall impersonate any registrant of like or different name;
|
| 507 |
+
|
| 508 |
+
(g) Any person who shall use a revoked or suspended certificate of registration;
|
| 509 |
+
|
| 510 |
+
(h) Any person who shall assume, use or advertise as a bachelor of dental surgery, doctor
|
| 511 |
+
of dental surgery, master of dental surgery, licentiate of dental surgery, doctor of dental
|
| 512 |
+
medicine, or dental surgeon, or append to his name the letters D.D.S., B.D.S., L.D.S., or DM.D.
|
| 513 |
+
without having been conferred such title or degree in a legally constituted school, college or
|
| 514 |
+
university, duly recognized and authorized to confer the same or other degrees;
|
| 515 |
+
|
| 516 |
+
(@ Any person who advertise any title or description tending to convey the impression
|
| 517 |
+
that he/she is a dentist, without holding valid certificates of registration from the Board;
|
| 518 |
+
|
| 519 |
+
SEC. 31. ENFORCEMENT OF THIS ACT. ~ It shall be the duty of all constituted
|
| 520 |
+
officers of the law of the national, provincial, city, municipal or barangay level of the
|
| 521 |
+
government, to enforce the provisions of this Act as well as the rules and regulations pertinent
|
| 522 |
+
thereto, and to prosecute any person violating the same. The Secretary of Justice shall act as the
|
| 523 |
+
legal adviser of the Board of Dentistry and shall render such legal assistance as may be necessary
|
| 524 |
+
in carrying out the provisions of this Act.
|
| 525 |
+
|
| 526 |
+
|
| 527 |
+
ARTICLE VI
|
| 528 |
+
MISCELLANEOUS PROVISIONS
|
| 529 |
+
|
| 530 |
+
SEC. 32, FUNDING PROVISION. - The Chairman of the Professional Regulation
|
| 531 |
+
Commission shall immediately include in the Commission’s programs the implementation of this
|
| 532 |
+
Act, the funding of which shall be included in the Annual General Appropriations Act.
|
| 533 |
+
|
| 534 |
+
SEC. 33, TRANSITORY PROVISION. ~ The existing Board of Dentistry shall continue
|
| 535 |
+
to function in the interim until such time that the new Professional Regulatory Board of Dentistry
|
| 536 |
+
shall be constituted pursuant to this Act.
|
| 537 |
+
|
| 538 |
+
SEC. 34, IMPLEMENTING RULES AND REGULATIONS. - The Board, in
|
| 539 |
+
coordination with the accredited professional organization and with the approval of the
|
| 540 |
+
Commission, shall promulgate, adopt and implement such rules and regulations to carry out the
|
| 541 |
+
provisions of this Act.
|
| 542 |
+
|
| 543 |
+
SEC. 35, SEPARABILITY CLAUSE. — if any section or provision of this Act shall be
|
| 544 |
+
declared invalid or unconstitutional, such shall not invalidate any other section or provision of
|
| 545 |
+
this Act.
|
| 546 |
+
|
| 547 |
+
SEC. 36. REPEALING CLAUSE. ~ Republic Act No. 4419 and Republic Act No. 768,
|
| 548 |
+
are hereby repealed. All other laws or portions thereof, orders, ordinances, or rules and
|
| 549 |
+
regulations in conflict with the provisions of this Act as pertain to the practice of Dentistry shall
|
| 550 |
+
be, and are hereby repealed.
|
| 551 |
+
|
| 552 |
+
SEC. 37, EFFECTIVITY. ~ This Act shall take effect following its publication in the
|
| 553 |
+
Official Gazette or in any newspaper of general circulation.
|
| 554 |
+
|
| 555 |
+
Approved,
|
| 556 |
+
|
| 557 |
+
12
|
data/document/hb/13/00001-01000/HB-00073.txt
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines Prerive
|
| 2 |
+
HOUSE OF REPRESENTATIVES P
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
73
|
| 9 |
+
|
| 10 |
+
HOUSE BILL NO.
|
| 11 |
+
|
| 12 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
‘The Constitution mandates not only that quality education must be provided by
|
| 17 |
+
the State to all qualified citizens — the poor and the underprivileged in particular — at all
|
| 18 |
+
levels of education, but that it must likewise put in place a system of education geared
|
| 19 |
+
towards establishing and making available a continuing pool of trained manpower for the
|
| 20 |
+
country’s development efforts.
|
| 21 |
+
|
| 22 |
+
Within the context of this constitutional policy, the Bill seeks to provide free
|
| 23 |
+
college education in Information and Communications Technology (ICT), a two-year
|
| 24 |
+
college degree course, to all high school graduates of public schools. These beneficiaries
|
| 25 |
+
would have the right to choose the public or state college or university of his choice
|
| 26 |
+
within the city, province or region, as the case may be, for purposes enjoying the free
|
| 27 |
+
college education benefit. In the same vein, the college authorities are obligated, under
|
| 28 |
+
pain of administrative sanctions, to admit the qualified beneficiaries.
|
| 29 |
+
|
| 30 |
+
Given the present business practice that places a premium on formal post-
|
| 31 |
+
secondary education or college training, and given the sheer number of graduates of our
|
| 32 |
+
public school system, this proposed legislation is a first concrete step towards providing
|
| 33 |
+
the deserving graduates of our public high schools with appropriate quality college
|
| 34 |
+
‘education keyed to the demands of a highly competitive marketplace.
|
| 35 |
+
|
| 36 |
+
In this context, approval of the Bill is earnestly sought.
|
| 37 |
+
|
| 38 |
+
UL V. DEL MAR
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
Republic of the Philippines
|
| 42 |
+
HOUSE OF REPRESENTATIVES
|
| 43 |
+
Quezon City
|
| 44 |
+
|
| 45 |
+
THIRTEENTH CONGRESS
|
| 46 |
+
First Regular Session
|
| 47 |
+
|
| 48 |
+
HOUSE BILL NO. 73
|
| 49 |
+
|
| 50 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 51 |
+
|
| 52 |
+
AN ACT
|
| 53 |
+
ESTABLISHING AND PROVIDING FOR FREE COLLEGE EDUCATION IN
|
| 54 |
+
INFORMATION AND COMMUNICATIONS TECHNOLOGY AND OTHER
|
| 55 |
+
PURPOSES
|
| 56 |
+
|
| 57 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 58 |
+
assembled:
|
| 59 |
+
|
| 60 |
+
SECTION 1. Title. - This Act shall be known as the “Free Information and
|
| 61 |
+
Communications Technology College Education Act of 2001”.
|
| 62 |
+
|
| 63 |
+
SEC. 2, Declaration of Policy. ~ It is the policy of the State to provide quality
|
| 64 |
+
education to all qualified citizens at all levels of education and to establish a system of
|
| 65 |
+
grants, subsidies and incentives which shall be available to deserving students, especially
|
| 66 |
+
the poor and underprivileged, in order to enable them to truly participate in the benefits of
|
| 67 |
+
a democratic society.
|
| 68 |
+
|
| 69 |
+
SEC. 3. Definitions. — For purposes of this Act:
|
| 70 |
+
|
| 71 |
+
a) “Free College Education” shall mean any two-year college degree course or
|
| 72 |
+
program in Information and Communications Technology (ICT) offered in or conducted
|
| 73 |
+
by Stat colleges and universities;
|
| 74 |
+
|
| 75 |
+
b) “State Colleges and Universities” refers to institutions of higher learning,
|
| 76 |
+
including specialized schools, maintained and funded by government;
|
| 77 |
+
|
| 78 |
+
©) “Qualified Beneficiaries” shall mean all graduates of public high schools;
|
| 79 |
+
|
| 80 |
+
4) “Tuition Fee” shall refer to the fee representing direct costs of instruction
|
| 81 |
+
and training facilities;
|
| 82 |
+
|
| 83 |
+
©) “Other School Fees” refers to those fees which cover the other necessary
|
| 84 |
+
Costs supportive of instruction, including, but not limited to medical and dental, athletic,
|
| 85 |
+
library and laboratory fees.
|
| 86 |
+
|
| 87 |
+
|
| 88 |
+
However, fees related to membership in students organizations or college
|
| 89 |
+
activities may be collected, provided that non-payment of these fees shall not in any case
|
| 90 |
+
prejudice the enrollment or graduation of a qualified beneficiary.
|
| 91 |
+
|
| 92 |
+
SEC. 4, Implementation of Free College Education. — The system of Free
|
| 93 |
+
College Education as provided in this Act, shall commence in the School Year following
|
| 94 |
+
approval of this Act. Qualified beneficiaries intending to enroll or already enrolled in
|
| 95 |
+
ICT course offerings in state colleges and universities shall be free from payment of
|
| 96 |
+
tuition and other school fees and shall be entitled to such other incentives or subsidies as
|
| 97 |
+
may be granted in accordance with such rules and regulations to be promulgated to carry
|
| 98 |
+
out the provisions of this Act: Provided, that nothing in this Act shall cause or authorize
|
| 99 |
+
the reduction or removal of any benefit which the national or local government may be
|
| 100 |
+
granted to the students prior to the enactment of this Act.
|
| 101 |
+
|
| 102 |
+
SEC. 5. Formulation of ICT Curriculum, — The Commission on Higher
|
| 103 |
+
Education (CHED) shall formulate a two-year college curriculum geared to provide
|
| 104 |
+
students with highly competitive training or skills consistent with the manpower demands
|
| 105 |
+
of a highly competitive business environment.
|
| 106 |
+
|
| 107 |
+
SEC, 6. Limitation. ~ The right of any student to avail of free college education
|
| 108 |
+
shall terminate is he fails for two (2) consecutive semesters in the majority of the subjects
|
| 109 |
+
in which he is enrolled during the course of his study.
|
| 110 |
+
|
| 111 |
+
SEC. 7. Place of Study and Admission, - The qualified beneficiary shall take his
|
| 112 |
+
free college education in state colleges or universities of his choice situated in the city or
|
| 113 |
+
province where he resides.
|
| 114 |
+
|
| 115 |
+
Should there be no state college or university in the city or province where he
|
| 116 |
+
resides or where the university or college facilities cannot accommodate all qualified
|
| 117 |
+
beneficiaries, the student may take his free college benefit in any college or university
|
| 118 |
+
within the region nearest to his place of residence. In the absence of public universities
|
| 119 |
+
or colleges within the region of his residence, the qualified student beneficiary may avail
|
| 120 |
+
of the privilege in any public or state college or university in any region nearest to the
|
| 121 |
+
province where he resides.
|
| 122 |
+
|
| 123 |
+
SEC. 8. Obligation of State Colleges. - The State colleges or universities have
|
| 124 |
+
the obligation to admit qualified beneficiaries, subject only to limitation of funding and
|
| 125 |
+
facilities. A violation of this obligation shall constitute a ground for dismissal of the
|
| 126 |
+
school authorities concerned.
|
| 127 |
+
|
| 128 |
+
|
| 129 |
+
SEC. 9. Implementing Rules and Regulations. — The CHED, in coordination
|
| 130 |
+
with the association of state colleges and universities, shall issue the necessary
|
| 131 |
+
implementing rules and regulations within one hundred twenty (120) days from
|
| 132 |
+
effectivity of this Act.
|
| 133 |
+
|
| 134 |
+
SEC. 10. Funding. — Adequate funds shall be earmarked by the President from
|
| 135 |
+
available funds in the National Treasury for the initial implementation of this Act. The
|
| 136 |
+
President shall likewise utilize for the purpose available funds or savings of the CHED or
|
| 137 |
+
the Department of Education Culture and Sports. Funds needed for the ensuing fiscal
|
| 138 |
+
years for the implementation of this Act shall be included in the appropriations of State
|
| 139 |
+
universities and colleges in the General Appropriations Act.
|
| 140 |
+
|
| 141 |
+
SEC. 11. Repealing Clause. - All laws or parts thereof inconsistent with any
|
| 142 |
+
provision of this Act shall be deemed repealed or modified as the case may be.
|
| 143 |
+
|
| 144 |
+
SEC. 12. Effectivity, - This Act shall take effect immediately upon its
|
| 145 |
+
publication in two (2) newspapers of general circulation.
|
| 146 |
+
|
| 147 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00074.txt
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES,
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
74
|
| 9 |
+
|
| 10 |
+
HOUSE BILL NO.
|
| 11 |
+
|
| 12 |
+
Introduced by: REP. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
The attached bill seeks to expressly exclude jai-alai games from the franchised
|
| 17 |
+
activities of the Philippine Amusement and Gaming Corporation (PAGCOR) by an
|
| 18 |
+
express amendment of Presidential Decree No. 1869, the PAGCOR charter.
|
| 19 |
+
|
| 20 |
+
The basic principle, conceded by all legislators, is that the permit or franchise for
|
| 21 |
+
the operation and regulation of any form of gambling is a legislative prerogative, In other
|
| 22 |
+
words, gambling — in this instance jai-alai — being a prohibited activity can only allowed
|
| 23 |
+
by clear and express provision of law.
|
| 24 |
+
|
| 25 |
+
The proposed legislation will settle with finality the issue of authority of
|
| 26 |
+
PAGCOR to operate and manage jai-alai games. This, in view of the recent judicial
|
| 27 |
+
ruling that PAGCOR is vested with power to operate jai-alai games, a ruling arrived at
|
| 28 |
+
when the issue was raised before the Court for the third time, a ruling marked by strong
|
| 29 |
+
disagreements between and among the members of the Highest court.
|
| 30 |
+
|
| 31 |
+
The issue of jai-alai is not merely and simply a legal issue; it involves peace and
|
| 32 |
+
order, public policy and public morals. We cannot quibble about this. As all Cebuanos
|
| 33 |
+
know only too well, the pernicious gambling activity called MASIAO ~ the illegal
|
| 34 |
+
numbers game in the Visayas and Mindanao — is rooted in jai-alai. MASIAO is hitched
|
| 35 |
+
to ~ and thrives on — the three number winning combination that results from what is
|
| 36 |
+
known as the special lave in professional jai-alai games. With Masiao in the streets
|
| 37 |
+
because of jai-alai, Cebu would have to contend with criminal activities, the shady
|
| 38 |
+
dealings and the dubious characters that MASIAO is sure to bring. It happened in the
|
| 39 |
+
past when jai-alai was around; it will happen again the moment jai-alai is back — unless
|
| 40 |
+
jai-alai games are totally stopped by this august body.
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
This is consistent with the strong policy of the President that ~ exercising her
|
| 44 |
+
power of control over all executive offices - she is against the resumption of jai-alai
|
| 45 |
+
operations by PAGCOR and the proliferation of any form of gambling. Needless to say,
|
| 46 |
+
the quick response of the President clearly indicates the sincerity and passion with which
|
| 47 |
+
she wages her war against the proliferation of gambling and other vices and affirms her
|
| 48 |
+
confidence in the unstinting moral crusade of the people of the Visayas against MASIAO
|
| 49 |
+
and the ill effects and deeds it breeds. It gives us the assurance needed to push for the
|
| 50 |
+
most restrictive reforms in the area of gambling.
|
| 51 |
+
|
| 52 |
+
In this light, approval of the Bill is strongly requested.
|
| 53 |
+
|
| 54 |
+
KE DEL MAR
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
Republic of the Philippines
|
| 58 |
+
HOUSE OF REPRESENTATIVES
|
| 59 |
+
Quezon City
|
| 60 |
+
|
| 61 |
+
THIRTEENTH CONGRESS
|
| 62 |
+
First Regular Session
|
| 63 |
+
|
| 64 |
+
74
|
| 65 |
+
|
| 66 |
+
HOUSE BILL NO.
|
| 67 |
+
|
| 68 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 69 |
+
|
| 70 |
+
AN ACT
|
| 71 |
+
AMENDING PRESIDENTIAL DECREE NO. 1869, EXPRESSLY EXCLUDING
|
| 72 |
+
JAI-ALAI GAMES FROM THE FRANCHISED ACTIVITIES OF THE
|
| 73 |
+
PHILIPPINE AMUSEMENT AND GAMING CORPORATION.
|
| 74 |
+
|
| 75 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 76 |
+
Congress Assembled:
|
| 77 |
+
SECTION 1. Section 1(b) of Presidential Decree No. 1869 is hereby amended to
|
| 78 |
+
read as follows:
|
| 79 |
+
“(b) To establish and operate clubs and casinos, for amusement
|
| 80 |
+
, sports gaming pools (basketball, football, lotteries, etc.)
|
| 81 |
+
and such other forms of amusement and recreation including games of
|
| 82 |
+
|
| 83 |
+
and recreati
|
| 84 |
+
|
| 85 |
+
chance, except jal-alal, which may be allowed by law within the
|
| 86 |
+
territorial jurisdiction of the Philippines and which will : (1) generate
|
| 87 |
+
sources of additional revenue to fund infrastructure and socio-civic
|
| 88 |
+
projects, such as flood control programs, beautification, sewerage and
|
| 89 |
+
sewage projects, Tulungan ng Bayan Centers, Nutrition Programs,
|
| 90 |
+
population Control and such other essential public services; (2) create
|
| 91 |
+
recreation and integrated facilities which will expand and improve the
|
| 92 |
+
country’s existing tourist attractions; and (3) minimize, if not totally
|
| 93 |
+
eradicate, the evils, malpractices and corruptions that are normally
|
| 94 |
+
prevalent in the conduct and operation of gambling clubs and casinos
|
| 95 |
+
without direct government involvement.”
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
SEC. 2, Section 10 Presidential Decree No. 1869 is likewise amended to read as
|
| 99 |
+
follows:
|
| 100 |
+
“Sec, 10, Nature and term of franchise — Subject to the terms and
|
| 101 |
+
conditions established in this Decree, the Corporation is hereby granted
|
| 102 |
+
|
| 103 |
+
for a period of twenty-five (25) years, the rights, privileges and authority
|
| 104 |
+
|
| 105 |
+
to operate and maintain gambling casinos, clubs, and other recreation or
|
| 106 |
+
|
| 107 |
+
amusement places, sports, gaming pools, i. basketball, football,
|
| 108 |
+
|
| 109 |
+
lotteries, etc, EXCEPT JAI ALAI, whether on land or sea, within the
|
| 110 |
+
territorial jurisdiction of the Republic of the Philippines”.
|
| 111 |
+
|
| 112 |
+
SEC.3. Repealing Clause — All laws, decrees, executive orders, proclamations,
|
| 113 |
+
rules and regulations and other issuances, or parts thereof which are inconsistent with the
|
| 114 |
+
provisions of this Act, are hereby repealed, amended or modified.
|
| 115 |
+
|
| 116 |
+
SEC. 4, Effectivity - This Act shall take effect fifteen (15) days following its
|
| 117 |
+
publication in any two newspapers of general circulation.
|
| 118 |
+
|
| 119 |
+
Approved,
|
| 120 |
+
|
data/document/hb/13/00001-01000/HB-00075.txt
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
75
|
| 9 |
+
|
| 10 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 11 |
+
|
| 12 |
+
HOUSE BILL Nt
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
This bill seeks to increase the present benefits of our Filipino World War
|
| 17 |
+
Veterans by increasing their monthly pension and at the same time providing them with
|
| 18 |
+
medical assistance.
|
| 19 |
+
|
| 20 |
+
There is no dispute that our war veterans showed a higher level of patriotism and
|
| 21 |
+
love of country by risking their lives to defend our country and thus gained for us a true
|
| 22 |
+
and lasting independence. However, these Filipino War Veterans are not being given the
|
| 23 |
+
recognition, financial or otherwise, they rightfully deserve.
|
| 24 |
+
|
| 25 |
+
It is so disheartening to note the fact that our war veterans receive a meager
|
| 26 |
+
pension. With the continuing escalation of the cost of living most of them could hardly
|
| 27 |
+
afford a decent and humane standard of living. Now old and sickly, most of them
|
| 28 |
+
frequent hospitals for medical attention and hospitalization. It is hoped that the benefits to
|
| 29 |
+
be given shall help improve their quality of life.
|
| 30 |
+
|
| 31 |
+
In view of the foregoing, the approval of the proposed bill is indispensable.
|
| 32 |
+
|
| 33 |
+
hs DEL MAR
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
Republic of the Philippines
|
| 37 |
+
HOUSE OF REPRESENTATIVES
|
| 38 |
+
Quezon City
|
| 39 |
+
|
| 40 |
+
THIRTEENTH CONGRESS
|
| 41 |
+
First Regular Session
|
| 42 |
+
|
| 43 |
+
75
|
| 44 |
+
|
| 45 |
+
HOUSE BILL NO.
|
| 46 |
+
|
| 47 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 48 |
+
|
| 49 |
+
AN ACT
|
| 50 |
+
AMENDING CERTAIN SECTIONS OF REPUBLIC ACT NO, 6948 OTHERWISE
|
| 51 |
+
KNOWN AS ‘AN ACT STANDARDIZING AND UPGRADING THE BENEFITS
|
| 52 |
+
FOR MILITARY VETERANS AND THEIR DEPENDENTS’.
|
| 53 |
+
|
| 54 |
+
Be it enacted by the Senate and the House of Representatives of the Philippine in
|
| 55 |
+
Congress assembled:
|
| 56 |
+
|
| 57 |
+
SECTION 1. Section 3 of the Republic Act No. 7696 is hereby amended to read
|
| 58 |
+
as follows:
|
| 59 |
+
|
| 60 |
+
“SEC. 10. Eligibility. - A Veteran as defined in Section
|
| 61 |
+
2(a) of this Act who is at least sixty-five (65) years old
|
| 62 |
+
shall be paid an old-age pension of SIX THOUSAND
|
| 63 |
+
PESOS ( P6,000.00) monthly, unless he is actually
|
| 64 |
+
receiving a similar pension for the same consideration from
|
| 65 |
+
other govemment funds or from the United States
|
| 66 |
+
Government: Provided, that in the succeeding years FROM
|
| 67 |
+
THE APPROVAL OF THIS ACT, said SIX THOUSAND
|
| 68 |
+
PESOS (6,000.00) shall be increased annually by not less
|
| 69 |
+
than ONE THOUSAND PESOS (P1,000.00) per month
|
| 70 |
+
until total old pension shall be at least TEN THOUSAND
|
| 71 |
+
PESOS (P 10,000.00) per month.”
|
| 72 |
+
|
| 73 |
+
SECTION 2. Section 7 of the Republic Act No. 7696 is hereby amended to read
|
| 74 |
+
as follows:
|
| 75 |
+
|
| 76 |
+
“SEC. 20. Burial AND MEDICAL Assistance. — Unless
|
| 77 |
+
the person who defrayed the expenses for the funeral of a
|
| 78 |
+
deceased veteran is entitled to a similar benefit from the
|
| 79 |
+
United States Government, he/she shall be given Ten
|
| 80 |
+
thousand pesos (P10,000.00) as burial assistance upon
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
application therefore in due form which shall be filed
|
| 84 |
+
within two (2) years from the death of the concemed.”
|
| 85 |
+
FURTHER, A VETERAN AS DEFINED IN SECTION
|
| 86 |
+
2(a) OF THIS ACT IS ENTITLED TO RECEIVE FREE
|
| 87 |
+
MEDICAL ASSISTANCE IN THE AMOUNT OF TWO
|
| 88 |
+
HUNDRED PESOS (P200.00) A DAY IN ANY
|
| 89 |
+
ACCREDITED HOSPITALS.”
|
| 90 |
+
|
| 91 |
+
SEC. 3..All existing laws or parts thereof inconsistent with the provisions of this
|
| 92 |
+
‘Act are hereby repealed or modified accordingly.
|
| 93 |
+
|
| 94 |
+
SEC. 4, This Act shall Take effect fifteen (15) days after its publication in two (2)
|
| 95 |
+
national newspaper of general circulation.
|
| 96 |
+
|
| 97 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00076.txt
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
76
|
| 9 |
+
|
| 10 |
+
HOUSE BILL No.
|
| 11 |
+
|
| 12 |
+
Introduced by: Rep. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
‘The attached Bill seeks to provide incentives to Barangay Officials, including
|
| 17 |
+
Barangay Tanods and Members of the Lupong Tagapamayapa and Barangay employees.
|
| 18 |
+
|
| 19 |
+
Compared to other government employees in local government units, Barangay
|
| 20 |
+
officials and Barangay employees are the lowest paid and the least benefited in terms of
|
| 21 |
+
government employment benefits and privileges. And yet our Barangay officials are the
|
| 22 |
+
frontliners, so to speak, the government workers who make democracy work at the
|
| 23 |
+
grassroots level. They have a job to do under existing law and, as a general rule, they
|
| 24 |
+
strive to do their job well, particularly in the area of peace and order and community
|
| 25 |
+
relations, despite the limited resources made available to them.
|
| 26 |
+
|
| 27 |
+
Foremost of the benefits granted the Barangay officials and Barangay employees
|
| 28 |
+
is the exemption from income tax of their salaries wages, compensation, remuneration
|
| 29 |
+
and other emoluments, such as honoraria and allowances, including any benefits that
|
| 30 |
+
they may receive from government on account of their work or employment. Added to
|
| 31 |
+
this are some equally important benefits: (a) benefit coverage under the Government
|
| 32 |
+
Service Insurance System; (b) coverage under existing medical and health service
|
| 33 |
+
programs of government under existing laws; and (c) free legal representation in the
|
| 34 |
+
event that any Barangay official or employee is involved as party litigant in any
|
| 35 |
+
administrative or criminal case as a result of or connected with the performance of his
|
| 36 |
+
official duties.
|
| 37 |
+
|
| 38 |
+
In sum, the proposed legislation, in a sense, seeks to give due recognition to the
|
| 39 |
+
important job being performed by these grassroots workers and to acknowledge the
|
| 40 |
+
important tole being played by the smallest territorial unit and political subdivision of
|
| 41 |
+
government called the Barangay.
|
| 42 |
+
|
| 43 |
+
In view of the foregoing, approval of the Bill is earnestly requested.
|
| 44 |
+
|
| 45 |
+
Ae
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
Republic of the Philippines
|
| 49 |
+
HOUSE OF REPRESENTATIVES
|
| 50 |
+
Quezon City
|
| 51 |
+
|
| 52 |
+
THIRTEENTH CONGRESS
|
| 53 |
+
First Regular Session
|
| 54 |
+
|
| 55 |
+
HOUSEBILLNO.___— 76
|
| 56 |
+
|
| 57 |
+
Introduced by: Rep. RAUL V. DEL MAR
|
| 58 |
+
|
| 59 |
+
AN ACT
|
| 60 |
+
PROVIDING INCENTIVES TO ALL BARANGAY OFFICIALS, INCLUDIN'
|
| 61 |
+
BARANGAY TANODS AND MEMBERS OF THE LUPONG TAGAPAMAYAP.:
|
| 62 |
+
AND BARANGAY EMPOYEES AND FOR OTHER PURPOSES
|
| 63 |
+
|
| 64 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 65 |
+
assembled:
|
| 66 |
+
|
| 67 |
+
SECTION 1. Title. This Act shall be known as the “Barangay Incentives Act of
|
| 68 |
+
2004”.
|
| 69 |
+
|
| 70 |
+
SEC. 2. Declaration of Policy. It is the declared policy of the State to promote
|
| 71 |
+
and enhance the efficiency and responsiveness of barangay officials and employees, the
|
| 72 |
+
government workers who make democracy work at the grassroots level in the smallest
|
| 73 |
+
territorial and political subdivision of the government which is the barangay. To achieve
|
| 74 |
+
this objective, the State shall adopt measures and provide such incentives not only to help
|
| 75 |
+
ensure the faithful performance of the duties and functions of barangay officials and
|
| 76 |
+
employees but also to raise their quality of life.
|
| 77 |
+
|
| 78 |
+
SEC. 3. Tax Exemption, All amounts received by barangay officials, including
|
| 79 |
+
Barangay Tanods and members of the Lupong Tagapamayapa, hereinafter particularly
|
| 80 |
+
referred to as “barangay officials and barangay employees”, as salaries, wages,
|
| 81 |
+
compensation, remuneration and other emoluments, such as honoraria and allowances
|
| 82 |
+
shall be exempt from income taxation. Gross benefits received by such officials and
|
| 83 |
+
employees, of whatever kind or character, shall likewise be exempt from taxation.
|
| 84 |
+
|
| 85 |
+
SEC. 4. Exemption from Capital Gains and Transfer Taxes. The sale,
|
| 86 |
+
exchange or disposition of real property by barangay officials and barangay employees
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
shall be exempt from capital gains and other national taxes as long as the proceeds of
|
| 90 |
+
such sale, exchange or disposition shall be directly and exclusively used by such officials
|
| 91 |
+
and employees to acquire a house and lot, not exceeding $00 square meters, for family
|
| 92 |
+
dwelling. The acquisition of such house and lot for family dwelling purposes shall
|
| 93 |
+
likewise be exempt from any national or local taxes and fees in connection with the
|
| 94 |
+
transfer and registration of such property in the name of the barangay official or barangay
|
| 95 |
+
employee concerned.
|
| 96 |
+
|
| 97 |
+
SEC. 5. GSIS Benefit Coverage. All barangay officials and barangay employees
|
| 98 |
+
shall be considered members of the Government Service Insurance System (GSIS) and
|
| 99 |
+
shall be covered with life insurance and social security protection, including retirement,
|
| 100 |
+
disability, separation and unemployment benefits and such other benefits as may
|
| 101 |
+
extended by the GSIS, subject to limitations provided by law.
|
| 102 |
+
|
| 103 |
+
The GSIS shall make special provisions in order to facilitate the inclusion of
|
| 104 |
+
barangay officials and barangay employees, in the benefit coverage of GSIS.
|
| 105 |
+
|
| 106 |
+
SEC. 6. Health Benefits. Government medical and health insurance programs
|
| 107 |
+
under existing laws shall include in their coverage free basic health services and medicine
|
| 108 |
+
to barangay officials and barangay employees.
|
| 109 |
+
|
| 110 |
+
SEC. 7. Legal Representation. Barangay officials and barangay employees who
|
| 111 |
+
may be involved as party litigants in administrative or criminal cases filed in connection
|
| 112 |
+
with the performance of their official duties shall, as a member of right, be entitled to the
|
| 113 |
+
free legal services of the Public Attomey’s Office (PAO) who shall facilitate the legal
|
| 114 |
+
representation of the such officials and employees by a counsel.
|
| 115 |
+
|
| 116 |
+
Such benefit of legal representation shall include an exemption from payment of
|
| 117 |
+
docket and other lawful fees, and of transcripts of stenographic notes which the court
|
| 118 |
+
may order to be furnished the barangay officials and barangay employees.
|
| 119 |
+
|
| 120 |
+
SEC. 8. Implementing Rules and Regulations. Within six (6) months from the
|
| 121 |
+
effectivity of this Act, the Department of Interior and Local Government, in
|
| 122 |
+
coordination and consultation with the Department of Justice, the Department of Health,
|
| 123 |
+
the Government Service Insurance System and other agencies concemed, shall
|
| 124 |
+
promulgate such rules or guidelines as may be necessary for the proper implementation
|
| 125 |
+
of this Act.
|
| 126 |
+
|
| 127 |
+
SEC. 9. Separability Clause. If any provision of this Act or the application of
|
| 128 |
+
such provision to any person or circumstances is declared unconstitutional, the remainder
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
of this Act or the application of such provision to other persons or circumstances shall not
|
| 132 |
+
be affected by such declaration.
|
| 133 |
+
|
| 134 |
+
SEC. 10. Repealing Clause. All laws, decrees, orders, rules and regulations or
|
| 135 |
+
parts thereof which are inconsistent with or contrary to the provisions of this Act are
|
| 136 |
+
hereby amended, modified or repealed accordingly.
|
| 137 |
+
|
| 138 |
+
SEC. 11. Effectivity Clause. This Act shall take effect fifteen (15) days after its
|
| 139 |
+
publication in at least two (2) newspapers of general circulation.
|
| 140 |
+
|
| 141 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00077.txt
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
|
| 4 |
+
THIRTEENTH CONGRESS
|
| 5 |
+
First Regular Session
|
| 6 |
+
|
| 7 |
+
77
|
| 8 |
+
|
| 9 |
+
HOUSE BILL NO.
|
| 10 |
+
|
| 11 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 12 |
+
|
| 13 |
+
EXPLANATORY NOTE
|
| 14 |
+
|
| 15 |
+
The attached bill seeks to provide a specific venue of action in libel cases against
|
| 16 |
+
a community journalist, community publication or community broadcast station.
|
| 17 |
+
|
| 18 |
+
There is no question — and nobody disputes this that the right to one’s reputation
|
| 19 |
+
and honor is as much a constitutional rights as the passion of life, liberty and property.
|
| 20 |
+
Indeed, “it is one of those rights necessary to human society that underlie the whole
|
| 21 |
+
scheme of civilization. Law and jurisprudence recognize and protect the value of such
|
| 22 |
+
reputation and subject one who attacks it, by slanderous words of libelous publication, to
|
| 23 |
+
the full criminal and civil sanctions.
|
| 24 |
+
|
| 25 |
+
However, there is likewise the reality — this is difficult to question if not
|
| 26 |
+
undeniable — that libel, whether filed as a criminal or civil action, is likewise used a
|
| 27 |
+
convenient legal tool to harass journalists, especially the community newspaper and
|
| 28 |
+
broadcast practitioners. This is so because, under the present rules, the complainant or
|
| 29 |
+
offended party, if he is a public officer, can file the complaint in Manila if his office is in
|
| 30 |
+
Manila or in the office outside Manila if his office is located there. If he is a private
|
| 31 |
+
person, the venue is his place of residence at the time of the commission of the offense.
|
| 32 |
+
Thus, a newspaper or broadcast station in Aparri or Jolo, Cebu or Davao can be made to
|
| 33 |
+
answer a complaint filed in Metro Manila where the complaint resides although the
|
| 34 |
+
subject, the issue or the incident published, - in law the cause of action — did not arise in
|
| 35 |
+
Metro Manila.
|
| 36 |
+
|
| 37 |
+
This situation is not changed by the fact that — under the same rule on venue — the
|
| 38 |
+
complainant or offended party has the option to file the action the Regional Trial Court of
|
| 39 |
+
the province or city where the libelous article is printed or first published because, in
|
| 40 |
+
reality and in practice, the offended party usually does not exercise that option since he
|
| 41 |
+
chooses the venue that is as far away from the principal office of business or work of the
|
| 42 |
+
defendant or accused as possible.
|
| 43 |
+
|
| 44 |
+
a
|
| 45 |
+
s ON
|
| 46 |
+
- a “ “a ay
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
The prevailing legal rules on venue thus place these community journalists and
|
| 51 |
+
local broadcasters in a situation where they have to answer complaints or charges filed,
|
| 52 |
+
rightly or wrongly, in remote or distant places, deliberately filed far away from their
|
| 53 |
+
place of business or work. In this context, the element of oppression is there. The toll of
|
| 54 |
+
inconvenience, financial or otherwise, is often more onerous and burdensome than the
|
| 55 |
+
Penalty or fine prescribed by the law. This may even lead to a miscarriage of justice in
|
| 56 |
+
cases where the accused or defendant fail to appear because of the distance and travel
|
| 57 |
+
constraints.
|
| 58 |
+
|
| 59 |
+
]
|
| 60 |
+
|
| 61 |
+
The criminal or civil action may eventually be thrown out by the court but the
|
| 62 |
+
damage has been done; it already punished the community journalist and his publication
|
| 63 |
+
by the excessive cost of litigation and inconvenience outside the principal office of
|
| 64 |
+
publication or business of the said journalist or publication.
|
| 65 |
+
|
| 66 |
+
The community journalist and his organization, mostly financially handicapped
|
| 67 |
+
and already afflicted with all sorts of pressures and threats, need immediate relief from
|
| 68 |
+
the present rule on venue of libel cases, whether criminal or civil, which create an
|
| 69 |
+
opportunity for oppression. In substance, thereof, the proposed legislation seeks to
|
| 70 |
+
Provide the relief sought, to correct this unfairness by closing this loophole that is often
|
| 71 |
+
exploited or taken advantage of by offended parties.
|
| 72 |
+
|
| 73 |
+
In view of the foregoing, approval of this bill is eamestly sought.
|
| 74 |
+
|
| 75 |
+
RAZ: MAR
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
Republic of the Philippines
|
| 79 |
+
HOUSE OF REPRESENTATIVES:
|
| 80 |
+
|
| 81 |
+
THIRTEENTH CONGRESS
|
| 82 |
+
First Regular Session
|
| 83 |
+
|
| 84 |
+
77
|
| 85 |
+
HOUSE BILL NO.
|
| 86 |
+
|
| 87 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 88 |
+
|
| 89 |
+
AN ACT
|
| 90 |
+
PROVIDING FOR THE VENUE OF THE CRIMINAL AND CIVIL ACTION IN
|
| 91 |
+
LIBEL CASES AGAINST COMMUNITY JOURNALISTS, PUBLICATIONS OR
|
| 92 |
+
BROADCAST STATIONS.
|
| 93 |
+
|
| 94 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 95 |
+
congress assemble:
|
| 96 |
+
|
| 97 |
+
SECTION 1. Venue, The criminal or civil action incases of libel against a
|
| 98 |
+
community journalist, publication or broadcast station shall be filed in the Regional Trial
|
| 99 |
+
Court of the province or city where the principal office or place of business of the said
|
| 100 |
+
community journalist, publication or broadcast station is located: Provided, however,
|
| 101 |
+
that the civil action shall be filed in the same court where the criminal action is filed and
|
| 102 |
+
vice versa: and Provided, further, that the court where the criminal action or civil action
|
| 103 |
+
is first filed shall acquire jurisdiction to the exclusion of other courts,
|
| 104 |
+
|
| 105 |
+
The term “community joumalist, publication or broadcast station” shall be
|
| 106 |
+
understood to mean a journalist or news medium that operates within a limited area of
|
| 107 |
+
circulation or broadcast in a city, province or region, as defined under existing laws.
|
| 108 |
+
|
| 109 |
+
SEC. 2. Separability Clause. If any part or provision of this Act shall be held to
|
| 110 |
+
be unconstitutional or invalid, other provisions hereof which are not affected thereby
|
| 111 |
+
shall continue to be in full force and effect.
|
| 112 |
+
|
| 113 |
+
SEC. 3. Repealing Clause. All laws, decrees, rules and regulations or parts
|
| 114 |
+
thereof inconsistent with the provisions of this Act are hereby repealed, amended or
|
| 115 |
+
modified accordingly.
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
SEC. 4. Effectivity Clause. This Act shalt take effect fifteen (15) days from its
|
| 119 |
+
publication in the Official Gazette or in at least two (2) national newspapers of general
|
| 120 |
+
circulation.
|
| 121 |
+
|
| 122 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00078.txt
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
78
|
| 9 |
+
|
| 10 |
+
HOUSE BILL
|
| 11 |
+
|
| 12 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
The Constitution provides that: “the State recognizes the complementary roles of
|
| 17 |
+
public and private institutions in the educational system and shall exercise reasonable
|
| 18 |
+
supervision and regulation of all education institutions.” (Article XIV, Section 4 [1]).
|
| 19 |
+
|
| 20 |
+
To this end, “the State shall assign the highest budgetary priority to education and
|
| 21 |
+
ensure that teaching will attract and retain its rightful share of the best available talents
|
| 22 |
+
through adequate remuneration and other means of job satisfaction and fulfillment,”
|
| 23 |
+
(Article XIV, Section 5 {5)).
|
| 24 |
+
|
| 25 |
+
Public school teachers are among the most unpaid workers in our society. Despite
|
| 26 |
+
the fact that they are heralded as molders of our children’s future, public school teachers
|
| 27 |
+
receive only less than ten thousand a month each for their basic salary. The teachers are
|
| 28 |
+
considered to be the prime mover of the education system; hence, the government needs
|
| 29 |
+
to give priority to their interest and welfare.
|
| 30 |
+
|
| 31 |
+
Thus, to give meaning to the spirit and intent of the above mentioned
|
| 32 |
+
constitutional provisions, there is now an indispensable need to upgrade the salary grade
|
| 33 |
+
of our public school teachers.
|
| 34 |
+
|
| 35 |
+
Approval of the above bill is earnestly requested.
|
| 36 |
+
|
| 37 |
+
whi rie
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
Republic of the Philippines
|
| 41 |
+
HOUSE OF REPRESENTATIVES
|
| 42 |
+
‘Quezon City
|
| 43 |
+
|
| 44 |
+
THIRTEENTH CONGRESS
|
| 45 |
+
First Regular Session
|
| 46 |
+
|
| 47 |
+
HOUSE BILL N¢ 78
|
| 48 |
+
|
| 49 |
+
Introduced by : REP. RAUL V. DEL MAR.
|
| 50 |
+
|
| 51 |
+
AN ACT
|
| 52 |
+
INCREASING THE SALARY GRADE OF PUBLIC SCHOOL TEACHERS
|
| 53 |
+
FROM SALARY GRADE 10 TO 20 AND PROVIDING FUNDS THEREFOR
|
| 54 |
+
|
| 55 |
+
Be it enacted by the Senate and the House of Representatives of the Philippines in
|
| 56 |
+
Congress assembled:
|
| 57 |
+
|
| 58 |
+
SECTION 1. Increase in the Minimum Salary Grade Level. — The present
|
| 59 |
+
minimum salary grade level of public school teachers in the elementary and secondary
|
| 60 |
+
schools shall be upgraded from Grade 10 to Grade 20; Provided, however, That the salary
|
| 61 |
+
upgrading shall be differentiated in accordance with the qualifications and length of
|
| 62 |
+
service rendered by teachers and shall not be prejudiced by across the board adjustments.
|
| 63 |
+
|
| 64 |
+
SEC. 2. Priority in Budget Allocation. — The National Government shall
|
| 65 |
+
appropriate such amount, as may be necessary to carry out the objectives of this Act.
|
| 66 |
+
Provided, That the salary increase of public school teachers shall take priority over other
|
| 67 |
+
non-educational and non-agricultural budgetary allocations.
|
| 68 |
+
|
| 69 |
+
SEC. 3, Budget Required. — The Department of Education, Culture and Sports
|
| 70 |
+
(DECS) shall come up with a specific programmed budget needed to cover the expenses
|
| 71 |
+
for the upgrading in salary levels for all the corresponding teacher plantilla positions for a
|
| 72 |
+
period of at least five years to allow the Department of Budget and Management make
|
| 73 |
+
the necessary budgetary adjustments to facilitate the smooth implementation of this Act.
|
| 74 |
+
|
| 75 |
+
SEC. 4, Inclusion in Appropriations Act, - The amount necessary to implement
|
| 76 |
+
the provisions of this act shall be included in the General Appropriations Act for the year
|
| 77 |
+
following the approval of this Act.
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
SEC. 5, Rules and Regulations. - The Department of Education, Culture and
|
| 81 |
+
Sports (DECS) and the Department of Budget and Management (DBM) shall promulgate
|
| 82 |
+
the necessary rules and regulations to implement the provision of this Act.
|
| 83 |
+
|
| 84 |
+
SEC. 6. Repealing Clause. — All provisions of laws, orders, decrees, including
|
| 85 |
+
rules and regulations inconsistent herewith are hereby repealed and/or modified
|
| 86 |
+
accordingly.
|
| 87 |
+
|
| 88 |
+
SEC. 7. Separability Clause. — If any part or provision of this Act shall be held
|
| 89 |
+
unconstitutional or invalid, other provisions hereof which are not affected thereby shall
|
| 90 |
+
continue to be in full force and effect.
|
| 91 |
+
|
| 92 |
+
SEC. 8. Effectivity. - This Act shall take effect fifteen (15) days following
|
| 93 |
+
publication in one (1) national newspaper of general circulation.
|
| 94 |
+
|
| 95 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00079.txt
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
79
|
| 9 |
+
|
| 10 |
+
HOUSE BILL Nt
|
| 11 |
+
|
| 12 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
The Constitution is explicit and unequivocal in its command: The State “shall
|
| 17 |
+
ensure the fundamental equality before the law of women and men” (Sec. 14, Art. I,
|
| 18 |
+
Constitution) and shall provide “such facilities and opportunities that enhance their
|
| 19 |
+
welfare and enable to realize their full potential in the service of the nation” (Sec. 14, Art.
|
| 20 |
+
xm.
|
| 21 |
+
|
| 22 |
+
Consistent with this constitutional mandate, the attached bill seeks to prohibit
|
| 23 |
+
absolutely any act of employer or any person acting on behalf of the employer from
|
| 24 |
+
discriminating, directly or indirectly, against female employees or workers — or giving
|
| 25 |
+
preference to male workers ~ in all matters pertaining to employment or employment
|
| 26 |
+
opportunities and employment benefits. The prohibited act shall include announcements,
|
| 27 |
+
publications or advertisements of any kind or any form that would have the effect of
|
| 28 |
+
denying women equal employment opportunities on account of their being women.
|
| 29 |
+
|
| 30 |
+
The present environment is indisputably a highly competitive market. Job seekers,
|
| 31 |
+
which include the underemployed and even those already employed seeking better pay,
|
| 32 |
+
and employers, who have become demanding and strict in their hiring standards, contend
|
| 33 |
+
with literally hundreds of employment applications for limited job vacancies. Already
|
| 34 |
+
perceived to be the “weaker sex” despite what women have achieved in all major fields
|
| 35 |
+
of endeavor — which already creates some kind of bias or discrimination against women —
|
| 36 |
+
women find themselves in the competitive job market fighting, as it were, with 2
|
| 37 |
+
handicap that, not unexpectedly, diminishes their chances of employment. This has to be
|
| 38 |
+
corrected.
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
A strict statutory prohibition against any form of discrimination in matter of
|
| 42 |
+
employment will go a long way in erasing all wrong perceptions about our working
|
| 43 |
+
women and female job applicants; it will inject some faimess in the playing field, and
|
| 44 |
+
force men and women to compete on an even keel. This absolute prohibition will not only
|
| 45 |
+
strengthen the prohibition against discrimination under existing laws but, more
|
| 46 |
+
importantly, will send the clearest signal — because of the Stiff penalties provided for
|
| 47 |
+
violation thereof — that this time the law means business.
|
| 48 |
+
|
| 49 |
+
In this light, approval of the bill is requested.
|
| 50 |
+
|
| 51 |
+
i rine
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
Republic of the Philippines
|
| 55 |
+
HOUSE OF REPRESENTATIVES
|
| 56 |
+
Quezon City
|
| 57 |
+
|
| 58 |
+
THIRTEENTH CONGRESS
|
| 59 |
+
First Regular Session
|
| 60 |
+
|
| 61 |
+
79
|
| 62 |
+
|
| 63 |
+
HOUSE BILL N¢
|
| 64 |
+
|
| 65 |
+
Introduced by : REP. RAUL V. DEL MAR
|
| 66 |
+
|
| 67 |
+
AN ACT
|
| 68 |
+
EXPANDING THE PROHIBITED ACTS OF DISCRIMINATION AGAINST
|
| 69 |
+
WOMEN ON ACCOUNT OF SEX, AMENDING FOR THE PURPOSE
|
| 70 |
+
ARTICLES 135 AND 137 OF PRESIDENTIAL DECREE NO. 442, AS
|
| 71 |
+
AMENDED, OTHERWISE KNOWN AS THE LABOR CODE OF THE
|
| 72 |
+
PHILIPPINES
|
| 73 |
+
|
| 74 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 75 |
+
assembled.
|
| 76 |
+
|
| 77 |
+
SECTION 1. Article 135 of Presidential Decree No. 442, as amended, otherwise
|
| 78 |
+
known as the Labor Code of the Philippines, is hereby amended to read as follows:
|
| 79 |
+
|
| 80 |
+
“Art. 135. Discrimination prohibited. — It shall be unlawful for any employer to
|
| 81 |
+
discriminate against any woman employee any woman employee with respect to terms
|
| 82 |
+
and conditions of employment solely on account of her sex.
|
| 83 |
+
|
| 84 |
+
“The following are acts of discrimination:
|
| 85 |
+
|
| 86 |
+
“(A) GIVING PREFERENCE TO A MALE APPLICANT OVER A FEMALE
|
| 87 |
+
APPLICANT IN THE HIRING PROCESS, WHETHER THROUGH NOTICES,
|
| 88 |
+
ANNOUNCEMENTS OR ADVERTISEMENTS FOR EMPLOYMENT OR
|
| 89 |
+
APPRENTICESHIP OR IN THE ACTUAL RECRUITMENT, HIRING OR
|
| 90 |
+
EMPLOYMENT OF WORKERS WHERE THE PARTICULAR JOB CAN BE
|
| 91 |
+
EQUALLY HANDLED BY A WOMAN;
|
| 92 |
+
|
| 93 |
+
“(B) [(@)] Payment of a lesser compensation, including wage, salary or other form
|
| 94 |
+
of rermmneration and fringe benefits, to a female employee as against a male employee,
|
| 95 |
+
|
| 96 |
+
for work of equal value; [and]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
“() [(b)] Favoring a male employee over a female employee with respect to
|
| 100 |
+
promotion, ASSIGNMENT, training opportunities, study and scholarship grants solely on
|
| 101 |
+
account of their sexes; AND
|
| 102 |
+
|
| 103 |
+
“(D) FAVORING A MALE EMPLOYEE OVER A FEMALE EMPLOYEE
|
| 104 |
+
WITH RESPECT T DISMISSAL OF PERSONNEL OR THE APPLICATION OF ANY
|
| 105 |
+
RETRENCHMENT POLICY OF THE EMPLOYER SOLELY ON ACCOUNT OF
|
| 106 |
+
THEIR SEXES.”
|
| 107 |
+
|
| 108 |
+
SEC. 2. Article 137 of the Labor Code is hereby amended to read as follows:
|
| 109 |
+
|
| 110 |
+
“Art. 137. Prohibited Acts. (a) —It shall be unlawful for any employer:
|
| 111 |
+
|
| 112 |
+
“(1) To deny any woman employee the benefits provided for in this Chapter or to
|
| 113 |
+
discharge any woman employed by him for the purpose of preventing her from enjoying
|
| 114 |
+
any of the benefits provided under this Code;
|
| 115 |
+
|
| 116 |
+
(2) To discharge such woman on account of her pregnancy, or while on leave or
|
| 117 |
+
in confinement due to her pregnancy;
|
| 118 |
+
|
| 119 |
+
“(3) To discharge or refuse the admission of such woman upon returning to her
|
| 120 |
+
work for fear that she may again be pregnant; OR
|
| 121 |
+
|
| 122 |
+
“(4) TO DENY ANY WOMAN THE BENEFITS OF EMPLOYMENT OR
|
| 123 |
+
OTHER STATUTORY BENEFITS UNDER OUR LAWS BY REASON OF HER
|
| 124 |
+
SEX.”
|
| 125 |
+
|
| 126 |
+
SEC. 3, Implementing Rules and Regulations, - Within thirty (30) days from the
|
| 127 |
+
effectivity of this Act, the Secretary of Labor and Employment, in consultation with the
|
| 128 |
+
Tripartite Industrial Council, shall issue and publish the necessary rules and regulations
|
| 129 |
+
to implement the provisions of this Act.
|
| 130 |
+
|
| 131 |
+
SEC. 4, Separability Clause. — If any provision of this Act is declared
|
| 132 |
+
unconstitutional, the same shall not affect the validity and effectivity of the other
|
| 133 |
+
provisions thereof.
|
| 134 |
+
|
| 135 |
+
SEC. 5. Repealing Clause. — All laws, executive order, presidential decrees,
|
| 136 |
+
presidential proclamations, rules and regulations or parts thereof inconsistent with the
|
| 137 |
+
provisions of this Act are hereby repealed or modified accordingly.
|
| 138 |
+
|
| 139 |
+
SEC. 6. Effectivity. - This Act shall take effect fifteen (15) days after its
|
| 140 |
+
complete publication of the Official Gazette or in at least two (2) newspapers of national
|
| 141 |
+
circulations, whichever comes earlier.
|
| 142 |
+
|
| 143 |
+
Approved
|
data/document/hb/13/00001-01000/HB-00081.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/document/hb/13/00001-01000/HB-00082.txt
ADDED
|
@@ -0,0 +1,837 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City, Metro Manila /
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
HN 82
|
| 9 |
+
|
| 10 |
+
INTRODUCED BY HONORABLE JUAN EDGARDO “SONNY” M. ANGARA
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Public and private health administrators want to have a single unified and comprehensive
|
| 15 |
+
health document that can provide broad long term directions and policy for basis for health
|
| 16 |
+
development and improvement of the country beyond political changes. Over the past decades,
|
| 17 |
+
such ideas and thoughts have been written piecemeal by knowledgeable, experienced and
|
| 18 |
+
perceptive minds in the health sector.
|
| 19 |
+
|
| 20 |
+
What comes closest to such health instrument is the Department of Heaith’s Medium
|
| 21 |
+
Term Plan. It however concentrates more on specific courses of action and programs, with some
|
| 22 |
+
broad policy statements that seem to be coterminous with the plan itself. What has aggravated
|
| 23 |
+
the situation is the fragmentation of the health care delivery system with the devolution of basic
|
| 24 |
+
health services to Local Government Units (LGUs) when integration of health units has just
|
| 25 |
+
started,
|
| 26 |
+
|
| 27 |
+
Itis in this context that a National Health Code is being proposed as an administration
|
| 28 |
+
Bill. The Code seeks to unify the health care delivery system by emphasizing the meaningful
|
| 29 |
+
Partnership each health component — the government units, the private sector, the
|
| 30 |
+
Rongovernment units and the community should perform to make health care available,
|
| 31 |
+
accessible, acceptable and affordable to the individual, Its twelve (12) chapters and sixty-three
|
| 32 |
+
(63) sections embrace the entire framework of health and health-related concerns. They
|
| 33 |
+
Tepresent the sum total of the reflections, experiences, thoughts and recommendations of veteran
|
| 34 |
+
field health workers in all areas of activity, the academe, NGOs and the private sector. When
|
| 35 |
+
enacted, it will serve as an important directional reference and policy basis for planners, public
|
| 36 |
+
and private administrators, program implementers, researchers and the general public.
|
| 37 |
+
|
| 38 |
+
The Code has adopted primary health care of “Health in the Hands of the People”
|
| 39 |
+
approach as the principal strategy to achieve health of all Filipinos atthe time of the 21" century,
|
| 40 |
+
At the same time, it focuses on a critical health concern, the need for equity in health,
|
| 41 |
+
specifically for the poor, the underprivileged and the undeserved
|
| 42 |
+
|
| 43 |
+
Air rue
|
| 44 |
+
JUAN EDGARDO ‘ANGARA
|
| 45 |
+
|
| 46 |
+
Lone District of Aurora Province
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
THIRTEENTH CON
|
| 50 |
+
|
| 51 |
+
SRESS OF THE )
|
| 52 |
+
|
| 53 |
+
REPUBLIC OF THE PHILIPPINES )
|
| 54 |
+
First Regular Session )
|
| 55 |
+
H.B.No,__82
|
| 56 |
+
|
| 57 |
+
Introduced by HON. JUAN EDGARDO “SONNY” M. ANGARA
|
| 58 |
+
|
| 59 |
+
N ACT PROVIDING FOR A NATIONAL HEALTH CODE OF 2004
|
| 60 |
+
|
| 61 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 62 |
+
assembled:
|
| 63 |
+
|
| 64 |
+
ARTICLE!
|
| 65 |
+
GENERAL PROVISIONS
|
| 66 |
+
|
| 67 |
+
SECTION 1. Title, - This Act shall be known as the “National Health Code of the
|
| 68 |
+
Philippines of 2004.”
|
| 69 |
+
|
| 70 |
+
SEC. 2. Declaration of Policy. - It is hereby declared the policy of the State that
|
| 71 |
+
health is a basic human right that must be enjoyed by all its citizens, and that the government
|
| 72 |
+
shall endeavor to provide adequate health facilities and services to all citizens.
|
| 73 |
+
|
| 74 |
+
The marked disparity in the health status among the rich and the poor must be corrected
|
| 75 |
+
to enable the latter to enjoy the right to good health. The Constitution of the Philippines provides
|
| 76 |
+
that “The State shall adopt an integrated and comprehensive approach to health development
|
| 77 |
+
which shall endeavor to make essential goods, health, and other social services available to all
|
| 78 |
+
the people at affordable cost” and that “There shall be priority for the needs of the
|
| 79 |
+
underprivileged sick, elderly, disabled, women and children.”
|
| 80 |
+
|
| 81 |
+
Health is affected by a multiplicity of factors from within and outside the area of
|
| 82 |
+
responsibility of the health sector, for which reason intersectoral and intrasectoral coordination
|
| 83 |
+
shall be provided in the promotion and protection of the people's health. Toward this purpose,
|
| 84 |
+
the government shall consider primary health care as a principal strategy in the attainment of a
|
| 85 |
+
level of health that shall permit all Filipinos to lead a healthy, socially and economically
|
| 86 |
+
productive life.
|
| 87 |
+
|
| 88 |
+
SEC. 3. Definition of Terms. - As used in this Act, the following terms shall mean:
|
| 89 |
+
|
| 90 |
+
(a) “Code” ‘refers to the National Health Code of the Philippines.
|
| 91 |
+
|
| 92 |
+
(b) “Component city” refers to a city under the supervision of the provincial
|
| 93 |
+
government of the province where it is located.
|
| 94 |
+
|
| 95 |
+
(© “Chartered City” refers to a city which is independent of and equal to a
|
| 96 |
+
province in terms of existence as a legal entity with political authority.
|
| 97 |
+
|
| 98 |
+
(@) “Constitution” refers to the Philippine Constitution of 1987.
|
| 99 |
+
|
| 100 |
+
(©) “Department” refers to the Department of Health (DOH).
|
| 101 |
+
|
| 102 |
+
(“Field health operation unit of the Department” refers to the regional health
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
office as modified according to the situation created by the Local Government Code of 1991
|
| 106 |
+
(g) “Government” refers to the Philippine Government.
|
| 107 |
+
(h) “Local health authority/government” refers to a municipal, city, provincial
|
| 108 |
+
authority or government.
|
| 109 |
+
(i) “Local health authority/service” refers to a municipal, city or provincial health
|
| 110 |
+
office or service,
|
| 111 |
+
G) “Local health board” refers to municipal, city or provincial health board which
|
| 112 |
+
is the advisory body of local government on matters of health, as created by the Local
|
| 113 |
+
Government Code.
|
| 114 |
+
(k) “Nongovernmental health organizations” refers to voluntary agencies doing
|
| 115 |
+
health work on a nonprofit basis; supported by private funds/foundations/contributions and may
|
| 116 |
+
also receive some subsidy from the government or from its other instrumentalities.
|
| 117 |
+
() “Private sector” refers to private health agencies operating on profit basis
|
| 118 |
+
(m) “Medical workers” refers to the medical doctors, dentists, nurses and other
|
| 119 |
+
graduates of medical courses.
|
| 120 |
+
(n) “Health workers” refers to all government personnel involved in the delivery
|
| 121 |
+
of health and medical services.
|
| 122 |
+
|
| 123 |
+
SEC. 4. Scope. - This Code shall apply to all the components of the health sector as
|
| 124 |
+
enumerated in Section 12 and to the national, provincial, city and municipal levels of the
|
| 125 |
+
political mechanism as may be created by law.
|
| 126 |
+
|
| 127 |
+
ARTICLE D
|
| 128 |
+
DECLARATION OF POLICY
|
| 129 |
+
|
| 130 |
+
SEC. 5. The Right to Good Health. - Health is a fundamental human right. The
|
| 131 |
+
Attainment of the highest possible level of health is a most important national and worldwide
|
| 132 |
+
social goal. As such, the government has a responsibility for the health of its people for which
|
| 133 |
+
the government shall provide adequate health and social measures.
|
| 134 |
+
|
| 135 |
+
SEC. 6. Community Involvement. - People shall have the right and the obligation to
|
| 136 |
+
participate, individually and collectively, in the planning and implementation of their health care.
|
| 137 |
+
Consequently, community involvement in shaping its own health and socioeconomic future
|
| 138 |
+
including mass involvement of women, men and youth is a key factor in the national strategy for
|
| 139 |
+
uplifting the level of health of all Filipinos.
|
| 140 |
+
|
| 141 |
+
SEC. 7. Partnership in Health Developments. - (a) The health status of the nation is
|
| 142 |
+
the outcome of the interaction of various factors many of which are beyond the traditional scope
|
| 143 |
+
of responsibility of the health sector. For this reason, the latter shall require the coordinated
|
| 144 |
+
support of various sectors. Intersectoral coordination in health development, therefore, shall be
|
| 145 |
+
an obligatory prerequisite, for all health sectors to achieve the goal of health-for-all Filipinos.
|
| 146 |
+
|
| 147 |
+
(b) Within the health sector, the government shall take the initiative in promoting
|
| 148 |
+
coordination among government health agencies and in effecting a meaningful partnership with
|
| 149 |
+
the private sector, the nongovernmental organizations (NGOs) and the community
|
| 150 |
+
|
| 151 |
+
(©) This partnership concept shall focus on the mutual responsibilities, risks of and
|
| 152 |
+
benefits for all parties involved, starting from the formulation of policies, programs and projects,
|
| 153 |
+
to their implementation, completion and evaluation.
|
| 154 |
+
|
| 155 |
+
SEC. 8. Availability, Accessibility, Acceptability and Affordability of Health Care. - The
|
| 156 |
+
government shall continue to exert efforts towards the improvement of the health care delivery
|
| 157 |
+
system, so that appropriate health care shall be available and accessible to all, by implementing
|
| 158 |
+
programmes/approaches that are acceptable to the community and at a cost that it can afford.
|
| 159 |
+
|
| 160 |
+
|
| 161 |
+
(a) Use of appropriate technology. - The technology that should be employed by the
|
| 162 |
+
health sector shall not only be effective, but affordable, accessible and acceptable as well as,
|
| 163 |
+
giving due regard to the culture and tradition of the country. Traditional healing and health
|
| 164 |
+
practices, when scientifically validated, are to be integrated into the health practice of the
|
| 165 |
+
country. For reasons of affordability, standards for health facilities shall be realistically adapted
|
| 166 |
+
to the socioeconomic status of the country. Whenever necessary, sophisticated and upgraded
|
| 167 |
+
health services shall be strategically located for optimum sharing through an agreed-upon system
|
| 168 |
+
of referral.
|
| 169 |
+
|
| 170 |
+
(b) Preferential allocation of resources to those most in need. - A health system based on
|
| 171 |
+
the primary health care approach emphasizes equity and justice, believing strongly that the right
|
| 172 |
+
to health care belongs to everyone and not just to those who can afford to pay for their own
|
| 173 |
+
health care.
|
| 174 |
+
|
| 175 |
+
Such a system should endeavor to reduce the gaps between those who have good health
|
| 176 |
+
and those who have not, between those who can afford to pay for health services and those who
|
| 177 |
+
cannot, by giving priority to the latter in the allocation of resources so as to meet the needs of
|
| 178 |
+
those whose health needs are greatest.
|
| 179 |
+
|
| 180 |
+
(©) Practice of sound management. - Sound managerial practice shall be fostered,
|
| 181 |
+
applying the principles of equity, relevance to social needs, effectiveness and efficiency. Among
|
| 182 |
+
others, the latter two shall include integrated health care delivery, assignment of appropriate
|
| 183 |
+
decision-making authority to the different levels of the system, preference for ambulatory care
|
| 184 |
+
whenever feasible, and priority to promotive and preventive health care. In connection with the
|
| 185 |
+
latter, such decision shall be adequately funded in the budgets for expenditures of the national
|
| 186 |
+
and local governments.
|
| 187 |
+
|
| 188 |
+
SEC. 9. The Primacy of Health in Resource Allocation. - Development implies
|
| 189 |
+
continuing improvements in the living conditions and quality of life of the people, and the latter
|
| 190 |
+
depends on the level of health and proper nutrition. It is imperative that preferential allocation of
|
| 191 |
+
resources to health care and services shalll be provided.
|
| 192 |
+
|
| 193 |
+
SEC. 10. Development of Human Resources for Health. - The necessary human
|
| 194 |
+
resources for health shall be developed in accordance with the requirements of the national
|
| 195 |
+
health system, of which primary health care is the central function. In fulfillment of this
|
| 196 |
+
principle, it shall be necessary for educational institutions and the Department to collaborate with
|
| 197 |
+
each other in planning the type, number and quality of health manpower to be produced and to.
|
| 198 |
+
ensure their appropriate geographical distribution. In this regard, local governments and health
|
| 199 |
+
authorities and other relevant sectoral representations shall be consulted.
|
| 200 |
+
|
| 201 |
+
ARTICLE UT
|
| 202 |
+
STRUCTURE AND LINKAGES OF THE HEALTH SECTOR
|
| 203 |
+
|
| 204 |
+
SEC. 11. Functional Description of the Health Sector. - The health sector shall be
|
| 205 |
+
construed as agencies/offices that are directly involved in health protection and improvement,
|
| 206 |
+
such as:
|
| 207 |
+
|
| 208 |
+
(a) Direct provision of health services in all aspects of Promoting good health,
|
| 209 |
+
prevention, diagnosis and treatment of diseases and medical rehabilitation of people who get
|
| 210 |
+
sick;
|
| 211 |
+
|
| 212 |
+
(b) Development and provision of human resources for health, drugs and medical
|
| 213 |
+
supplies, and financial schemes;
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
(c) Research and development to continuously maintain the capability of health workers
|
| 217 |
+
and the relevance of the present health care system to the evolving national and local health
|
| 218 |
+
situation; and
|
| 219 |
+
|
| 220 |
+
(d) Coordinating, controlling, and directing organizations and activities associated with
|
| 221 |
+
the other health functions.
|
| 222 |
+
|
| 223 |
+
SEC. 12. Components of the Health Sector. - The health agencies/offices within the
|
| 224 |
+
health sector shall fall under the following categories:
|
| 225 |
+
|
| 226 |
+
(2) A government component, which shall include the health care delivery system that is
|
| 227 |
+
jointly operated by the Department and the local governments and offices or units under other
|
| 228 |
+
governmental agencies/departments which are directly in one or more of the functions mentioned
|
| 229 |
+
in Section 11;
|
| 230 |
+
|
| 231 |
+
(0) A private component, which shall be composed mostly of practitioners or health
|
| 232 |
+
professionals, private clinics and private hospitals, health science teaching institutions, and
|
| 233 |
+
facilities for the production of drugs, medical supplies, materials and equipment, consistent with
|
| 234 |
+
the constitutional provisions of recognizing the indispensable role of the private sector and
|
| 235 |
+
voluntary private enterprises; and
|
| 236 |
+
|
| 237 |
+
(¢) Nongovernmental, community-based or sectoral voluntary organizations that promote
|
| 238 |
+
the welfare of the nation.
|
| 239 |
+
|
| 240 |
+
SEC. 13. Relationships of Components. ~
|
| 241 |
+
|
| 242 |
+
(a) The government, the private sector and the NGOs shall perform their roles in a spirit
|
| 243 |
+
of mutual respect and cooperation, complementing and supporting each other, with the former
|
| 244 |
+
providing encouragement and needed incentives, creating a favorable environment for the
|
| 245 |
+
effective and efficient discharge of the functions of the private sector and NGOs.
|
| 246 |
+
|
| 247 |
+
() Within the governmental sector, the Department shall maintain cooperative
|
| 248 |
+
relationships with the health offices or agencies under other departments, providing coordination
|
| 249 |
+
and technical advice
|
| 250 |
+
|
| 251 |
+
The Department shall assist the local health authority by providing technical supervisory
|
| 252 |
+
services including monitoring and general advisory services. Under the Local Government
|
| 253 |
+
Code, local governments shall be fully responsible for the provision of basic health services in
|
| 254 |
+
their respective areas, in accordance with national policies, guidelines, and standards, interacting
|
| 255 |
+
harmoniously with the national government through the Department. While the Department
|
| 256 |
+
remains the primary government agency responsible for the protection and promotion of the
|
| 257 |
+
people’s health, the local governments within their territorial jurisdiction shall be responsible for
|
| 258 |
+
implementing such promotive and preventive health programs and projects.
|
| 259 |
+
|
| 260 |
+
(c) The managerial policy shall prevail is that of a national direction and decentralized
|
| 261 |
+
implementation, in an environment of mutual trust, respect and cooperation.
|
| 262 |
+
|
| 263 |
+
SEC. 14. Role of the Department of Health. - The Department shall be responsible for
|
| 264 |
+
the following:
|
| 265 |
+
|
| 266 |
+
(a) Define the national policy, formulate and implement a national health plan within the
|
| 267 |
+
framework of the government's general policies and plans, and to present proposals to
|
| 268 |
+
appropriate authorities on national issues which have health implications,
|
| 269 |
+
|
| 270 |
+
(b) Setting of national health norms and standards of health service operations;
|
| 271 |
+
|
| 272 |
+
|
| 273 |
+
(©) Management of specified tertiary medical care facilities and specialized health
|
| 274 |
+
facilities intended to serve at the national level;
|
| 275 |
+
|
| 276 |
+
(d) Technical supervision of local health services and coordination or
|
| 277 |
+
provincial/chartered city health services;
|
| 278 |
+
|
| 279 |
+
(©) Extension to local governments of technical, administrative, logistic and financial
|
| 280 |
+
advisory support services;
|
| 281 |
+
|
| 282 |
+
(© As may be needed, develop health programs and projects in response to evolving
|
| 283 |
+
priority problems;
|
| 284 |
+
|
| 285 |
+
(g) Formulation and overseeing the implementation of health regulatory measures;
|
| 286 |
+
|
| 287 |
+
(h) Collaborate with sectors concemed in the formulation and implementation of human
|
| 288 |
+
resource policies and plans;
|
| 289 |
+
|
| 290 |
+
( Collect, analyze and disseminate health statistical and other relevant information on
|
| 291 |
+
the country’s health situation and require the reporting of such information from appropriate
|
| 292 |
+
sources, including local health authorities and government hospitals;
|
| 293 |
+
|
| 294 |
+
) Educate the people on proper health care, disease prevention, sanitation and nutrition;
|
| 295 |
+
|
| 296 |
+
(k) Promote coordination among health-related sectors in activities for health promotion
|
| 297 |
+
and protection at national levet including the private health sector, nongovernmental health
|
| 298 |
+
organizations and international organizations;
|
| 299 |
+
|
| 300 |
+
(W) Mobilize sources of funds and technical cooperation for health development purposes,
|
| 301 |
+
both international and external,
|
| 302 |
+
|
| 303 |
+
@ Promote, conduct research for more effective health care delivery;
|
| 304 |
+
(m) Prevention and control of epidemic; and
|
| 305 |
+
|
| 306 |
+
(a) As a member of the National Disaster Coordinating Council, to be the lead agency for
|
| 307 |
+
health in disaster preparedness, relief and rehabilitation.
|
| 308 |
+
|
| 309 |
+
SEC. 15. Role of the Provincial/Chartered City Government. - The provincial/chartered
|
| 310 |
+
city government with its corresponding local health authority and board will be responsible for
|
| 311 |
+
the following:
|
| 312 |
+
|
| 313 |
+
(a) Formulation and implementation of provincial/chartered city health policies and plans
|
| 314 |
+
within the framework of the national health policies and plans, and considering the
|
| 315 |
+
provincial/chartered city health situation;
|
| 316 |
+
|
| 317 |
+
(&) Implement national programs devolved to the provincial/chartered city level;
|
| 318 |
+
|
| 319 |
+
(©) Provide technical supervision, support and coordination to municipal and component
|
| 320 |
+
city health services;
|
| 321 |
+
|
| 322 |
+
(d) Manage and finance the provincial, city, district, extension and medicare hospitals;
|
| 323 |
+
construct, repair or renovate as necessary such facilities;
|
| 324 |
+
|
| 325 |
+
(©) Collection/consolidation and analysis of health information from the municipal and
|
| 326 |
+
component city levels, and their disseminations; submission of required reports to the
|
| 327 |
+
Department;
|
| 328 |
+
|
| 329 |
+
|
| 330 |
+
(f) Promote coordination among health-related sectors in activities for health promotion
|
| 331 |
+
and protection at the provincial/chartered city level, including the private sector and
|
| 332 |
+
nongovernmental health organizations;
|
| 333 |
+
|
| 334 |
+
(g) Promote/conduct research for more effective health care delivery;
|
| 335 |
+
(h) Prevention and control of epidemics; and
|
| 336 |
+
|
| 337 |
+
(@ As a member of the provincial/chartered city disaster preparedness, relief and
|
| 338 |
+
tehabilitation.
|
| 339 |
+
|
| 340 |
+
SEC. 16. Role of the Municipal/Component City. - ‘The municipal/component city
|
| 341 |
+
government with the assistance of its corresponding local health authority and board will be
|
| 342 |
+
responsible for the following:
|
| 343 |
+
|
| 344 |
+
(a) Formulate and implement municipal/component city health plan within the framework
|
| 345 |
+
of the provincial and national health plan, and considering the local health situation, based on,
|
| 346 |
+
among others, analysis of collected relevant information;
|
| 347 |
+
|
| 348 |
+
(b) Implement programs and projects of the national and provincial health plans that are
|
| 349 |
+
applicable to the municipal/component city;
|
| 350 |
+
|
| 351 |
+
(©) Implement regulatory measures formulated at national and provincial level, and
|
| 352 |
+
Propose and implement whatever other needed regulatory measures for the municipality and city;
|
| 353 |
+
|
| 354 |
+
(d) Manage and finance the operation of the municipal/component city health services,
|
| 355 |
+
including hospitals owned by them; construct, repair or renovate such facilities as necessary;
|
| 356 |
+
|
| 357 |
+
(e) Submit required reports to the provincial health office or to the Department;
|
| 358 |
+
|
| 359 |
+
(® Promote coordination among health-related sectors in activities for health promotion
|
| 360 |
+
and protection at municipality level, including the private sector and nongovernmental health
|
| 361 |
+
organizations;
|
| 362 |
+
|
| 363 |
+
(g) Conduct research for more effective health care delivery;
|
| 364 |
+
(h) Prevention and control of epidemics; and
|
| 365 |
+
|
| 366 |
+
( As a member of the municipal/component city disaster coordinating council, the
|
| 367 |
+
municipal/component city health service shall act as lead agency for health at. the
|
| 368 |
+
municipal/component city level in disaster preparedness, relief and rehabilitation,
|
| 369 |
+
|
| 370 |
+
SEC. 17. Principal Strategy. - In the pursuit of the goal of achieving health for all
|
| 371 |
+
Filipinos, the country has adopted primary health care as its principal strategy, which is defined
|
| 372 |
+
in the International Conference on Primary Health Care in Alma Ata in 1978, as follows:
|
| 373 |
+
“Primary health care is defined as essential health care based on Practical, scientifically sound
|
| 374 |
+
and socially accepted methods and technology made universally accessible to individuals and
|
| 375 |
+
families in the community through their full participation and at a cost that the community can
|
| 376 |
+
afford to maintain at every stage of their development in the spirit of self-reliance and self.
|
| 377 |
+
determination. It forms an integral part of the country’s health system of which it is the central
|
| 378 |
+
function and focus. It is the first level of contact of individuals, the family and the community
|
| 379 |
+
with the national health system bringing health care as close as possible to where people live and
|
| 380 |
+
work, and constitutes the first element of a continuing health care process.”
|
| 381 |
+
|
| 382 |
+
SEC. 18. Services to be Made Available. - This Code shall Provided for eleven (11)
|
| 383 |
+
essential elements of primary health care to focus further attention on neglected/emerging health
|
| 384 |
+
problems. The elements are’
|
| 385 |
+
|
| 386 |
+
|
| 387 |
+
(a) Education concerning prevailing health problems and the methods of preventing and
|
| 388 |
+
controlling such problems;
|
| 389 |
+
|
| 390 |
+
(b) Promotion of food supply and proper nutrition;
|
| 391 |
+
|
| 392 |
+
(c) Adequate supply of safe water and basic sanitation;
|
| 393 |
+
|
| 394 |
+
(d) Maternal and child health care including family planning;
|
| 395 |
+
(©) Immunization against the major infectious diseases;
|
| 396 |
+
|
| 397 |
+
(f) Prevention and control of locally endemic diseases;
|
| 398 |
+
|
| 399 |
+
(g) Appropriate treatment of common diseases and injuries;
|
| 400 |
+
(h) Provision of essential drugs;
|
| 401 |
+
|
| 402 |
+
(i) Prevention and control of leading noncommunicable, and fife style related
|
| 403 |
+
diseases/conditions, and of illnesses or conditions arising from environmental and occupational
|
| 404 |
+
health hazards;
|
| 405 |
+
|
| 406 |
+
(i) Promotion of dental health; and
|
| 407 |
+
|
| 408 |
+
(k) Health care of the elderly and of the physically and mentally disabled including their
|
| 409 |
+
rehabilitation.
|
| 410 |
+
|
| 411 |
+
SEC. 19. Organizational Structure of the Health Care Delivery System. - As much as
|
| 412 |
+
possible, the essential elements of primary health care shall be delivered at the first point of
|
| 413 |
+
contact between the individuals and the health system. Due to limited capability at the first point
|
| 414 |
+
of contact, which may be either the barangay health station or the main health center, the rest of
|
| 415 |
+
the system, from the next higher level to the top, should be considered equally responsible for
|
| 416 |
+
their delivery, which requires a strong and smoothly functioning referral and support system to
|
| 417 |
+
the periphery.
|
| 418 |
+
|
| 419 |
+
The health care delivery system shalt have a pyramidal structure, with continuing efforts
|
| 420 |
+
to broaden the base to cover the entire population.
|
| 421 |
+
|
| 422 |
+
(a) The barangay health stations and the main centers shall be staffed and equipped to
|
| 423 |
+
provide the basic elements of primary health care, technically guided by the provincial/district
|
| 424 |
+
health officers and administered by the municipal/district health officers and administered by the
|
| 425 |
+
'tusnicipal or city governments concerned. Further extension of the system may be done through
|
| 426 |
+
the Use of health auxiliaries;
|
| 427 |
+
|
| 428 |
+
(b) From the barangay health stations and/or main health centers to the central level there
|
| 429 |
+
shall be various intermediate levels of health care of increasing capability, where more complex
|
| 430 |
+
problems can be dealt with more skilled and specialized care as well as logistic support. They
|
| 431 |
+
shall have more highly trained staff that can provide continuing training to primary health
|
| 432 |
+
workers,
|
| 433 |
+
|
| 434 |
+
Their staff shall also provide guidance to communities and community health workers on
|
| 435 |
+
practical problems arising in connection with all aspects of primary health care. Such
|
| 436 |
+
intermediate levels shall include the district hospitals and provincial hospitals, insofar as medical
|
| 437 |
+
care is concerned; and provincial health offices and chartered city health offices, insofar as
|
| 438 |
+
technical advisory and support services for public health care are concerned.
|
| 439 |
+
|
| 440 |
+
|
| 441 |
+
To be more effective in providing technical and administrative support, the provincial
|
| 442 |
+
health office shall institute a functional division of the province into zones or health districts,
|
| 443 |
+
delegating supervisory authority and support duties to the district hospital which shall form the
|
| 444 |
+
core of the district to which the municipal/component city health services may refer cases or
|
| 445 |
+
draw support.
|
| 446 |
+
|
| 447 |
+
Should the provincial health office be inadequate in providing technical support, it shall,
|
| 448 |
+
with the endorsement of the chief executives of the province, request the services of the field
|
| 449 |
+
operation unit of the Department;
|
| 450 |
+
|
| 451 |
+
(©) At the central level is the Department, its field operation units, the medical centers
|
| 452 |
+
and the regional hospitals. These shall support the lower levels and coordinate all parts of the
|
| 453 |
+
system, provide planning and management expertise; highly specialized care, training for
|
| 454 |
+
specialized staff, the expertise of such institutions as central laboratories, and central logistic and
|
| 455 |
+
financial support;
|
| 456 |
+
|
| 457 |
+
(@) The extension of the health care system, from the barangay health station to the
|
| 458 |
+
homes and work places, to bring the essential elements of primary health care as close to the
|
| 459 |
+
individual as possible through the recruitment and training of village health auxiliaries,
|
| 460 |
+
community action groups, traditional healers and birth attendants, and the promotion of self care
|
| 461 |
+
within limits to be specified by the Department; and
|
| 462 |
+
|
| 463 |
+
(©) At any level of the system, the participation of the private health sector, and NGOs,
|
| 464 |
+
shall be encouraged, coordinated and solicited, in consultation with the local governments guided
|
| 465 |
+
by national technical standards.
|
| 466 |
+
|
| 467 |
+
SEC. 20. Linkages and Support to Other Sectors. - (a) Appropriate linkages with
|
| 468 |
+
health-related sectors and NGOs doing health work shall be established and maintained. The
|
| 469 |
+
entire health sector shall promote this, and the Department and the local health authorities shall
|
| 470 |
+
be among the prime movers. They shall consider intersectoral coordination in health promotion
|
| 471 |
+
and protection as one of the major functions.
|
| 472 |
+
|
| 473 |
+
Mechanisms for coordination, such as interagency coordinating committees or existing
|
| 474 |
+
development councils at different levels shall be strengthened. Among others, such sectors to be
|
| 475 |
+
involved are education, nutrition, and food production, housing, trade and industry, environment,
|
| 476 |
+
labor, social welfare, security and public works. In addition, the support of the national agencies
|
| 477 |
+
concemed with budgeting and auditing shall be strengthened.
|
| 478 |
+
|
| 479 |
+
(b) Health promotion and protection shall be the primary concern of the health sector and
|
| 480 |
+
its second most important concern shall be to cooperate and support activities which are health-
|
| 481 |
+
related such as prevention of drug abuse, accident prevention, control of environment pollution,
|
| 482 |
+
and those activities of very high socioeconomic concern such as energy and water conservation,
|
| 483 |
+
housing, crime prevention, reconciliation and ecological balance.
|
| 484 |
+
|
| 485 |
+
ARTICLE IV
|
| 486 |
+
DISEASE CONTROL AND PUBLIC HEALTH
|
| 487 |
+
|
| 488 |
+
SEC. 21. Responsibility of the Population in Diseases Control and Public Health. -
|
| 489 |
+
The people are hereby enjoined to follow the advice of health authorities and to comply with
|
| 490 |
+
heaith and sanitary rules and regulations relevant to health Promotion and disease control.
|
| 491 |
+
|
| 492 |
+
|
| 493 |
+
SEC. 22. Listing of Notifiable Diseases. - The Department shall review periodically
|
| 494 |
+
the list of notifiable diseases and make revisions as needed. Diseases to be included in the list
|
| 495 |
+
need not be confined to communicable diseases but shall also include noncommunicable diseases
|
| 496 |
+
considered important by the Department such as cardiovascular diseases, malignancies and
|
| 497 |
+
disabling endemic nutritional diseases.
|
| 498 |
+
|
| 499 |
+
SEC. 23. Reporting of Dangerous Communicable Diseases. - Local health units shall
|
| 500 |
+
report on a regular basis through established channels the occurrence of notifiable diseases.
|
| 501 |
+
Relative to this, the Department shall identify among those listed, communicable diseases which
|
| 502 |
+
it considers dangerous from the standpoint of their transmissibility and severity.
|
| 503 |
+
|
| 504 |
+
Every physician, person in-charge of institutions, and other individuals enumerated in
|
| 505 |
+
Commonwealth Act No. 3573, Section 2 who may have knowledge of the occurrence of such
|
| 506 |
+
diseases shall be required to report the matter to the nearest government health office by the most
|
| 507 |
+
expeditious means. The latter in turn shall convey the information through the reporting
|
| 508 |
+
channels established, to the Department, and promptly inform the local chief executive as well.
|
| 509 |
+
|
| 510 |
+
SEC. 24. Role of the Local Health Authority in Disease Control and Public Health, -
|
| 511 |
+
The municipal/component city health authority shall implement the basic measures for health
|
| 512 |
+
promotion and disease control such as health education, improvement of the state of nutrition
|
| 513 |
+
and control measures such as enforcement of sanitary rules and regulations, environmental
|
| 514 |
+
improvement, disinfection, elimination of reservoirs of infection, immunization, early detection
|
| 515 |
+
and treatment and/or referral, It will implement/support special disease control programs
|
| 516 |
+
managed by the Department or the provincial/chartered city health office.
|
| 517 |
+
|
| 518 |
+
SEC. 25. Special Disease Control Programs. - As it deems appropriate, the
|
| 519 |
+
Department shall formulate and implement special disease contro! programs, nationally or
|
| 520 |
+
regionally as the case may be. The local health authority, in consultation with the Department
|
| 521 |
+
shall have the authority to initiate similar special programs if warranted by its local conditions.
|
| 522 |
+
|
| 523 |
+
SEC. 26. Participation of the Private Sector. - Private medical practitioners shall be
|
| 524 |
+
encouraged to participate in activities for health promotion and disease prevention, particularly
|
| 525 |
+
health education, early detection and notification of occurrence of notifiable diseases,
|
| 526 |
+
immunization and other public health or control programmes. They may, however, be mandated
|
| 527 |
+
to participate in the treatment of patients during epidemics.
|
| 528 |
+
|
| 529 |
+
SEC. 27. Prevention and Control of Epidemics. - The prevention and control of
|
| 530 |
+
epidemics shall be a practical concern of the government’s health care delivery system at
|
| 531 |
+
municipal, provincial and national levels, A system of surveillance, timely notification and
|
| 532 |
+
provision of technical, administrative, logistic and financial support services to the local health
|
| 533 |
+
authority shall be instituted by the Department.
|
| 534 |
+
|
| 535 |
+
Under this scheme, the municipal/component city health authority shall constitute the
|
| 536 |
+
first line of defense, the province as the second line. The Department shall constitute the final
|
| 537 |
+
line of defense. Depending on the extent and severity of the epidemic, the Department shall
|
| 538 |
+
temporarily assume direct supervision and control over health operations as per conditions
|
| 539 |
+
stipulated in the Local Government Code of 1991
|
| 540 |
+
|
| 541 |
+
SEC. 28. Precaution in Handling Dangerous Communicable Diseases. - The
|
| 542 |
+
Department shall be responsible for the prevention of the occurrence of dangerous
|
| 543 |
+
communicable diseases by the promulgation of necessary measures such as the requirement of
|
| 544 |
+
health clearances including protection from certain illness from incoming visitors and the
|
| 545 |
+
institution of quarantine measures as may be necessary.
|
| 546 |
+
|
| 547 |
+
|
| 548 |
+
ARTICLE V
|
| 549 |
+
PERSONAL HEALTH CARE
|
| 550 |
+
|
| 551 |
+
SEC. 29, Responsibility for Personal Health Care. ~ Every individual shall have the
|
| 552 |
+
responsibility to ensure his and his family’s optimum state of health, nutrition, welfare and
|
| 553 |
+
productivity. This responsibility is linked to the right of each person to proper and adequate
|
| 554 |
+
knowledge about health and health care; the right to live in an environment conducive to healthy
|
| 555 |
+
living; and the right to equal access to basic health services.
|
| 556 |
+
|
| 557 |
+
In the discharge of this responsibility, the family and the community have very important
|
| 558 |
+
roles to play. ‘The former shall be bound to provide as much support as it can for the adequate
|
| 559 |
+
role of its sick member, and of its elderly. The community on the other hand shall be bound to
|
| 560 |
+
participate actively in the implementation of health care. Such participation shall include
|
| 561 |
+
organizing health committees, supporting village health workers and implementing measures
|
| 562 |
+
such as but not limited to, cooperatives, mutual funds and fund drives that can provide support to
|
| 563 |
+
sick members.
|
| 564 |
+
|
| 565 |
+
SEC. 30. Government's Responsibility in Health Education for Personal Health Care. -
|
| 566 |
+
The government has the responsibility to provide the individual the necessary information and
|
| 567 |
+
knowledge which will enable him to appropriate measures to promote and protect his health.
|
| 568 |
+
This responsibility is to be carried out by a system of community health education which is
|
| 569 |
+
integrated to the different public services given to the community.
|
| 570 |
+
|
| 571 |
+
SEC. 31. Provision of Essential Health Care. — the government shall ensure provision of
|
| 572 |
+
essential health care services enumerated in Section 18 of this Code to every individual through
|
| 573 |
+
an organized system of health service delivery participated in by all the categories of
|
| 574 |
+
components of the health sector as described in Section 7 of this Code.
|
| 575 |
+
|
| 576 |
+
SEC. 32 Means of Providing Service. It shall be the overriding policy of the
|
| 577 |
+
government that no individual shall be denied medical attention for lack of ability to pay. For
|
| 578 |
+
this purpose, the national government and the local government units shall maintain medical care
|
| 579 |
+
facilities of graduated capability through which services may be rendered as described in Section
|
| 580 |
+
18 and medicines provided free to those who cannot afford to pay them.
|
| 581 |
+
|
| 582 |
+
The government, through the Department, may contract existing private hospitals to
|
| 583 |
+
provide medical care services in areas it cannot do so. It shall provide the necessary incentives
|
| 584 |
+
and support for private hospitals to be established and non-government health organizations to
|
| 585 |
+
operate in designated areas. It shall likewise promote self-regulation and standardization of
|
| 586 |
+
charges, for services in the private sector.
|
| 587 |
+
|
| 588 |
+
SEC. 33. Availability of Essential Drugs and Micromutrients. - The government shall
|
| 589 |
+
|
| 590 |
+
continue to ensure the availability of, and to reduce to affordable levels the Price of, essential
|
| 591 |
+
drugs and micronutrients.
|
| 592 |
+
|
| 593 |
+
ARTICLE VI
|
| 594 |
+
DEVELOPMENT OF HUMASN RESOURCES FOR HEALTH
|
| 595 |
+
|
| 596 |
+
SEC. 34. Mechanisms for the Planning and Development of Human Resources for
|
| 597 |
+
Health, - In the fulfillment of the principle on human resources for health in Section 10, the
|
| 598 |
+
|
| 599 |
+
VW
|
| 600 |
+
|
| 601 |
+
|
| 602 |
+
Department shall take the lead in promoting and supporting health human resource planning and
|
| 603 |
+
development. It will promote and support the constitution of appropriate multi-sectoral
|
| 604 |
+
mechanism(s) which will continuously analyze the health human resource situation of the
|
| 605 |
+
country, formulate, monitor and help in the implementation of policies.
|
| 606 |
+
|
| 607 |
+
SEC. 35. Support to Private Educational Institutions. - The government shall encourage
|
| 608 |
+
the private educational institutions to develop human resource capabilities. It shall provide
|
| 609 |
+
support in strengthening the training programs of private institutions, to include faculty
|
| 610 |
+
development, enhancement of relevance of the curricula to the national situation with emphasis
|
| 611 |
+
‘on promotive and preventive health care, developing standard teaching materials and textbooks
|
| 612 |
+
based on local conditions, strengthening library facilities, improving the assessment of student
|
| 613 |
+
progress and the conduct of research in human resource for health,
|
| 614 |
+
|
| 615 |
+
SEC. 36. Utilization of Barangay Health Workers. — As a matter of general principle,
|
| 616 |
+
the Department supports the training and utilization of barangay health workers in either
|
| 617 |
+
voluntary or pay basis. However, the decision of whether to include them into the system or not,
|
| 618 |
+
the nature of work to be assigned to them, and the administrative consideration shall be a
|
| 619 |
+
decision of the municipal or city health authority and the local government concerned. The same
|
| 620 |
+
policy shall apply to traditional birth attendants and herbalists,
|
| 621 |
+
|
| 622 |
+
SEC. 37. Rights and Privileges of Public Health Workers in the Government Sector.
|
| 623 |
+
With reference to health workers employed by the government and its political subdivision, their
|
| 624 |
+
rights, privileges, incentives and other rules governing their employment and career shall be in
|
| 625 |
+
accordance with the provisions of the Magna Carta of Public Health Workers, Civil Service rules
|
| 626 |
+
and regulations and the Code of Conduct and Ethical Standard for Public Officials and
|
| 627 |
+
Employees.
|
| 628 |
+
|
| 629 |
+
SEC, 38 Professionalization of the Government Health Service. - Professionalization of
|
| 630 |
+
the government health service through strict adherence to Civil Service rules and regulations,
|
| 631 |
+
through the recruitment of bright, young, motivated health professionals, and through the further
|
| 632 |
+
development program as described in Section 39 shall be an overriding concem of the
|
| 633 |
+
Department.
|
| 634 |
+
|
| 635 |
+
SEC. 39. Continuing Staff Development. - The department shall formulate and
|
| 636 |
+
implement a continuing staff development program, and shall explore effective innovative and
|
| 637 |
+
efficient approaches to reach as many health workers or professionals as possible.
|
| 638 |
+
|
| 639 |
+
In this connection, the Department shall institutionalize collaboration in the training of
|
| 640 |
+
health workers and supervisors by forging linkages between its training centers and other
|
| 641 |
+
institutions. In consultation and collaboration with local government units, it shall organize and
|
| 642 |
+
conduct training courses as may be required by the health staff of the latter.
|
| 643 |
+
|
| 644 |
+
ARTICLE Vi
|
| 645 |
+
PARTICIPATIVE PLANNING AND HEALTH POLICY FORMULATION
|
| 646 |
+
|
| 647 |
+
SEC. 40, National Level of Planning. As provided in Section 14 hereof, the department
|
| 648 |
+
shall be responsible for determining the national health policies and the formulation of national
|
| 649 |
+
health plans. It shall aim for a wide degree of participation in the planning process with the
|
| 650 |
+
involvement of relevant agencies/institutions and the community
|
| 651 |
+
|
| 652 |
+
For this purpose, the DOH shall implement measures to facilitate the development of
|
| 653 |
+
health planning and management skills and to strengthen planning, implementation, coordination
|
| 654 |
+
and evaluation mechanism at the national, regional and local levels of the public health care
|
| 655 |
+
delivery system
|
| 656 |
+
|
| 657 |
+
|
| 658 |
+
SEC. 41. Provincial/Chartered City Level of Planning. - The provincial/chartered city
|
| 659 |
+
health board shall develop a health planning mechanism with itself as the core that shall ensure a
|
| 660 |
+
wide degree of participation by the community. Through such mechanisms, it shall formulate
|
| 661 |
+
provincial/chartered city health policies and plans which shall include the relevant provisions of
|
| 662 |
+
the national health plan, and specific programs and projects responding to important problems
|
| 663 |
+
not otherwise addressed by the national health plan. It shall provide planning guidelines to the
|
| 664 |
+
municipal/component city health board, and ensure the coordination and harmony of the plans to
|
| 665 |
+
be formulated by the latter.
|
| 666 |
+
|
| 667 |
+
SEC. 42, Municipal/Component City Level of Planning. - At the municipal/component
|
| 668 |
+
city level, the health board shall develop a health planning mechanisms with itself as the core
|
| 669 |
+
that shall ensure a wide degree of participation and community involvement. It shall convert into
|
| 670 |
+
operational terms the relevant provisions of the national and provincial health plans, and shall
|
| 671 |
+
formulate specific programs and projects required by the local situation not otherwise provided
|
| 672 |
+
for in the higher level of planning,
|
| 673 |
+
|
| 674 |
+
The health board shall bring to the attention of policy makers at the provincial/national
|
| 675 |
+
level, the views/suggestions/complaints of the communities which require higher level of
|
| 676 |
+
decision.
|
| 677 |
+
|
| 678 |
+
SEC. 43. Barangay Level of Planning. - Planning for health at the barangay level shall
|
| 679 |
+
be a joint responsibility of the barangay development council, the health officer of the
|
| 680 |
+
municipal/component city and his health staff assigned to the barangay. The council shall
|
| 681 |
+
include project/activities for health development in its socioeconomic development plan. It shall
|
| 682 |
+
be the responsibility of the municipal/component city health boards to orient the council on the
|
| 683 |
+
process of planning for health development.
|
| 684 |
+
|
| 685 |
+
SEC. 44. Planning Standards and Review Process. - The Department shall develop
|
| 686 |
+
planning standards and criteria for the guidance of local health boards. The provincial health
|
| 687 |
+
board shall review the plans of the municipalities/component cities, and the plans of the
|
| 688 |
+
provinces shall be reviewed by the Department.
|
| 689 |
+
|
| 690 |
+
ARTICLE VIL
|
| 691 |
+
HEALTH CARE FINANCING
|
| 692 |
+
|
| 693 |
+
SEC. 45. Funding of Government Hospitals. - Financial support of all government
|
| 694 |
+
hospitals shall be a shared responsibility of the national and local governments, with the
|
| 695 |
+
Provincial/chartered city government assuming an increasing share of the obligation for the
|
| 696 |
+
extension, medicare, district, provincial and regional hospitals. Hospitals owned by the local
|
| 697 |
+
governments shall be fully funded by them. Certain medical centers as specified by the
|
| 698 |
+
Department shall be managed and fully financed from national sources.
|
| 699 |
+
|
| 700 |
+
The functional grouping of municipalities into districts shall continue, and the financial
|
| 701 |
+
obligations of the municipal/component city governments to support their districts shall be
|
| 702 |
+
defined, reviewed and adjusted as needed thereafter. This funding responsibility shall be shared
|
| 703 |
+
by the citizenry in general through total coverage with some form of third party payment and
|
| 704 |
+
other schemes as provided for in Section 47 of this Code.
|
| 705 |
+
|
| 706 |
+
SEC, 46. Funding of Local Health Services. - The local health services, specifically
|
| 707 |
+
the health centers and barangay health station shall be managed and funded by the
|
| 708 |
+
municipal/component city governments. However, in the case of municipal/component city
|
| 709 |
+
governments financially unable to support such services, the national government, upon
|
| 710 |
+
recommendation of the Department, shall provide the appropriate grants/subsidies and:
|
| 711 |
+
|
| 712 |
+
13
|
| 713 |
+
|
| 714 |
+
|
| 715 |
+
Provided, further, That the local government concerned has shown serious effort in making
|
| 716 |
+
efficient and effective use of existing resources, and in making appropriate allocations to the
|
| 717 |
+
different local governmental services/infrastructures.
|
| 718 |
+
|
| 719 |
+
SEC. 47. Promotion of Financing Schemes for Health Care. - The government shall
|
| 720 |
+
Promote the coverage of the total population with financing schemes by expanding the coverage
|
| 721 |
+
and improving the benefits of the Medicare Program, by encouraging the establishment of health
|
| 722 |
+
maintenance organizations, ‘health insurance schemes and health cooperatives, provision of
|
| 723 |
+
additional health benefits by employers and other forms of financing schemes. Towards this end,
|
| 724 |
+
the government shall adopt a self-imposed time limit within which total coverage of the
|
| 725 |
+
population is to be achieved.
|
| 726 |
+
|
| 727 |
+
ARTICLE IX
|
| 728 |
+
RESEARCH AND DEVELOPMENT
|
| 729 |
+
|
| 730 |
+
SEC. 48. Promotion of Relevant Research, - The DOH shall Promote research which
|
| 731 |
+
serves the public health. This means that the outputs of any research activity shall eventually
|
| 732 |
+
redound to the crafting of a policy, the improvement of a service including reduction of cost, the
|
| 733 |
+
development of a treatment, the encouragement of a behavior that leads to improvement in the
|
| 734 |
+
health status and the quality of life of the Filipino people.
|
| 735 |
+
|
| 736 |
+
SEC. 49. Improvement of Management Mechanisms for Research. - The government
|
| 737 |
+
shall continually refine/improve the existing research management mechanism which will define,
|
| 738 |
+
based on a wide degree of participation, a dynamic research agenda that is attuned to the priority
|
| 739 |
+
health problems of the country, coordinate studies, mobilize ‘support, evaluate results, and
|
| 740 |
+
Promote utilization of the results of such studies. In pursuance of this intention, all health
|
| 741 |
+
agencies shall be encouraged to give priority to the research function, and set aside certain
|
| 742 |
+
Proportion of their budget for research methodologies shall be part of their basic instructions.
|
| 743 |
+
|
| 744 |
+
SEC. 50. Networking of Institutions, - The research management mechanisms shall
|
| 745 |
+
Promote networking of institutions, encouraging multi-disciplinary research, exchange of
|
| 746 |
+
information and sharing in the use of resources
|
| 747 |
+
|
| 748 |
+
SEC. Si. Health Product Research and Development. - The government and the
|
| 749 |
+
private sector shall work together towards the development of national self-sufficiency and
|
| 750 |
+
feasible health products, such as vaccines, diagnostic reagents, pharmaceuticals, herbal
|
| 751 |
+
medicines and biomedical equipment, devices and appliances. The government guarantees the
|
| 752 |
+
right to intellectual property of the private sector.
|
| 753 |
+
|
| 754 |
+
In addition, the government shall exert the effort to secure the support of medical and
|
| 755 |
+
related industries in the manufacture of essential drugs, offering them at affordable costs. The
|
| 756 |
+
government shall ensure that no person needing such drugs shall be denied their benefits for
|
| 757 |
+
reason of poverty.
|
| 758 |
+
|
| 759 |
+
ARTICLE X
|
| 760 |
+
REGULATORY AND LICENSING FUNCTIONS
|
| 761 |
+
|
| 762 |
+
SEC. 52. Clarification of Regulatory and Licensing Functions. - The regulatory and
|
| 763 |
+
licensing functions consist of inspectorial activities to determine compliance with
|
| 764 |
+
|
| 765 |
+
|
| 766 |
+
standards/rules/regulations by persons or establishments and the grant of a license or permit to
|
| 767 |
+
‘operate/work upon satisfactions of the requirements.
|
| 768 |
+
|
| 769 |
+
SEC. 53, Regulatory Function of the Muncipal/Component City Health Authority,
|
| 770 |
+
The municipaVcomponent city health authority shall exercise regulatory functions on all
|
| 771 |
+
establishments assigned to them by the Code of Sanitation and by the Local Government Code in
|
| 772 |
+
the manner specified by such codes. The grant of license or permit to operate shall be given by
|
| 773 |
+
the municipal/component city government based on, among others, the recommendation of the
|
| 774 |
+
municipa/component city government based on, among others, the recommendation of the
|
| 775 |
+
municipal/component city health authority. Should technical support be required such as the
|
| 776 |
+
provision of advice/expert opinion, and the carrying out of special procedures, this will be
|
| 777 |
+
provided upon request by the provincial health office and if the latter is not able to, by the
|
| 778 |
+
Department.
|
| 779 |
+
|
| 780 |
+
SEC, $4. Regulating of Health Establishments. - For the regulations and grant of
|
| 781 |
+
license to operate to health establishments such as drugstores, blood banks, pharmaceutical
|
| 782 |
+
firms, clinics, clinical laboratories, dental laboratories, X-ray clinics and hospitals, the
|
| 783 |
+
Department shall continue to exercise authority, including the grant of license or permit to
|
| 784 |
+
operate, until such time that capability for such work shall have been developed at the
|
| 785 |
+
municipal/component city level, as may be determined by competent authority like the Bureau of
|
| 786 |
+
Food and Drugs. The Department shall also retain regulatory authority over food products,
|
| 787 |
+
drugs, micronutrients, devices, cosmetics, water analysis laboratory, HIV testing laboratories,
|
| 788 |
+
medical clinics for overseas workers and seafarers and hazardous household substances,
|
| 789 |
+
|
| 790 |
+
ARTICLE XI
|
| 791 |
+
INTERNATIONAL COOPERATION
|
| 792 |
+
|
| 793 |
+
SEC. 5S. Relationship with External Agencies. - The country through the Department
|
| 794 |
+
shall maintain a cooperative relationship with international development agencies, international
|
| 795 |
+
health organizations, and health organizations and health agencies of other countries, and shall
|
| 796 |
+
Participate in relevant mutually beneficial activities including exchange of information,
|
| 797 |
+
extension of use of health facilities/institutions and sharing or resources in matters of emergency.
|
| 798 |
+
|
| 799 |
+
SEC. 56. Enhancing the Effectiveness of External Cooperation. - The Department shall
|
| 800 |
+
take the lead role in negotiating for external support for health development from multilateral
|
| 801 |
+
and bilateral agencies. It shall promote joint programming with such agencies in order to
|
| 802 |
+
rationalize and enhance the effectiveness of external cooperation which shall be used strictly for
|
| 803 |
+
developmental projects.
|
| 804 |
+
|
| 805 |
+
SEC. 57, Coordination of Negotiation. - Other agencies which may wish to negotiate
|
| 806 |
+
directly with local governments may do so, but the latter shall inform the Department
|
| 807 |
+
accordingly. Such support shall be based on the priority needs of the local health authority. The
|
| 808 |
+
Department shall reserve the right to review such offer of cooperation and to suggest revisions
|
| 809 |
+
when changes are necessary for the best interest of all concerned.
|
| 810 |
+
|
| 811 |
+
SEC. 58. National Sovereignty in External Cooperation. - External support shall be
|
| 812 |
+
negotiated in an atmosphere of mutual respect for the authority of the extemal agency and the
|
| 813 |
+
sovereignty of the country. The latter shall have the final decision on what kind of assistance to
|
| 814 |
+
be requested and for what purpose. As much as possible local sourcing of material needs of joint
|
| 815 |
+
collaborative projects shall be observed.
|
| 816 |
+
|
| 817 |
+
ARTICLE XI
|
| 818 |
+
FINAL PROVISION
|
| 819 |
+
|
| 820 |
+
SEC, 59. Amendatory Clause. - This Code shall be considered as the guiding
|
| 821 |
+
framework of the health sector in its effort to promote and protect the health of all Filipinos. As
|
| 822 |
+
|
| 823 |
+
|
| 824 |
+
needed, depending on developments arising in the country, certain sections of the Code may be
|
| 825 |
+
revised
|
| 826 |
+
|
| 827 |
+
SEC. 60. Separability Clause. - In the event that any section, paragraph, sentence,
|
| 828 |
+
clause or word of this Code shall be declared invalid for any reason, the other provisions thereof
|
| 829 |
+
shall not be affected thereby.
|
| 830 |
+
|
| 831 |
+
SEC. 61. Repealing Clause. - All laws, as well as pertinent rules and regulations
|
| 832 |
+
|
| 833 |
+
thereof which are inconsistent with the provisions of this Code are hereby repealed or amended
|
| 834 |
+
accordingly.
|
| 835 |
+
|
| 836 |
+
SEC. 62. Effectivity, - This Code shall take effect immediately upon approval.
|
| 837 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00084.txt
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
84
|
| 9 |
+
|
| 10 |
+
HB.
|
| 11 |
+
|
| 12 |
+
Introduced by HON. JUAN EDGARDO “SONNY” M. ANGARA.
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE .
|
| 15 |
+
|
| 16 |
+
Under the Philippine setting, public school teachers occupy a socio-historical role. The
|
| 17 |
+
teacher is looked up to as the source of enlightenment, In current times, however, the public
|
| 18 |
+
school teacher has collectively been misunderstood, neglected and even disregarded. For turning
|
| 19 |
+
to the streets to air their grievances and seek support for their demands, they have been vilified,
|
| 20 |
+
threatened and even treacherously handled by the very government officials whose fundamental
|
| 21 |
+
concern includes the interest of the public school teachers.
|
| 22 |
+
|
| 23 |
+
Yet, when we look into the provisions of the fundamental law of the State:
|
| 24 |
+
|
| 25 |
+
“The State shall assign the highest budgetary priority to education and ensure that
|
| 26 |
+
teaching will attract and retain its rightful share of the best available talents through adequate
|
| 27 |
+
remuneration and other means of job satisfaction and fulfillment”. [Article XIV, Section 5(5)]
|
| 28 |
+
|
| 29 |
+
It is ironic that despite the above-cited provisions, the plight of the public school teacher
|
| 30 |
+
still leaves much to be desired. The Salary Standardization Law of 1994 somewhat improved the
|
| 31 |
+
plight of our public school teacher. But then, they still need more incentives especially these
|
| 32 |
+
teachers assigned outside their town or province
|
| 33 |
+
|
| 34 |
+
This measure proposes additional incentives to public school teachers who are assigned
|
| 35 |
+
in towns different from their own town but within the same province. Those who are assigned to
|
| 36 |
+
towns of other provinces shall be entitled to more incentives. The incentive is supposed to
|
| 37 |
+
answer for the physical and economic dislocation of a teacher who is presumably working in
|
| 38 |
+
another place because he could not be assigned in his own town. The incentive shall be in
|
| 39 |
+
addition to the basic salary and benefits being received by the public school teachers before this
|
| 40 |
+
Act.
|
| 41 |
+
|
| 42 |
+
For the above reasons, approval of this bill is earnestly requested.
|
| 43 |
+
|
| 44 |
+
AN EDGARDO M/ANGARA
|
| 45 |
+
Representative
|
| 46 |
+
|
| 47 |
+
Lone District of Aurora Province
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
THIRTEENTH CONGRESS )
|
| 51 |
+
REPUBLIC OF THE PHILIPPINES _)
|
| 52 |
+
First Regular Session )
|
| 53 |
+
|
| 54 |
+
HOUSE OF REPRESENTATIVES
|
| 55 |
+
|
| 56 |
+
H.B. No. 84
|
| 57 |
+
|
| 58 |
+
Introduced by HON. JUAN EDGARDO “SONNY” M. ANGARA
|
| 59 |
+
|
| 60 |
+
AN ACT
|
| 61 |
+
PROVIDING INCENTIVES TO PUBLIC SHOOL TEACHERS WHO ARE ASSIGNED
|
| 62 |
+
OUTSIDE OF THEIR TOWNS AND PROVINCES APPROPRIATING FUNDS
|
| 63 |
+
THEREFOR AND FOR OTHER PURPOSES
|
| 64 |
+
|
| 65 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 66 |
+
assembled:
|
| 67 |
+
|
| 68 |
+
SECTION. 1. This Act shall be known as the “Public School Teachers’ Incentives Act of
|
| 69 |
+
2004.”
|
| 70 |
+
|
| 71 |
+
SEC. 2. Declaration of Policy — It is the policy of the state to provide incentives to public
|
| 72 |
+
school teachers who are assigned to teaching jobs outside of their respective towns and
|
| 73 |
+
provinces. As much as practicable public school teacher shall be assigned to their respective
|
| 74 |
+
towns,
|
| 75 |
+
|
| 76 |
+
SEC. 3. Assignment to another town within the same province - Any public school
|
| 77 |
+
teacher who is assigned to a town other than his own shall in addition to his basic salary and
|
| 78 |
+
benefits under the Salary Standardization Law be entitled to One Thousand Pesos (P1,000.00)
|
| 79 |
+
monthly as incentive allowance
|
| 80 |
+
|
| 81 |
+
SEC. 4. Assignment to another province - Any public school teacher who is assigned to
|
| 82 |
+
a town of another province other than his own shall in addition to his basic salary and benefits
|
| 83 |
+
under the Salary Standardization Law be entitled to Two Thousand Pesos (P2,000.00) monthly
|
| 84 |
+
as additional incentives.
|
| 85 |
+
|
| 86 |
+
SEC. 5. Difficulty Differential. - Any public school teacher shall receive a monthly
|
| 87 |
+
difficulty differential pay amounting to Ten Percent (10%) of his/her basic salary in addition to
|
| 88 |
+
the incentives stated in the previous section, for each of the following factors:
|
| 89 |
+
|
| 90 |
+
a) Mode of Access and Distance. When access to the work station involves either a one
|
| 91 |
+
hour walk through footrails or one hour trough any of the following conveyances: banca,
|
| 92 |
+
pumpboat, animal-ride and/or animal-drawn vehicle;
|
| 93 |
+
|
| 94 |
+
b) Absence of Electricity;
|
| 95 |
+
|
| 96 |
+
©) Absence of Running Water/Waterworks System;
|
| 97 |
+
|
| 98 |
+
d) Absence of Primary Health Care Facility.
|
| 99 |
+
|
| 100 |
+
SEC. 6, Transferees. ~ The provisions of this Act shall apply to any public school
|
| 101 |
+
teacher who is officially transferred from his original assignment in accordance with lawful
|
| 102 |
+
orders of his/her superiors.
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
SEC. 7. Suspension of the Incentives. - A public school teacher who has received
|
| 106 |
+
benefits under this Act but is eventually transferred to his own town shall cease to be entitled to
|
| 107 |
+
the incentives stated herein.
|
| 108 |
+
|
| 109 |
+
SEC. 8. Place of Origin, - For purposes of determining the town or province of origin of
|
| 110 |
+
a public school teacher, the scholastic records filed in the Department of Education shall be
|
| 111 |
+
consulted, otherwise, certification from the Barangay Chairman shall be used.
|
| 112 |
+
|
| 113 |
+
SEC. 9. Tax Exemptions ~ Incentives received under the provisions of this Act shall be
|
| 114 |
+
exempt from tax liability.
|
| 115 |
+
|
| 116 |
+
SEC. 10. Appropriation. ~ The President is hereby authorized to realign or transfer any
|
| 117 |
+
item or appropriation within the Department of Education and/or utilize any savings therein to
|
| 118 |
+
carry out the purpose of this Act. Whatever additional amount as may be needed for its
|
| 119 |
+
implementation shall be included in the General Appropriations Act of the ensuing Fiscal Years.
|
| 120 |
+
|
| 121 |
+
SEC. 11. Repeating Clause. - All Acts, Presidential Decrees and Issuances inconsistent
|
| 122 |
+
wiffi@his Act are hereby repealed or modified as the case maybe.
|
| 123 |
+
|
| 124 |
+
SEC. 12. Separability Clause. - If any provision of this Act is declared unconstitutional
|
| 125 |
+
or inoperative, the other provisions not so declared shall remain in force and effect.
|
| 126 |
+
|
| 127 |
+
SEC. 13. Effectivity. - This Act shall take effect after two (2) publications in any
|
| 128 |
+
national newspaper.
|
| 129 |
+
|
| 130 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00085.txt
ADDED
|
@@ -0,0 +1,1056 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
85
|
| 9 |
+
|
| 10 |
+
HNO.
|
| 11 |
+
|
| 12 |
+
INTRODUCED BY HONORABLE JUAN EDGARDO “SONNY” M. ANGARA
|
| 13 |
+
es
|
| 14 |
+
|
| 15 |
+
EXPLANATORY NOTE
|
| 16 |
+
|
| 17 |
+
This bill seeks to provide a Magna Carta for the Informal Sector.
|
| 18 |
+
|
| 19 |
+
The informal sector comprises almost half of the country’s total workforce, They include
|
| 20 |
+
among others the micro-entrepreneurs, the househelps, small farmers, illegal sidewalk vendors,
|
| 21 |
+
hawkers, kaingeros (or the so-called slash-and-burn dwellers), and other groups of people who
|
| 22 |
+
live and earn their living in their own little ways.
|
| 23 |
+
|
| 24 |
+
In economic parlance, “informal sector” refers to a specific sector in the economy where
|
| 25 |
+
most of the participants are categorized as “unregistered, undocumented, untaxed, uninsured,
|
| 26 |
+
disorganized and doing irregular economic activities.” Often, they are also being referred as
|
| 27 |
+
“small-scale (economic) units, self-employed activities (with or without hired workers, with low
|
| 28 |
+
level of organization and technology.”
|
| 29 |
+
|
| 30 |
+
Largely coming from the economically-disadvantaged sector, the informal sector live in
|
| 31 |
+
substandard conditions (in hovels even, among the many squatter colonies), earning just a
|
| 32 |
+
pittance that is hardly enough to meet their basic needs. They include the jobless and the
|
| 33 |
+
underemployed, out-of-school youth, housewives, and children, marginalized workers: in
|
| 34 |
+
depressed communities, the disabled, etc, — all of whom hailed from the impoverished groups
|
| 35 |
+
who lack skills, education and access to employment. Because of their very nature, they are
|
| 36 |
+
exposed to exploitative terms and conditions of work. Work condition is substandard, which
|
| 37 |
+
often feature cramped workspace, improper posture, fatigue, poor work tools, poor lighting and
|
| 38 |
+
ventilation, heat and some chemical hazards,
|
| 39 |
+
|
| 40 |
+
By their very nature and operation, workers belonging to the informal sector are excluded
|
| 41 |
+
from the coverage of the Labor Code and other pieces of social legislation and are subject to
|
| 42 |
+
exploitation by businesses and factories which often resort to subcontracting low wages, long
|
| 43 |
+
hours of work, absence of fringe benefits, etc. Moreover, women and children who fall into this
|
| 44 |
+
sector are likewise vulnerable to exploitation from wholesalers, moneylenders and corrupt police
|
| 45 |
+
authorities through “kotong” or extortion. Furthermore, the absence of a monitoring system and
|
| 46 |
+
regulations to protect their respective working environments have made them exposed to health
|
| 47 |
+
and safety risks.
|
| 48 |
+
|
| 49 |
+
It cannot also be denied, on the other hand, that by sheer need to eam a living, many of
|
| 50 |
+
the people in the informal sector who engage selling foodstuffs and drinks have often
|
| 51 |
+
compromised sanitation, safety and quality standards of the items they sold.
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
A cursory look etal these activity only proves that there are just a lot of things to be
|
| 55 |
+
pursued if indeed the government is to protect and promote the interest and welfare
|
| 56 |
+
of millions of Filipinos belonging to the informal sector of the economy.
|
| 57 |
+
|
| 58 |
+
‘This proposed Magna Carta for the Informal Sector, therefore, envisions to pursue
|
| 59 |
+
realistic efforts to correct the prevailing system which, in one way or another, have denied and
|
| 60 |
+
plunged the informal sector of the Philippine economy into deeper menace. By introducing an
|
| 61 |
+
integrated, holistic and comprehensive policy instrument for the informal sector, it is hoped that
|
| 62 |
+
a systematic effort towards bringing the informal sector into the mainstream of Philippine
|
| 63 |
+
economy can be achieved.
|
| 64 |
+
|
| 65 |
+
In view of this, the early passage of this bill is earnestly sought.
|
| 66 |
+
|
| 67 |
+
Lin Om
|
| 68 |
+
|
| 69 |
+
JUAN EDG: ANGARA
|
| 70 |
+
Lone District, Province of Aurora
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
THIRTEENTH CONGRESS OF THE )
|
| 74 |
+
|
| 75 |
+
REPUBLIC OF THE PHILIPPINES )
|
| 76 |
+
First Regular Session )
|
| 77 |
+
: 85
|
| 78 |
+
H.B. No.
|
| 79 |
+
|
| 80 |
+
Introduced by HON. JUAN EDGARDO “SONNY” M. ANGARA
|
| 81 |
+
|
| 82 |
+
AN ACT
|
| 83 |
+
PROVIDING FOR A MAGNA CARTA FOR THE INFORMAL SECTOR,
|
| 84 |
+
INSTITUTIONALIZING MECHANISM FOR IMPLEMENTATION
|
| 85 |
+
THEREOF AND FOR OTHER PURPOSES
|
| 86 |
+
|
| 87 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 88 |
+
assembled:
|
| 89 |
+
|
| 90 |
+
TITLE I
|
| 91 |
+
GENERAL PROVISIONS
|
| 92 |
+
|
| 93 |
+
Chapter I
|
| 94 |
+
Framework and Principles
|
| 95 |
+
|
| 96 |
+
SECTION 1. Short Title. — This Act shall be known as the “Magna Carta for the
|
| 97 |
+
Informal Sector.”
|
| 98 |
+
|
| 99 |
+
SEC. 2, Declaration of Policy. — It is hereby declared the policy of the State:
|
| 100 |
+
|
| 101 |
+
(@) To promote and improve the total well-being of the poorest-of-the-poor and the
|
| 102 |
+
marginalized low level income earners who engaged in economic activities under the informal
|
| 103 |
+
sector;
|
| 104 |
+
|
| 105 |
+
(b) To nurture and protect the interests of the informal sector by providing with adequate
|
| 106 |
+
and timely social, economic and legal services, as well as mechanisms that shall protect their
|
| 107 |
+
rights and promote benefits that ensure their dignified existence and economic advancement;
|
| 108 |
+
|
| 109 |
+
(©) To recognize the rights of every worker in the informal sector, to protect them,
|
| 110 |
+
especially women and children, from abuse, economic exploitation and from performing work
|
| 111 |
+
that is hazardous to their physical, mental and spiritual health;
|
| 112 |
+
|
| 113 |
+
Toward this end, the State shall come up with an integrated, holistic and comprehensive
|
| 114 |
+
policy instrument for the informal sector that will facilitate:
|
| 115 |
+
|
| 116 |
+
(a) the enhancement of their entrepreneurial skills and their capabilities to become more
|
| 117 |
+
productive and self-reliant thereby ensuring their protection, assistance, support and participation
|
| 118 |
+
in the mainstream economic activities;
|
| 119 |
+
|
| 120 |
+
() @ continuing process of consultation and dialogue with said sector to be able to
|
| 121 |
+
maximize the provision of a systematic package of reform intervention services.
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
SEC. 3. Framework and Principles, - The government shall pursue a minimum
|
| 125 |
+
regulation and encourage the development of ingenuity and the entrepreneurial spirit among the
|
| 126 |
+
citizenry. In this regard, the LGUs and their respective attached agencies shall see to it that
|
| 127 |
+
procedural rules and requirements for the IS are minimized in the act of registration, availment of
|
| 128 |
+
financing, grants and other incentives and accessing other government services and assistance.
|
| 129 |
+
|
| 130 |
+
In order to hasten the growth and expansion of the various business activities or
|
| 131 |
+
enterprises under the informal sector, the private sector shall be encouraged to assist in the
|
| 132 |
+
effective implementation of this Act by participating in government programs for the informal
|
| 133 |
+
sector. In this regard, the DTI, in consultation with the concerned government agencies, the
|
| 134 |
+
LGUs and the informal sector, may recommend simplified procedure and localized incentives for
|
| 135 |
+
the benefit of the informal sector. The government shall encourage the organization,
|
| 136 |
+
establishment, strengthening and expansion of the various business activities or enterprises under
|
| 137 |
+
the informal sector in the barangay level preferably unified under a municipaV/city, provincial,
|
| 138 |
+
regional and national federation/association.
|
| 139 |
+
|
| 140 |
+
SEC. 4. Definition of Terms. ~ As used in this Act, the following terms shall mean:
|
| 141 |
+
|
| 142 |
+
(a) Daily Basis refers to the per day mode of paying a private worker as bilaterally agreed
|
| 143 |
+
upon by both the employer and the worker.
|
| 144 |
+
|
| 145 |
+
(b) Employer refers to a natural person or group or partnership of people for which a paid
|
| 146 |
+
worker renders productive employment or service.
|
| 147 |
+
|
| 148 |
+
(c) Hazardous work or condition refers to any activity or circumstance where a worker is
|
| 149 |
+
exposed to any risk which constitutes an imminent danger to his/her health and safety.
|
| 150 |
+
|
| 151 |
+
(@ Kasambahay refers to any person, whether male or female, who is to be engaged, is
|
| 152 |
+
engaged or has been engaged locally in a salaried capacity under a full-time basis and paid
|
| 153 |
+
directly by the employer, undertaking tasks ascribed as normal household chores within a
|
| 154 |
+
specific household. ‘The term includes maids, cooks, houseboys, family drivers and babysitters
|
| 155 |
+
(vaya) who provide daily service to a single, specific household, either on a live-in or live-out
|
| 156 |
+
basis. In common term, kasambahay is called household helper.
|
| 157 |
+
|
| 158 |
+
(©) Worker of minor age refers to children fifteen (15) years up to seventeen (17) years of
|
| 159 |
+
age who are engaged in productive employment under a valid contract of employment.
|
| 160 |
+
|
| 161 |
+
(®) Informal Sector, which is herein otherwise referred to as IS, refers to a category of
|
| 162 |
+
individuals or partnerships of people involved in any business activity or enterprise whose total
|
| 163 |
+
assets value, inclusive of the capital investments, must not be more than Ten Thousand Pesos
|
| 164 |
+
(P10,000.00) for single proprietorship and Twenty-five Thousand Pesos (P25,000.00) for
|
| 165 |
+
partnership ventures and/or whose annual income must not exceed Thirty-five Thousand Pesos
|
| 166 |
+
(P35,000.00) and One Hundred Fifty Thousand Pesos (P150,000,00), respectively.
|
| 167 |
+
|
| 168 |
+
The above definition shall be subject to review and adjustment upon the recommendation
|
| 169 |
+
by the Regional Wage Board (RWB), in consultation with the National Economic Development
|
| 170 |
+
Authority (NEDA) motu propio taking into account inflation and other economic indicators.
|
| 171 |
+
|
| 172 |
+
(g) Monthly Basis refers to the per month mode of paying a private worker as bilaterally
|
| 173 |
+
agreed upon by both the employer and the worker.
|
| 174 |
+
|
| 175 |
+
(h) Pacquiao Basis refers to the pre-contracted wholesale mode of paying a private
|
| 176 |
+
worker as bilaterally agreed upon by both the employer and the worker.
|
| 177 |
+
|
| 178 |
+
(i) Self-employed worker refers to any person, whether male or female, who is to be
|
| 179 |
+
engaged, is engaged or has been engaged locally and paid directly by the homeowner/employer
|
| 180 |
+
to provide services to either a single or a number of households on a contractual or day-to-day
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
basis, The term includes gardeners, laundry women and household helpers hired on a day-to-day
|
| 184 |
+
basis, provided that they do not report for work to a single household for four (4) days a week or
|
| 185 |
+
more, else they shall be classified as kasamabahay.
|
| 186 |
+
|
| 187 |
+
(@ Worker refers to a general term to mean either or both the self-employed or paid
|
| 188 |
+
employee covered under the provisions of this Act.
|
| 189 |
+
|
| 190 |
+
(k) Working hours refers to the period of time within which a worker is required to be on
|
| 191 |
+
call to perform any and all tasks that may be designated, regardless of whether there are actual
|
| 192 |
+
tasks being undertaken.
|
| 193 |
+
|
| 194 |
+
Chapter IE
|
| 195 |
+
Coverage, Qualifications and Accreditation
|
| 196 |
+
|
| 197 |
+
SEC. 5. Registration; Payment. — 1S business activities or enterprises shall, upon
|
| 198 |
+
registration, pay Fifty pesos (P50,00) to the municipality or city where they intend to
|
| 199 |
+
productively employed during their initial year of operation. The said fee shall cover the cost of
|
| 200 |
+
the issuance of the license to operate.
|
| 201 |
+
|
| 202 |
+
SEC. 6, Annual Dues, — 1S business activities or enterprises shall pay the fee to the
|
| 203 |
+
municipal or city treasurer where they are registered and accredited, starting on their second year
|
| 204 |
+
of operations, based on the following schedule:
|
| 205 |
+
|
| 206 |
+
(a) Those with net assets before financing amounting to not more than
|
| 207 |
+
P 2,000.00... P 180,00
|
| 208 |
+
|
| 209 |
+
(b) Those with net assets before financing of more of more than P 100,000.00 to
|
| 210 |
+
P 2,000.00 to 5,000.00... . P 360.00
|
| 211 |
+
|
| 212 |
+
(c) Those with net assets before financing of more than P400,000.00 to
|
| 213 |
+
P 7,500.00 to 10,000.00... . P 720.00
|
| 214 |
+
|
| 215 |
+
The collected fee shall accrue exclusively to the municipality or city and shall be used for
|
| 216 |
+
IS development programs approved by the municipal or city council.
|
| 217 |
+
|
| 218 |
+
SEC. 7. Revocation of Business Authority. — The authority to do business shall, after due
|
| 219 |
+
notice and hearing, be revoked and cancelled upon the failure of the IS business activities or
|
| 220 |
+
enterprises, without valid reasons, to commence its operations within forty-five (45) days from
|
| 221 |
+
receipt of the authority to operate.
|
| 222 |
+
|
| 223 |
+
SEC. 8. Coverage. — This Act shall cover thembers of the informal sector who are
|
| 224 |
+
operating, employed or working either as micro-entrépreneur, paid worker or self-employed as
|
| 225 |
+
defined herein. Provided, however, That the aforesaid! micro-entrepreneur, paid worker or self-
|
| 226 |
+
employed qualifies the minimum requirements set forth in this Act.
|
| 227 |
+
|
| 228 |
+
For purposes of this Act, the term “informal sector” shall cover the following:
|
| 229 |
+
|
| 230 |
+
(a) Micro-entrepreneurs:
|
| 231 |
+
(sidewalk vendors, fish vendors;
|
| 232 |
+
(i) small scale farmers and fisherfolks;
|
| 233 |
+
|
| 234 |
+
(b) Employed/SelfEmployed:
|
| 235 |
+
() local domestic helpers or kasambahay;
|
| 236 |
+
Gi) barbers, manicurists, pedicurists;
|
| 237 |
+
(iil) pedicabftricycle drivers;
|
| 238 |
+
|
| 239 |
+
|
| 240 |
+
(iv) jeepney drivers ;
|
| 241 |
+
|
| 242 |
+
(v) ‘taxi drivers ;
|
| 243 |
+
|
| 244 |
+
(vi) carpenters, plumbers, electrician, mason, house painters;
|
| 245 |
+
(vii) welders, mechanics
|
| 246 |
+
|
| 247 |
+
‘SEC. 9. Accreditation, — Any member of the IS who meets such eligibility, qualification
|
| 248 |
+
and other necessary requirements as provided for under this Act shall be accredited as member of
|
| 249 |
+
the IS.
|
| 250 |
+
|
| 251 |
+
Accreditation for eligibility for any development program shall be reviewed, revalidated
|
| 252 |
+
and reassessed every two (2) years from the date of last accreditation by the LGUs where the IS
|
| 253 |
+
operates, Renewal of eligibility shall be based in accordance with the merit and fitness principle.
|
| 254 |
+
|
| 255 |
+
SEC. 10. Eligibility for Benefits. — The selection and appointment of beneficiaries under
|
| 256 |
+
this Act shall be in accordance with the merit and fitness principle: Provided, That the applicant
|
| 257 |
+
is an accredited member of the IS, as prescribed herein. Only accredited member shall be
|
| 258 |
+
eligible for assistance, support and grants under this Act.
|
| 259 |
+
|
| 260 |
+
Chapter HI
|
| 261 |
+
Special Allocations for Development Initiatives
|
| 262 |
+
|
| 263 |
+
SEC. 11. Special Allocations for Development Initiatives, ~ The national government
|
| 264 |
+
shall allocate at least ten (10%) percent of its annual national budget to be appropriated
|
| 265 |
+
proportionately in accordance with the corresponding internal revenue allocation (IRA) of
|
| 266 |
+
tespective LGUs. Such allocation shail be annually added to the current IRA of LGUs.
|
| 267 |
+
|
| 268 |
+
The said allocation shall be utilized by LGUs for the implementation of livelihood
|
| 269 |
+
programs pursuant to the provisions of this Act. Priority shall be given to income generating
|
| 270 |
+
programs for the poorest-of-the-poor. The emphasis of the programs shall be focused on micro-
|
| 271 |
+
credit programs and schemes through the mobilization of the IS with no assets to engage in self-
|
| 272 |
+
employment and income generating activities,
|
| 273 |
+
|
| 274 |
+
For this purpose of this Chapter, an Informal Sector Development Fund shail be
|
| 275 |
+
established in every city/municipality for the their supervision and management subject to
|
| 276 |
+
accounting and auditing procedures by the Commission on Audit (COA).
|
| 277 |
+
|
| 278 |
+
SEC. 12. Sourcing and Adopting Development Initiatives. - The Small Business
|
| 279 |
+
Guarantee and Finance Corporation (SBGFC), which is created under Republic Act No. 8289,
|
| 280 |
+
shall assist in the sourcing and adopting of development initiatives for competitive enterprises in
|
| 281 |
+
terms of finance, technology, production, management and business linkages, and provide and
|
| 282 |
+
promote, develop and widen in both scope and service reach various alternative modes of
|
| 283 |
+
financing for IS business activities or enterprises, including but not limited to, direct and indirect
|
| 284 |
+
project lending, venture capital, financial leasing, secondary mortgage and/or rediscounting of
|
| 285 |
+
loan papers to IS business activities or enterprises, and crop production financing.
|
| 286 |
+
|
| 287 |
+
The Corporation shall guarantee loans obtained by qualified IS worker or business
|
| 288 |
+
activity or enterprise, whether single proprietorship or a partnership venture, under such terms
|
| 289 |
+
and conditions adopted by its Board. It shall become liable under its guarantees upon proof that
|
| 290 |
+
the loan has become past due under such terms and guidelines adopted by its Board and printed
|
| 291 |
+
on the contract of guarantee.
|
| 292 |
+
|
| 293 |
+
All provisions stipulated under R.A. No. 8289 in connection with the SBGFC shall
|
| 294 |
+
continue to effect except those which are deliberately changed or amended hereof.
|
| 295 |
+
|
| 296 |
+
|
| 297 |
+
SEC. 13, Eligibility for Government Assistance. ~ To qualify for assistance, incentives
|
| 298 |
+
and grants, a worker or business activity or enterprise shall be:
|
| 299 |
+
|
| 300 |
+
(@) duly registered and accredited with the appropriate agency in the LGU where they are
|
| 301 |
+
actively operating and paid the necessary fees for registration and accreditation from the office of
|
| 302 |
+
the municipal or city treasurer-concerned;
|
| 303 |
+
|
| 304 |
+
(b) one hundred percent (100%) owned and capitalized by Filipino citizens, be it single
|
| 305 |
+
proprietorship or a partnership venture; and
|
| 306 |
+
|
| 307 |
+
(©) fall under the above-mentioned sub-categories of IS;
|
| 308 |
+
|
| 309 |
+
SEC. 14, Exclusivity of Government Programs. - The government shall ensure that
|
| 310 |
+
programs of financing, grants and other similar incentives shall be exclusively extended to an
|
| 311 |
+
accredited IS worker and business activity or enterprise.
|
| 312 |
+
|
| 313 |
+
SEC. 15. Entitlement of Government Procurements. — The government shall work for a
|
| 314 |
+
mechanism to ensure that duly accredited IS worker or business activity or enterprise for an
|
| 315 |
+
entitlement of a share of at least ten percent (10%) of total procurement value of goods and
|
| 316 |
+
services supplied to the government, its bureaus, offices and agencies annually: Provided, That
|
| 317 |
+
prices and quality of goods offered by the above-mentioned accredited IS worker or business
|
| 318 |
+
activity or enterprise are competitive.
|
| 319 |
+
|
| 320 |
+
SEC. 16. Coordination with LGUs. - Pursuant to the provisions of Republic Act No.
|
| 321 |
+
7160, the local chief executives in coordination with IS representatives and appropriate agencies
|
| 322 |
+
shall formulate specific’ plans that will address the socio-economic needs of the IS. and
|
| 323 |
+
incorporate them in their respective provincial, city and municipal development plans:
|
| 324 |
+
|
| 325 |
+
SKC. 17. Tax Exemption. — A duly accredited IS worker or business activity or enterprise
|
| 326 |
+
shall be exempted from all taxes, national or local, license and building permit fees and other
|
| 327 |
+
business taxes, except real property and capital gains taxes, import duties and other taxes on
|
| 328 |
+
imported articles. In addition; any and all income, receipts and proceeds derived from their
|
| 329 |
+
business operations shall be ‘excluded for the computation of gross income for purposes of
|
| 330 |
+
computing te individual income tax of the members thereof.
|
| 331 |
+
|
| 332 |
+
It shall be exempted from any and all government rules’ and’ regulations in respect of . .
|
| 333 |
+
assets, incame, and other activities indispensably and directly utilized in, proceéding from or
|
| 334 |
+
connected with the IS basiness or the enterprise. .
|
| 335 |
+
|
| 336 |
+
SEC.18. Forfeiture of Benefits. — All the exemptions and other benefits herein provided
|
| 337 |
+
stall, after due, notice tnd hearing, be forfeited in case of any violation of the provisions of this
|
| 338 |
+
Act by any IS member‘or partnership venture.
|
| 339 |
+
|
| 340 |
+
“SEC. 19. inclusivity of Benefits. ~ The exemptions and other benefits provided in this
|
| 341 |
+
|
| 342 |
+
Act shall apply for a period not exceeding five (5) years from the date of the registration,
|
| 343 |
+
|
| 344 |
+
nik IS workef or business activity or enterprise is registered and accredited within five
|
| 345 |
+
(Sy3yearsdrom the’ effectivity of this Act.
|
| 346 |
+
|
| 347 |
+
Chapter IV
|
| 348 |
+
The Organization
|
| 349 |
+
|
| 350 |
+
|
| 351 |
+
SEC. 20, Creation of an Informal Sector Development Council; Mandate. — There is
|
| 352 |
+
hereby created an Inforthal Sector Development Council, herein otherwise referred to as the
|
| 353 |
+
Council, which shall be attached to the DTI and shall be constituted within sixty (60) days after
|
| 354 |
+
the approval of this Act.
|
| 355 |
+
|
| 356 |
+
The Council shall be the primary agency responsible for the promotion, growth and
|
| 357 |
+
development of the IS in the country by way of facilitating and closely coordinating national
|
| 358 |
+
efforts to promote the sector’s viability and growth, including the provision of an integrated
|
| 359 |
+
program for skills enhancement, literacy and education, health services, social welfare and
|
| 360 |
+
services, assistance in the tapping of local as well as foreign funds, and other functions relative to
|
| 361 |
+
the attainment of the objectives and policy of this Act.
|
| 362 |
+
|
| 363 |
+
SEC. 21. Composition. — The Council shall be headed by the Secretary of the DTI as
|
| 364 |
+
Chairman, and may elect from among themselves a Vice-Chairman to preside over the Council
|
| 365 |
+
meetings in the absence of the Chairman. The members shall be the following:
|
| 366 |
+
|
| 367 |
+
(a) Director General of the NEDA;
|
| 368 |
+
|
| 369 |
+
(b) Secretary of DA;
|
| 370 |
+
|
| 371 |
+
(©) Secretary of DOLE;
|
| 372 |
+
|
| 373 |
+
@ Secretary of DSWD;
|
| 374 |
+
|
| 375 |
+
(©) Secretary of the DOH
|
| 376 |
+
|
| 377 |
+
( Secretary of DOT;
|
| 378 |
+
|
| 379 |
+
(g) Administrator of the NHA;
|
| 380 |
+
|
| 381 |
+
(h) Administrator of the CDA;
|
| 382 |
+
|
| 383 |
+
(® Chairman of Small Business Guarantee and Finance Corporation;
|
| 384 |
+
|
| 385 |
+
(@® Three (3) representatives from the private sector at large, all Filipino citizens, to
|
| 386 |
+
represent Luzon, Visayas and Mindanao; and
|
| 387 |
+
|
| 388 |
+
(k) One (1) representative from the informal sector to be appointed by the President.
|
| 389 |
+
|
| 390 |
+
An ex officio member of the Council who possesses a cabinet-rank shall designate an
|
| 391 |
+
undersecretary or assistant secretary as his/her permanent alternate representative in case he/she
|
| 392 |
+
fails to attend meetings in the exigency of his/her official function in the department.
|
| 393 |
+
|
| 394 |
+
The private sector members of the Council shall be entitled to receive per diem of Two
|
| 395 |
+
Thousand Pesos (P2,000.00) per meeting, The Council shall meet once every two months or it
|
| 396 |
+
‘may call for special meetings as the need may arise: Provided, That the frequency of such special
|
| 397 |
+
meetings shall not exceed four (4) times annually.
|
| 398 |
+
|
| 399 |
+
The DTI shall allocate Ten million pesos (P10,000,000.00) out of its savings for the
|
| 400 |
+
initial operating expenses of the Council, after which the Council’s budget shall be included in
|
| 401 |
+
the departmerit’s annual appropriation.
|
| 402 |
+
|
| 403 |
+
SEE. 22. Mandate of the Council. — The Council shall have the following mandate:
|
| 404 |
+
|
| 405 |
+
(a) Prepare and establish a System of Accreditation for the IS in accordance with the
|
| 406 |
+
standards and provisions of this Act;
|
| 407 |
+
|
| 408 |
+
|
| 409 |
+
(b) Provide guidelines for the implementation by the LGUs of a fair and credible system
|
| 410 |
+
of evaluation, accreditation, review and assessment, merit promotion, rendering of grants and
|
| 411 |
+
incentive awards and other policies relative to the effective implementation of this Act;
|
| 412 |
+
|
| 413 |
+
(©) Prepare a program of training for human resource development, including the specific
|
| 414 |
+
areas of entrepreneurship and business management;
|
| 415 |
+
|
| 416 |
+
(a) Coordinate with LGUs for the development and implementation of periodic
|
| 417 |
+
evaluation of all accredited IS members -- taking into account their accomplishments,
|
| 418 |
+
capabilities and potentials — which results of shall be used as bases for evaluation, accreditation,
|
| 419 |
+
the grant of awards and incentives, training and retraining;
|
| 420 |
+
|
| 421 |
+
(e) Establish a performance appraisal system for all accredited IS members which shall
|
| 422 |
+
be the basis for incentives, rewards and recognition, training and development, including
|
| 423 |
+
adequate mechanisms that shall ensure their active participation and involvement; and
|
| 424 |
+
|
| 425 |
+
(f) Establish the criteria and process for the accreditation and renewal of such eligibility
|
| 426 |
+
for development assistance, support and grants.
|
| 427 |
+
|
| 428 |
+
SEC. 23. Authority of the Council to Solicit Assistance from Various Agencies. — The
|
| 429 |
+
Council may, ftom time to time, call upon the participation of any government agency or
|
| 430 |
+
bureaucracy in its deliberations especially when such agency is directly or indirectly concerned
|
| 431 |
+
with and/or affecting the growth and development of the IS in any particular area or manner,
|
| 432 |
+
|
| 433 |
+
The Council, further, may create an Executive Committee of five (5) members elected by
|
| 434 |
+
the Council from among themselves or their duly designated alternate representatives, with at
|
| 435 |
+
least two (2) members representing the private sector, and with authority to act for and on behalf
|
| 436 |
+
of the Council during intervals of meetings, and within the specific authority granted by the
|
| 437 |
+
Council.
|
| 438 |
+
|
| 439 |
+
SEC. 24, Council Secretariat. — The Council, through the Chairman, shall designate, in
|
| 440 |
+
his capacity as secretary of the DTI, any division or bureau within the DTI to act as the Council
|
| 441 |
+
Secretariat and shall have the following duties and functions:
|
| 442 |
+
|
| 443 |
+
(@) To prepare, in coordination with LGUs and other local government agencies, and
|
| 444 |
+
recommend annual as well as medium-term IS Enterprise Development Plans for the
|
| 445 |
+
approval of Council;
|
| 446 |
+
|
| 447 |
+
(b) To coordinate the preparation of position papers and background materials for
|
| 448 |
+
discussion or approval during Council meetings;
|
| 449 |
+
|
| 450 |
+
(©) To assist the Council in coordinating and monitoring the policies, programs and
|
| 451 |
+
activities of all government agencies with respect to the implementation of this Act;
|
| 452 |
+
|
| 453 |
+
(d) To prepare, collate, integrate all inputs to the Council’s yearly report on the status of
|
| 454 |
+
the IS business activities or enterprises in the country;
|
| 455 |
+
|
| 456 |
+
(©) To submit periodic reports to the Council on the progress and accomplishment of its
|
| 457 |
+
work programs; and
|
| 458 |
+
|
| 459 |
+
(f) To perform ad hoe functions as authorized by the Council.
|
| 460 |
+
SEC. 25, Rationalization of Programs. — The Council shall conduct continuing review of
|
| 461 |
+
|
| 462 |
+
government programs for the poorest-of-the-poor and the IS and submit to Congress and the
|
| 463 |
+
President a report thereon together with its policy recommendations.
|
| 464 |
+
|
| 465 |
+
|
| 466 |
+
The President is hereby empowered to establish, within ninety (90) days upon the
|
| 467 |
+
effectivity of this Act, an informal sector enterprise promotion body which shall be the principal
|
| 468 |
+
government agency that will formulate, implement, coordinate and monitor all non-financing
|
| 469 |
+
government programs, including fee-based services, to support and promote entrepreneurial
|
| 470 |
+
spirit among the poorest-of-the-poor. The informal sector enterprise promotion body shall be
|
| 471 |
+
attached to the DTI and shall be under the policy, program and administrative supervision of the
|
| 472 |
+
Informal Sector Development Council. The said office shall be allocated the amount of Ten
|
| 473 |
+
million pesos (P10,000,000.00) for its first year of operation which shall be appropriated from
|
| 474 |
+
the special fund of the Office of the President, and thereafter its annual appropriation shall be
|
| 475 |
+
included in the General Appropriations Act.
|
| 476 |
+
|
| 477 |
+
Heads of LGUs in the provincial, city and municipal levels are further empowered to
|
| 478 |
+
establish in their respective jurisdiction an Informal Sector Division or Bureau, under the office
|
| 479 |
+
of the Provincial Governor or City/Municipal Mayor, whichever is applicable, to implement,
|
| 480 |
+
coordinate and monitor all business activities or enterprises and intervene on IS-related problems
|
| 481 |
+
and concerns under their respective jurisdictions.
|
| 482 |
+
|
| 483 |
+
Chapter V
|
| 484 |
+
IS Livelihood Resource Center
|
| 485 |
+
|
| 486 |
+
SEC. 26. IS Livelihood Resource Center. — The IS Livelihood Resource Center shall be
|
| 487 |
+
established in every city/municipality to enhance access of assistance and support to
|
| 488 |
+
disadvantaged members particularly in remote rural areas.
|
| 489 |
+
|
| 490 |
+
For this purpose, the DTI, Technical Education and Skills Development Authority
|
| 491 |
+
(TESDA) and Technology and Livelihood Resouree Center (TLRC) shall develop livelihood
|
| 492 |
+
programs which will harness the skills of the IS members.
|
| 493 |
+
|
| 494 |
+
The aforesaid agencies shall conduct human resource development program and
|
| 495 |
+
management in the following areas:
|
| 496 |
+
|
| 497 |
+
(2) Adequate facilities and resources to render quality social service;
|
| 498 |
+
|
| 499 |
+
(6)-Opportunties for IS workers to grow and develop their potentials and experience a
|
| 500 |
+
sense of worth and dignity in their work;
|
| 501 |
+
|
| 502 |
+
(©) Mechanisms for democratic consultations;
|
| 503 |
+
|
| 504 |
+
(d) Upgrading of working conditions;
|
| 505 |
+
|
| 506 |
+
(€) Allocation of funds for the participation of IS workers in skills training and
|
| 507 |
+
workshops and other similar activities as part of their continuing advancement; and
|
| 508 |
+
|
| 509 |
+
SEC. 27. Functions of IS Livelihood Resource Center, — The IS Livelihood Resource
|
| 510 |
+
Center shall have the following functions:
|
| 511 |
+
|
| 512 |
+
(2) Conduct training program which will provide new ideas to IS players and upgrade the
|
| 513 |
+
technical and entrepreneurial skills of others who are already in the field;
|
| 514 |
+
|
| 515 |
+
(b) Implement consciousness-raising capability building and leadership training;
|
| 516 |
+
|
| 517 |
+
(©) Provide technical support and access credit to the informal sector engaged in micro-
|
| 518 |
+
entrepreneurship and cottage-fadustries or other productive work;
|
| 519 |
+
|
| 520 |
+
(a) Monitor the performance of the IS in the area
|
| 521 |
+
|
| 522 |
+
|
| 523 |
+
(©) Give advise and recommendations as to the strengthening and expansion of the IS
|
| 524 |
+
activities; and
|
| 525 |
+
|
| 526 |
+
(f) Provide services, to include but not limited to counseling, legal assistance, credit
|
| 527 |
+
assistance, and other services necessary for the furtherance of this Act.
|
| 528 |
+
|
| 529 |
+
The LGUs shall allocate at least P 100,000.00 annually for the operation and maintenance
|
| 530 |
+
of the Center. The local chief executives shall act as the primary overseers to the overall
|
| 531 |
+
operation of the Center.
|
| 532 |
+
|
| 533 |
+
Chapter VI
|
| 534 |
+
IS Comprehensive and Integrated Plan and Inter-agency Networking
|
| 535 |
+
|
| 536 |
+
SEC. 28. Comprehensive Plan. - The NEDA shall be tasked to formulate a Ten-Year
|
| 537 |
+
Comprehensive and Integrated Plan on the impact of globalization to the IS. It shall determine
|
| 538 |
+
and recommend the necessary safety nets needed by the IS to prepare them for the possible
|
| 539 |
+
effects of globalization.
|
| 540 |
+
|
| 541 |
+
SEC. 29, Inter-Agency Networking. - The DOLE shall provide for and lead the inter-
|
| 542 |
+
agency networking system among the different departments and instrumentalities of government,
|
| 543 |
+
‘should the same be required in the continuing efforts to protect the interests, rights and privileges
|
| 544 |
+
of 1S workers.
|
| 545 |
+
|
| 546 |
+
» The Council, in coordination with the DECS and CHED, shall design a comprehensive
|
| 547 |
+
and integrated program for IS members to give them opportunity to pursue free education.
|
| 548 |
+
|
| 549 |
+
The, cooperatives through the help of the DTI, TESDA and TLRC shall inform IS in the
|
| 550 |
+
tural of opportunities for market and technology access and the availability of livelihood training
|
| 551 |
+
and seminars to respond to IS needs and potentials.
|
| 552 |
+
|
| 553 |
+
The DSWD shall, within a period of one (1) year from the date of effectivity of this Act,
|
| 554 |
+
institute a program designed specifically to provide emergency services specifically to women
|
| 555 |
+
and the minor-aged IS workers who are in need of custody, shelter, healing, or medical,
|
| 556 |
+
psychological, legal and rehabilitative services.
|
| 557 |
+
|
| 558 |
+
‘The DSWD shall, upon the recommendation of the DOLE, effect the repatriation of
|
| 559 |
+
minor-ageéd IS workers who either voluntarily seek government protection against abuse and
|
| 560 |
+
exploitation or upon report or discovery of the same. The cost of such repatriation shall be borne
|
| 561 |
+
by the DSWD. The DOLE shall formulate the rules and regulations governing the emergency
|
| 562 |
+
repatriation of the same.
|
| 563 |
+
|
| 564 |
+
For this purpose, a Repatriation Fund is hereby created and established under the
|
| 565 |
+
|
| 566 |
+
administration and control of the DSWD in the amount of Five million pesos (P5,000,000.00) to
|
| 567 |
+
be taken from the President’s Social Fund.
|
| 568 |
+
|
| 569 |
+
Chapter VIL
|
| 570 |
+
General Rights
|
| 571 |
+
|
| 572 |
+
SEC. 30. Basic Rights. - Every member of the IS have the right to:
|
| 573 |
+
|
| 574 |
+
|
| 575 |
+
a) Participate in all spheres of society including the decision-making processes to fully
|
| 576 |
+
realize their role as agents and beneficiaries of people-centered development;
|
| 577 |
+
|
| 578 |
+
b) Be treated equally before the law;
|
| 579 |
+
©) Be provided with safe and healthful conditions in the workplace;
|
| 580 |
+
|
| 581 |
+
4) Be given equal access to education, skills training, and economic resources to develop
|
| 582 |
+
their self-reliance;
|
| 583 |
+
|
| 584 |
+
©) Be properly informed of the issues and concerns affecting the welfare and interests of
|
| 585 |
+
their sector;
|
| 586 |
+
|
| 587 |
+
f) Be protected from any form of discrimination, violence, sexual exploitation and abuse.
|
| 588 |
+
|
| 589 |
+
SEC. 31. Right to Medical Care and Humane Treatment. ~ Every worker has a right to
|
| 590 |
+
good quality health care, without any discrimination and within the limits of the resources
|
| 591 |
+
available for health and medical care. In the course of such care, his human dignity, culture,
|
| 592 |
+
convictions and integrity shall be respected.
|
| 593 |
+
|
| 594 |
+
The employer or any member of the household or institution shall, at all times, treat
|
| 595 |
+
his/her worker in a just and humane manner. In no instance shall abusive language, physical
|
| 596 |
+
violence or any act which debases, degrades or demeans the intrinsic worth and dignity of the
|
| 597 |
+
worker as a human being be used upon the latter.
|
| 598 |
+
|
| 599 |
+
SEC. 32, Right to Organize. — The State recognizes the right of IS workers to organize
|
| 600 |
+
themselves to promote their welfare and advance or safeguard their interests. Towards this end,
|
| 601 |
+
the government shall assist IS especially in the rural areas in establishing self-help organizations.
|
| 602 |
+
|
| 603 |
+
IS engaged in agricultural, manufacturing and service sector are encouraged to form
|
| 604 |
+
women’s cooperatives in every city/municipality to enable members to avail of credit assistance
|
| 605 |
+
and skills training which will help improve their quality of life.
|
| 606 |
+
|
| 607 |
+
‘Chapter VIII
|
| 608 |
+
Benefits and Incentives
|
| 609 |
+
|
| 610 |
+
SEC. 33. Medical/Health Insurance. — A worker, regardless of age and compensation
|
| 611 |
+
levels, shall be covered by a ftee medical/bealth insurance under the Philippine Health Insurance
|
| 612 |
+
Corporation (PHILHEALTH), and be entitled to afl the benefits provided for under the law:
|
| 613 |
+
Provided, however, That the worker has rendered at least one (1) year of continuous service in
|
| 614 |
+
the employment he/she is currently in: Provided, further, That if the worker intends to have a
|
| 615 |
+
medical/health insurance during his/her the initial months of his/her employment, he/she shalt
|
| 616 |
+
shoulder all the necessary premiums due him/her until the seventh (7th) month when the
|
| 617 |
+
employer sharés'fifty (50%) percent of the monthly required premiums.
|
| 618 |
+
|
| 619 |
+
For purposes of this Section, Fhe PHILHEALTH. shalt, within ninety (90) days from the
|
| 620 |
+
effectivity of this Act, promulgate guidelines for the mechanism of colfecting the aforesaid
|
| 621 |
+
contributions-especiafly for those contracted workers who are employed on daily, monthly or
|
| 622 |
+
pacquiao basis: The PHILHEALTH is hereby mardated to implement dit outreach program that
|
| 623 |
+
will facilitate the remittance of premiums by either the employer or the worker by whatever
|
| 624 |
+
means deemed feasible.
|
| 625 |
+
|
| 626 |
+
|
| 627 |
+
Pending the promulgation of pertinent implementing rules and regulations to this effect,
|
| 628 |
+
the employee shall receive the employers’ share or counterpart contribution and may remit said
|
| 629 |
+
amount together witlt his/her own share to the SSS.
|
| 630 |
+
|
| 631 |
+
SEC. 34. Social Security Coverage. - A worker, regardless of age and compensation
|
| 632 |
+
levels, shall be covered by social security and be entitled to all the benefits provided under
|
| 633 |
+
Republic Act No, 8282: Provided, however, That the worker has rendered at least one (1) year of
|
| 634 |
+
continuous service in the employment he/she is currently in: Provided, further, That if the
|
| 635 |
+
worker intends to become a member of the SSS or intends to continue his/her social security
|
| 636 |
+
contribution during his/her the initial months of his/her employment, he/she shall shoulder all the
|
| 637 |
+
necessary premiums due hinvher until the seventh (7th) month when the employer shares fifty
|
| 638 |
+
(50%) percent of the monthly required contribution.
|
| 639 |
+
|
| 640 |
+
For purposes of this Section, The SSS shall, within ninety (90) days from the effectivity
|
| 641 |
+
of this Act, promulgate guidelines for the mechanism of collecting the aforesaid premiums
|
| 642 |
+
especially for those contracted workers who are employed on daily, monthily or pacquiao basis.
|
| 643 |
+
The SSS is hereby mandated to implement an outreach program that will facilitate the remittance
|
| 644 |
+
of premiums by either the employer or the worker by whatever means deemed feasible.
|
| 645 |
+
|
| 646 |
+
Pending the promulgation of pertinent implementing rules and regulations to this effect,
|
| 647 |
+
the employee shall receive the employers’ share or counterpart contribution and may remit said
|
| 648 |
+
amount together with his/her own share to the SSS.
|
| 649 |
+
|
| 650 |
+
Chapter IX
|
| 651 |
+
INSTITUTIONAL MECHANISMS,
|
| 652 |
+
|
| 653 |
+
SEC. 35. Consultations with IS Organizations. — The Informal Sector Development
|
| 654 |
+
SD) Council, in coordination with other concemed agencies and LGUs, shalt conduct annual
|
| 655 |
+
Wational, regional and provincial consultations among the IS organizations to determine the
|
| 656 |
+
Specific issues and problems affecting the their sector. The Council shall channel IS concerns to
|
| 657 |
+
the appropriate agencies and provide the necessary recommendations to the:executive and
|
| 658 |
+
legislative departments.
|
| 659 |
+
|
| 660 |
+
SEC. 36, Establishment of IS Database. - The Council shall establish and develop a
|
| 661 |
+
centralized database system to effectively work policy formulation and policy concerns refative
|
| 662 |
+
to the IS. The databank shall include but not limited to the following:
|
| 663 |
+
|
| 664 |
+
a)-List of government and non-governmental organizations which provide educational,
|
| 665 |
+
socio-ecosiomit-and legal services to the IS;
|
| 666 |
+
|
| 667 |
+
b) Inventory of upheld and pending cases involving the IS activities;
|
| 668 |
+
|
| 669 |
+
°) So Statistical profile of the various IS classified according to aetivities, involvement and
|
| 670 |
+
other statistital information;
|
| 671 |
+
|
| 672 |
+
‘d) Database of the netds and problems of women and shildren in the £S nationwide; and
|
| 673 |
+
2) Colttpilation of existing laws and programs affecting the interest and welfare of the IS.
|
| 674 |
+
|
| 675 |
+
. _ The public shall be awed to have access.to the said data provided that they shall abide
|
| 676 |
+
with the regulation’ that will be set by the inter-agency committee.
|
| 677 |
+
|
| 678 |
+
Chapter X
|
| 679 |
+
‘Benefits to Participating Private Sector
|
| 680 |
+
|
| 681 |
+
|
| 682 |
+
SEC. 37. Incentives to Private Sector. ~ The national government shall implement a
|
| 683 |
+
mechanism which shall give incentives and benefits to private sector organizations participating
|
| 684 |
+
ina national effort to advance the interest and welfare of the IS.
|
| 685 |
+
|
| 686 |
+
The Department of Finance in coordination with the Bureau of Internal Revenue shall
|
| 687 |
+
promulgate guidelines for the effective implementation of this Section.
|
| 688 |
+
|
| 689 |
+
TITLE
|
| 690 |
+
IS WORKERS ENTERING INTO CONTRACTED EMPLOYMENT
|
| 691 |
+
|
| 692 |
+
ter I
|
| 693 |
+
|
| 694 |
+
Requisites for Contracting Employment
|
| 695 |
+
|
| 696 |
+
SEC. 38, Employment Contract, — All working arrangements entered into by IS workers
|
| 697 |
+
shall be covered by a written employment contract, in a language or dialect understood by both
|
| 698 |
+
employer and worker, duly signed by both the employer and the worker. Under this Act, the
|
| 699 |
+
employer and the worker may enter into either one of the following three (3) working
|
| 700 |
+
arrangements: Daily Basis, Monthly Basis, or Pacquiao Basis.
|
| 701 |
+
|
| 702 |
+
In every contract entered into each contracting party shall be provided with a full set of
|
| 703 |
+
the duly signed employment contract, the basic provisions of which shall include the following:
|
| 704 |
+
|
| 705 |
+
(a) working arrangement/mode;
|
| 706 |
+
(b) period/duration of employment;
|
| 707 |
+
|
| 708 |
+
-(¢) compensation and mode of payment;
|
| 709 |
+
|
| 710 |
+
(@) computation of contributions for social security and medical insurance;
|
| 711 |
+
(©) computation of leave deductions;
|
| 712 |
+
|
| 713 |
+
(f) duties and responsibilities;
|
| 714 |
+
|
| 715 |
+
(g) working hours and day-off schedule;
|
| 716 |
+
|
| 717 |
+
(b) living quarters or sleeping arrangements (for live-in workers)
|
| 718 |
+
|
| 719 |
+
In cases wherein employment ofa worker of minor age are allowed, the said employment
|
| 720 |
+
contract shall be signed on his/her behalf by either parent or legal guardian, with the expressed
|
| 721 |
+
written consent of said minor.
|
| 722 |
+
|
| 723 |
+
in cases wherein employment of illiterate worker are allowed, the said employment
|
| 724 |
+
contract dhall be explained to the worker concerned and attested to by a representative from the
|
| 725 |
+
LGU. oran elected Barangay official in the city or municipality where the worker is designated to
|
| 726 |
+
work,
|
| 727 |
+
|
| 728 |
+
SEC. 39, Medical Certificate as Pre-requisite for Employment. - A medical certificate
|
| 729 |
+
attesting to ttie-physical and mental fitness of an applicant for work must be secured from a
|
| 730 |
+
licensed physician as a pre-requisite for employment, the cost of which shall be for the account
|
| 731 |
+
of the employer:
|
| 732 |
+
|
| 733 |
+
Chapter II
|
| 734 |
+
IS Workers of Minor Age
|
| 735 |
+
|
| 736 |
+
SEC. 40, AllawableBaiployment of Worker of Minor Age, — Children fifteen (15) years
|
| 737 |
+
up to seventeen (17) years ofage may be employed: Provided, however, That’ parental consent
|
| 738 |
+
be presented and attested by any-tepresentative from the LGU or quly shred Berger official
|
| 739 |
+
|
| 740 |
+
|
| 741 |
+
where the productive employment is to be done. In no instance, however, shall children below
|
| 742 |
+
fifteen (15) years of age be engaged in whatever form of productive service.
|
| 743 |
+
|
| 744 |
+
Unless expressly employed as kasambahay with duly executed contract of employment,
|
| 745 |
+
children who live with their parents at the employer’s residence or those whose sustenance or
|
| 746 |
+
education is being provided for by the homeowner, shall not be considered as kasambahay.
|
| 747 |
+
|
| 748 |
+
Worker of minor age shall not be allowed to render work for more than ten (10) hours a
|
| 749 |
+
day, five (5) days per week, exclusive of one (1) hour breaks each for breakfast, lunch and
|
| 750 |
+
dinner.
|
| 751 |
+
|
| 752 |
+
SEC. 41, Custody over Minor-aged individual, — Should a minor-aged worker refuse to
|
| 753 |
+
be repatriated against the recommendation of the DSWD, said individual may be placed under
|
| 754 |
+
the custody and care of the DSWD or that of a duly recognized and accredited non-government
|
| 755 |
+
organization, or placed in a suitable employment.
|
| 756 |
+
|
| 757 |
+
Chapter DI
|
| 758 |
+
Standardized Wage Rate
|
| 759 |
+
|
| 760 |
+
SEC. 42, Standardized Wage Rate. — Pursuant to the provisions of this Act, a
|
| 761 |
+
standardized wage rate is hereby set forth:
|
| 762 |
+
|
| 763 |
+
For Kasambahay
|
| 764 |
+
(a) 4°—6 class municipalities - Below P700.00
|
| 765 |
+
{b) 1*-3" class municipalities & - P 800.00 —P 1,200.00
|
| 766 |
+
Chartered & Component Cities
|
| 767 |
+
4c) National Capital Region - Pt, 800,00 — P 2,200.00
|
| 768 |
+
|
| 769 |
+
Sor Employed Worker
|
| 770 |
+
(a) 4°—6" class municipalities -
|
| 771 |
+
Skilled: P 90.00 — P 120,00
|
| 772 |
+
Unskilled: —_P 60,00-P 80.00
|
| 773 |
+
|
| 774 |
+
(b) 1*-3" class municipalities & Chartered & Component Cities
|
| 775 |
+
Skilled: P 130,00 —P 180.00
|
| 776 |
+
Unskilled: — P 90.00—P 120.00
|
| 777 |
+
|
| 778 |
+
(©) National Capital Region
|
| 779 |
+
Skilled: P 230.00 — P 260.00
|
| 780 |
+
Unskilled: P 190.00 — P 220.00
|
| 781 |
+
|
| 782 |
+
Provided, That a worker who has been contracted work in other city/municipality other
|
| 783 |
+
than the place of residency shall be entitled for the daily wage rate of the city/municipality where
|
| 784 |
+
he/she actually works: Provided, further, That a worker who has contracted employment outside
|
| 785 |
+
the city/municipality of residency shall be afforded free assistance and support in the form of
|
| 786 |
+
housing and food by the contractor/employer.
|
| 787 |
+
|
| 788 |
+
In the case of a worker who works on monthly or pacquiao basis, the wage rate to be
|
| 789 |
+
applied shall be based in the wage rate of the city/municipality where he/she actually works.
|
| 790 |
+
He/she shall also be afforded free housing and support during the tenure of the contract.
|
| 791 |
+
|
| 792 |
+
In no instance, however, shall workers of minor age be deprived of the above
|
| 793 |
+
standardized wage rate system set forth in this Act.
|
| 794 |
+
|
| 795 |
+
|
| 796 |
+
SEC. 43, Payment of Wages. — Payment of wages shall be made directly to the worker,
|
| 797 |
+
at least once every two (2) weeks or twice a month. No deductions from said wages shall be
|
| 798 |
+
made by the employer except those provided by law. The expressed written consent of the
|
| 799 |
+
worker shall first be secured before any deduction is made.
|
| 800 |
+
|
| 801 |
+
Chapter IV
|
| 802 |
+
Prohibited Acts
|
| 803 |
+
|
| 804 |
+
SEC. 44, Prohibition Against Night Work, — Worker of minor age shall not be allowed
|
| 805 |
+
to render work between ten o’clock in the evening and six o’clock in the morning of the
|
| 806 |
+
following day.
|
| 807 |
+
|
| 808 |
+
SEC. 45, Prohibition Against Work to be Undertaken. ~ Worker of minor age shall not
|
| 809 |
+
be allowed to render work beyond their mental and physical capabilities.
|
| 810 |
+
|
| 811 |
+
SEC. 46. Prohibition Against Bonded Labor. - A worker shall not be allowed to use
|
| 812 |
+
his/her future services as collateral for any loan or advances made or to be made by said worker
|
| 813 |
+
with the employer. Likewise, no employer shall be allowed to bind the worker to his/her
|
| 814 |
+
continued employ as a form of payment for any loan or advances which he/she may have made
|
| 815 |
+
with the employer. Should there be an outstanding loan incur and he/she decides to unilaterally
|
| 816 |
+
terminate the contract of employment, said loan or advance shall be paid by himv/her to the
|
| 817 |
+
emploYer under terms and conditions specified in a duly executed promissory note between
|
| 818 |
+
parties.
|
| 819 |
+
|
| 820 |
+
Skc. 47. Prohibition Against Labor Sub-Contracting. — In no instance shall the
|
| 821 |
+
employer sub-contract the services of a worker to any third party, unless such activity falls
|
| 822 |
+
within the purview of an employment arrangement for which the necessary permits and licenses
|
| 823 |
+
had been priorly secured.
|
| 824 |
+
|
| 825 |
+
SEC. 48. Prohibition Against Recruitment and Finders Fees, — Regardless of whether
|
| 826 |
+
the worker was sourced either through an employment agency or a third party, said worker shall
|
| 827 |
+
neither be charged nor levied a share in the recruitment fees or finder’s fees by the
|
| 828 |
+
aforementioned employment agency or third party.
|
| 829 |
+
|
| 830 |
+
SEC. 49. Prohibition Against Hazardous Work and Conditions. — Worker of minor age
|
| 831 |
+
shall not be employed in any hazardous work, activity or undertaking, and neither shalll he/she be
|
| 832 |
+
exposed to hazardous working conditions.
|
| 833 |
+
|
| 834 |
+
For purposes of this Section, hazardous work or conditions shall include, but not limited
|
| 835 |
+
to the following:
|
| 836 |
+
|
| 837 |
+
(2) any work, employment or activity which exposes the worker to physical, emotional or
|
| 838 |
+
sexual abuse;
|
| 839 |
+
|
| 840 |
+
(b) any work which involves manual handling or transport of heavy loads;
|
| 841 |
+
|
| 842 |
+
(©) any work in an unhealthy environment which exposes household helpers to hazardous
|
| 843 |
+
substances, agents or processes, or to temperatures, noise levels, or vibrations damaging to their
|
| 844 |
+
health;
|
| 845 |
+
|
| 846 |
+
(d) any work which requires the household helper to render services for long periods of
|
| 847 |
+
time or during late nights;
|
| 848 |
+
|
| 849 |
+
(©) any or all forms of slavery or practices similar to slavery, such as the sale and
|
| 850 |
+
trafficking of household helpers, forced or compulsory labor, debt bondage and serfdom;
|
| 851 |
+
|
| 852 |
+
|
| 853 |
+
(8) any use, procuring or offering of the household helper for prostitution or pornography;
|
| 854 |
+
|
| 855 |
+
(g) any use, procuring or offering of the household helper for the commission of any
|
| 856 |
+
offense or crime, particularly for the production and trafficking of narcotic drugs and substances
|
| 857 |
+
as defined in the Dangerous Drugs Act;
|
| 858 |
+
|
| 859 |
+
(h) any other type of work or activity which, by its nature or the circumstances in which it
|
| 860 |
+
is carried out, is likely to jeopardize the health, safety or morals of the household helper; and
|
| 861 |
+
|
| 862 |
+
(i) any other type of work; activity, condition or undertaking that may be hereinafter be
|
| 863 |
+
defined as hazardous by the Department of Labor and Employment.
|
| 864 |
+
|
| 865 |
+
SEC. 50. Prohibition Against Interference and Coercion. — Any person is prohibited
|
| 866 |
+
from committing any of the following acts of interference and coercion:
|
| 867 |
+
|
| 868 |
+
(@) To prevent a worker from upholding his/her other basic rights;
|
| 869 |
+
|
| 870 |
+
(b) To prevent workers from joining or assisting organizations or unions for purposes not
|
| 871 |
+
contrary to law, in order to defend and protect their mutual interest and to obtain redress of
|
| 872 |
+
grievances through peaceful concerted efforts;
|
| 873 |
+
|
| 874 |
+
(6) To prevent a worker from carrying out his/her duties and functions in an organization
|
| 875 |
+
or union, or to penalize the same for any lawful action performed in that capacity;
|
| 876 |
+
|
| 877 |
+
(@ To make calculated harassment and interference with the intention of intimidating or
|
| 878 |
+
preventing the social worker from performing his/her duties and functions;
|
| 879 |
+
|
| 880 |
+
(©) To make calculated harassment against, or to transfer, penalize or terminate the
|
| 881 |
+
services of a worker who is carrying out his/her function or role for and in behalf of his/her
|
| 882 |
+
employer; and
|
| 883 |
+
|
| 884 |
+
(g) To perform acts calculated to diminish the independence and freedom of a social
|
| 885 |
+
worker’s union or organization to direct its own affairs.
|
| 886 |
+
|
| 887 |
+
Chapter V
|
| 888 |
+
Rights and Benefits of Employed IS Workers
|
| 889 |
+
|
| 890 |
+
SEC. 51. Right to Wages Earned. — The employer shall pay directly to the worker of
|
| 891 |
+
minor age, any and all wages, remuneration or compensation earned by him/her during the
|
| 892 |
+
period of his/her employment.
|
| 893 |
+
|
| 894 |
+
No parent, guardian or relative shall be allowed to borrow against the compensation of
|
| 895 |
+
the his/her relative-worker of minor age without the express written consent of the concerned
|
| 896 |
+
relative-worker, Neither shall the worker of minor age be mandated to work in payment of a
|
| 897 |
+
loan or liability incurred by a parent, guardian or relative.
|
| 898 |
+
|
| 899 |
+
SEC. 52. Right to Privacy and Confidentiality, - The employer shall respect the privacy
|
| 900 |
+
of his/her worker during the course of the latter's rest periods. This right to privacy shall extend
|
| 901 |
+
to any and all forms of personal communications, including letters of correspondence issued or
|
| 902 |
+
received, and be allowed communications coursed through the private telephone of the
|
| 903 |
+
employer: Provided, That any additional expense incurred in the course of communication shall
|
| 904 |
+
be borne by the worker and shall be deducted, after the employer’s due notice to the worker of
|
| 905 |
+
the amount incurred due to specific reasons, from the receivable wage of the worker,
|
| 906 |
+
|
| 907 |
+
|
| 908 |
+
The State, further, guarantees the protection of the right of the worker to communicate
|
| 909 |
+
with relatives and other persons and to receive visitors subject to reasonable limits prescribed in
|
| 910 |
+
the employment contract agreed and entered into by both the employer and the worker.
|
| 911 |
+
|
| 912 |
+
The employer shall allow the worker access to outside communication, both though letter
|
| 913 |
+
or the private telephone of the household, especially in instances of personal or family
|
| 914 |
+
emergencies: Provided, that costs incurred in making the telephone call shall be for the account
|
| 915 |
+
of the worker.
|
| 916 |
+
|
| 917 |
+
SEC. 53, Access to Education and Training. — A worker shall not be deprived of formal
|
| 918 |
+
or non-formal education. In cases where he/she is productively employed, he/she shall be
|
| 919 |
+
allowed to attend or pursue literacy programs during day-off or in any other time with the
|
| 920 |
+
consent of the employer.
|
| 921 |
+
|
| 922 |
+
The DECS or CHED, whichever office is applicable, shall extend its services of Study-
|
| 923 |
+
Now, Pay-Later Program to the worker in the informal sector,
|
| 924 |
+
|
| 925 |
+
The employer may also extend scholarship programs to a worker and be reimbursed out
|
| 926 |
+
of deductions from the worker’s monthly compensation which shall, at all times, be no greater
|
| 927 |
+
than fifty (50.0%) percent of the worker’s monthly compensation. The time spent by a worker
|
| 928 |
+
during the conduct of the said education or training, including the time spent going to and
|
| 929 |
+
coming from the training shall be counted as part of the worker’s hours of work.
|
| 930 |
+
|
| 931 |
+
SEC. 54. Access to Lawful Third-Party Mediation, - The employer shall provide all
|
| 932 |
+
worker the names, addresses and telephone numbers of the designated liaison offices of the
|
| 933 |
+
following:
|
| 934 |
+
|
| 935 |
+
(a) DTI;
|
| 936 |
+
|
| 937 |
+
(b) DOLE;
|
| 938 |
+
|
| 939 |
+
(©) the Barangay office where he/she is productively working; and,
|
| 940 |
+
|
| 941 |
+
(@) duly registered non-government organizations accredited to mediate in disputes of
|
| 942 |
+
their sector.
|
| 943 |
+
|
| 944 |
+
The employer shall further guarantee the worker access to all means of communication
|
| 945 |
+
for the purpose of contacting any of the above-enumerated institutions.
|
| 946 |
+
|
| 947 |
+
SEC. 55. Provision of Basic Necessities, - The employer shall provide for he basic
|
| 948 |
+
necessities of a live-in worker which shall include:
|
| 949 |
+
|
| 950 |
+
{a) A minimum of three (3) full meals per day;
|
| 951 |
+
{b) Humane, private and safe sleeping quarter;
|
| 952 |
+
(@) Emergency medical support and assistance;
|
| 953 |
+
(d) A safe and non-health hazard workplace;
|
| 954 |
+
|
| 955 |
+
In no instance shall the employer be allowed to withdraw or hold dn abeyance the
|
| 956 |
+
Provision of these basic necessities as punishment or disciplinary action to $e meted out to the
|
| 957 |
+
worker.
|
| 958 |
+
|
| 959 |
+
BEC. 56. Normal Hours of Work, — Cognizant of the peculiarities of the relationship
|
| 960 |
+
betivéen the employer and the IS worker, the normal hours of work shall be set at tert (10) hours
|
| 961 |
+
per day, exclusive of one (1) hour breaks each for breakfast, lunch and dinner. The worker shall
|
| 962 |
+
be allowed at least eight (8) hours of continuous rest per day otherwise any work done by
|
| 963 |
+
hinv/her beyorid the normal hours of work per day shall be duly compensated.
|
| 964 |
+
|
| 965 |
+
SEC. 57. Regular Working Days, — No worker shall render work for more than six (6)
|
| 966 |
+
days per week, While the specific day of the week set aside as rest day for the worker may be
|
| 967 |
+
stipulated in the employment contract, the same may be changed for another day of the week
|
| 968 |
+
|
| 969 |
+
|
| 970 |
+
upon the mutual agreement of the employer and the worker as the exigencies of the work may
|
| 971 |
+
dictate.
|
| 972 |
+
|
| 973 |
+
SEC. 58. Longevity pay. — A longevity pay equivalent to five per centum (5%) of his/her
|
| 974 |
+
latest monthly basic pay shall be paid to a worker for every two (2) years of continuous and
|
| 975 |
+
satisfactory service rendered.
|
| 976 |
+
|
| 977 |
+
SEC. 59. Clothing Allowance. — A worker shall be entitled to a minimum of One
|
| 978 |
+
Thousand pesos (P1,000.00) clothing allowance annually: Provided, That the worker has
|
| 979 |
+
rendered at least one (1) year of continuously service in the employment he/she is currently in.
|
| 980 |
+
|
| 981 |
+
SEC. 60. Vacation Leaves. — A worker who is employed for one (1) year shall be
|
| 982 |
+
entitled to a fourteen (14) day vacation leave with pay, in addition to the one (1) day per week
|
| 983 |
+
designated as the rest day. Said leave may only commence at the end of the first year of
|
| 984 |
+
employment, and shall not cumulate from year to year.
|
| 985 |
+
|
| 986 |
+
SEC. 61. Maternity Benefits. A female worker who is employed for one (1) year shall
|
| 987 |
+
be entitled to maternity benefits.
|
| 988 |
+
|
| 989 |
+
SEC. 62. 13 Month Pay. - A worker shall be entitled to a 13 month pay equivalent to
|
| 990 |
+
one (1) month's basic salary which shall be paid to the worker not later than the 16" of
|
| 991 |
+
December of every year: Provided, however, That the worker has reached the required minimum
|
| 992 |
+
residency. Otherwise, the worker shall be entitled to receive a 13" Month Pay on pro-rated basis
|
| 993 |
+
|
| 994 |
+
SEC. 63. Allowing subcontracting. — A worker may enter into subcontractual
|
| 995 |
+
employment or may accept subcontractual jobs ftom any other enterprise or firm joining or may
|
| 996 |
+
join productive employment through a cooperative or consortium: Provided, however, That the
|
| 997 |
+
enterprise or firm or cooperative or consortium shall be mandated to implement the specific
|
| 998 |
+
provisions of this Act in regard to worker’s benefits: Provided, further, That where a worker
|
| 999 |
+
subcontracts jobs between and among other worker providing for the benefits due hin/her shall
|
| 1000 |
+
not be obligated upon the party who contracted the job.
|
| 1001 |
+
|
| 1002 |
+
SEC. 64, Pre-Termination of Contract. The employer may, at his/her own discretion,
|
| 1003 |
+
terminate the services of the worker: Provided, however, That said employer provides the sworker
|
| 1004 |
+
with at least fifteen (15) days notice of termination and termination pay equivalent to at least one
|
| 1005 |
+
half (1/2) month’s salary. In lieu of the fifteen (15) day notice of termination, the employer may
|
| 1006 |
+
immediately terminate the services of the worker: Provided, That said employer provides the
|
| 1007 |
+
worker termination pay equivalent to one (1) month's salary
|
| 1008 |
+
|
| 1009 |
+
The employer may, for valid or just cause of loss of confidence, terminate the services of
|
| 1010 |
+
the worker prior to the expiration of the contract without indemnifying the latter with termination
|
| 1011 |
+
Pay.
|
| 1012 |
+
|
| 1013 |
+
Should the worker decide, on his/her own volition, to unilaterally leave the workplace
|
| 1014 |
+
prior to the expiration of the contract period, said worker shall forfeit any separation pay that
|
| 1015 |
+
may be due hinv/her.
|
| 1016 |
+
|
| 1017 |
+
SEC. 65, Extent of Duty, The employer shall not require a worker to perform any tdék
|
| 1018 |
+
or work outside the assigned workplace for the service or benefit of another without the latter’s
|
| 1019 |
+
consent and payment of just compensation.
|
| 1020 |
+
|
| 1021 |
+
SEC. 66, Automatic Salary Increases. — The contract of employment executed by dHd
|
| 1022 |
+
between the employer and the worker shall provide for an annual salary increase, the amount of
|
| 1023 |
+
which shall be determined by mutual agreement of the parties.
|
| 1024 |
+
|
| 1025 |
+
SEC. 67. Deployment Expenses. — Deployment expenses of a worker, including
|
| 1026 |
+
‘tHansportation and agency fees, shall be shouldered by the employer.
|
| 1027 |
+
|
| 1028 |
+
|
| 1029 |
+
Title 11
|
| 1030 |
+
KINAL PROVISIONS
|
| 1031 |
+
|
| 1032 |
+
“SEC. 68, Penal Provision. - Any person who shall willfully interfere with, restrain or
|
| 1033 |
+
coerce-a social worker in the exercise of his/her rights or shall in any manner commit any act in
|
| 1034 |
+
violation of any of the provision of this Act shall, upon conviction, be punished by a fine of not
|
| 1035 |
+
less than Ten thotisarid pesos (P10,00000) but not more than Twenty thousand pesos
|
| 1036 |
+
{P2,000.00) or imprisonment of one (1) year to six (6) years or both fine and imprisonment at
|
| 1037 |
+
the discretion of the court.
|
| 1038 |
+
|
| 1039 |
+
if the offender is a public official, the court in addition to the penalties provided in the
|
| 1040 |
+
preceding paragraph, may impose the additional penalty of disqualification from public office.“
|
| 1041 |
+
|
| 1042 |
+
. In the case of a private institution/company found to be violating any. provision ofthis
|
| 1043 |
+
Act, it. shail be,eubject to a penalty ranging from suspension of license to revocation of sugh, at
|
| 1044 |
+
the discretion of the court.
|
| 1045 |
+
|
| 1046 |
+
($BG09. Separability Clause, — If any provision of this Act is declared unconstitusogal
|
| 1047 |
+
or firvalid;-#hespssvisions not affected shall continue to be in full force and effect.
|
| 1048 |
+
|
| 1049 |
+
SEC.78. Repealing Clause. — All laws, decrees, orders, rules and regulations of ater
|
| 1050 |
+
|
| 1051 |
+
issuances inconsigtent with the provisions of this Act are hereby repealed, amended or modified
|
| 1052 |
+
|
| 1053 |
+
+ SECSI-AGectivity. — This Act shall take effect fifteen (15) days after its publication in
|
| 1054 |
+
at Jepst two (ynemrepapers of general circulation or the Official Gazette, whichever comes fist.
|
| 1055 |
+
|
| 1056 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00086.txt
ADDED
|
@@ -0,0 +1,415 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
86
|
| 9 |
+
|
| 10 |
+
H.No.
|
| 11 |
+
|
| 12 |
+
INTRODUCED BY HONORABLE JUAN EDGARDO “SONNY” M. ANGARA.
|
| 13 |
+
|
| 14 |
+
EXPLANATORY NOTE
|
| 15 |
+
|
| 16 |
+
The Philippines is blessed with rich resources and heritage. It is sad to note that in spite
|
| 17 |
+
of this comparative advantage, the Philippines’ share of the tourist market is negligible compared
|
| 18 |
+
toits Asian neighbors.
|
| 19 |
+
|
| 20 |
+
The eco-tourism we have aggressively promoted has suffered a backlash from negative
|
| 21 |
+
publicity, brought about by security threats and recent kidnapping incidents of foreign nationals
|
| 22 |
+
We have forgotten that the Philippines has much to offer than beautiful beachers and resorts.
|
| 23 |
+
|
| 24 |
+
It is time to present the rich cultural heritage of the country through the promotion and
|
| 25 |
+
preservation of our cultural heritage sites. However, much of these important and irreplaceable
|
| 26 |
+
structures have given way to modernization and commercialization, and its rich repository of our
|
| 27 |
+
culture is literally becoming a thing of the past.
|
| 28 |
+
|
| 29 |
+
Present day conservation efforts of the government have been inadequate to forestall the
|
| 30 |
+
deterioration of this country’s heritage. It is therefore imperative to take serious action in
|
| 31 |
+
preserving our cultural treasures.
|
| 32 |
+
|
| 33 |
+
Bearing in mind existing realities of fiscal discipline and austerity measures being made
|
| 34 |
+
by the government, preservation seems an ambitious and impractical proposition. What we fail
|
| 35 |
+
to see is that by developing this aspect, we can tap new markers and create ripple-like
|
| 36 |
+
opportunities that would generate income and employment for our people.
|
| 37 |
+
|
| 38 |
+
More importantly knowing our heritage would serve as an anchor amidst the chaos that,
|
| 39 |
+
modernization brings. By preserving our heritage, we keep our integrity as a people, for our
|
| 40 |
+
heritage is a foundation upon which we can build our present, as well as our future. Heritage
|
| 41 |
+
plays an important role in national destiny, only by knowing our collective strength as a people
|
| 42 |
+
can we be prepared to meet the challenges posed by globalization.
|
| 43 |
+
|
| 44 |
+
Investing in the preservation of our heritage would prevent cultural bankruptcy in the
|
| 45 |
+
future. Itis therefore in the public interest to preserve our beritage so that it’s vital legacy will be
|
| 46 |
+
maintained and enriched for future generations.
|
| 47 |
+
|
| 48 |
+
For these reasons, the immediate passage of this bill is earnestly sought.
|
| 49 |
+
|
| 50 |
+
Cee,
|
| 51 |
+
|
| 52 |
+
JUAN EDGARDGM. ANGARA
|
| 53 |
+
Lone District
|
| 54 |
+
Province of Aurora
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
THIRTEENTH CONGRESS OF THE )
|
| 58 |
+
|
| 59 |
+
REPUBLIC OF THE PHILIPPINES )
|
| 60 |
+
First Regular Session )
|
| 61 |
+
H. B. No. 86
|
| 62 |
+
|
| 63 |
+
Introduced by HON. JUAN EDGARDO “SONNY” _M. ANGARA
|
| 64 |
+
|
| 65 |
+
AN ACT
|
| 66 |
+
TO PROMOTE THE PROTECTION AND CONSERVATION OF THE NATIONAL
|
| 67 |
+
HERITAGE, THE CREATION OF A NATIONAL HERITAGE COMMISSION, AND
|
| 68 |
+
PROVIDING PENALTIES AND FOR OTHER PURPOSES
|
| 69 |
+
|
| 70 |
+
Be it enacted by the Senate and House of Representatives of the Philippines in Congress
|
| 71 |
+
assembled;
|
| 72 |
+
|
| 73 |
+
SECTION 1. Short Title — This Act may be cited as the “National Heritage Act of 2004.”
|
| 74 |
+
|
| 75 |
+
SEC. 2. Declaration of Policy — Pursuant to Article XIV, section 15 of the Constitution,
|
| 76 |
+
“the State shall conserve, promote and popularize the nation’s historical and cultural heritage and
|
| 77 |
+
resources, as weil as artistic creations.” Further, Article XIV, section 16 provides that, “the
|
| 78 |
+
country’s artistic and historic wealth constitutes the cultural treasure of the nation and shall be
|
| 79 |
+
under the protection of the State, which may regulate its disposition.”
|
| 80 |
+
|
| 81 |
+
Consonant with these principles, it is hereby declared to be the policy of the State to
|
| 82 |
+
preserve, develop and administer the national heritage for the enhancement of our national
|
| 83 |
+
identity.
|
| 84 |
+
|
| 85 |
+
The State shall endeavor to create a balanced atmosphere where the historic past would
|
| 86 |
+
coexist with modern society in harmony. It shall approach the problem of conservation in an
|
| 87 |
+
integrated and holistic manner, cutting across all relevant disciplines and technologies.
|
| 88 |
+
|
| 89 |
+
The State shall administer the heritage resources in a spirit of stewardship for the
|
| 90 |
+
inspiration and benefit of the present and future generations.
|
| 91 |
+
|
| 92 |
+
SEC. 3. Definition of terms - For purposes of this Act, the terms and phrases used shall
|
| 93 |
+
mean or understood as follows:
|
| 94 |
+
|
| 95 |
+
a Cultural properties are old buildings, monuments, shrines, documents and
|
| 96 |
+
objects which may be classified as antiques, relics or artifacts, landmarks,
|
| 97 |
+
anthropological and historical sites, and specimens of natural history which are of
|
| 98 |
+
cultural, historical, anthropological, archaeological and ethnographical materials,
|
| 99 |
+
meteorites and tektites, historical objects and manuscripts; decorative articles or
|
| 100 |
+
personal adornment, works of art such as paintings, sculptures, carvings, jewelry,
|
| 101 |
+
music, architecture, sketches, drawings or illustrations in part or in whole; coins,
|
| 102 |
+
medals, badges, insignias, coat of arm, vehicles or ships or boats in part or in
|
| 103 |
+
whole;
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
Cultural significance means aesthetic, architectural, historical, scientific, social
|
| 107 |
+
spiritual, linguistic or technological value;
|
| 108 |
+
|
| 109 |
+
Heritage resources means any place ot object of cultural significance
|
| 110 |
+
|
| 111 |
+
Historical site is any place, province, city, town and/or any location and structure
|
| 112 |
+
which has played a significant and important role in the history of the country
|
| 113 |
+
and nation. Such significance and importance may be cultural, political,
|
| 114 |
+
sociological or historical;
|
| 115 |
+
|
| 116 |
+
Archaeological site is any place which may be underground or on the surface,
|
| 117 |
+
underwater or at sea level, which contains fossils, artifacts and other cultural,
|
| 118 |
+
geological, botanical, zoological materials which depict and document evidence
|
| 119 |
+
of paleontological and pre-historic events;
|
| 120 |
+
|
| 121 |
+
Anthropological area is any place where studies of specific cultural groups are
|
| 122 |
+
being or should be undertaken in the field of anthropology. Anthropology in this
|
| 123 |
+
case is descriptive, interpretative and comparative study of all aspects of various
|
| 124 |
+
cultural linguistic groups, including the collection and analysis of their particular
|
| 125 |
+
material culture;
|
| 126 |
+
|
| 127 |
+
Conservation in relation to heritage resources includes protection, maintenance,
|
| 128 |
+
preservation and sustainable use of places, or objects to safeguard their cultural
|
| 129 |
+
significance;
|
| 130 |
+
|
| 131 |
+
Commission shall refer to the National Heritage Commission;
|
| 132 |
+
|
| 133 |
+
Council shall refer to the Heritage Advisory Council;
|
| 134 |
+
|
| 135 |
+
Dealers are persons or enterprises that acquire heritage properties for the purpose
|
| 136 |
+
of engaging in the acquisition and resale of the same;
|
| 137 |
+
|
| 138 |
+
SEC. 4. National Heritage Commission — There is hereby created a National Heritage
|
| 139 |
+
Commission composed of the following;
|
| 140 |
+
|
| 141 |
+
epaegep
|
| 142 |
+
|
| 143 |
+
SEC.
|
| 144 |
+
|
| 145 |
+
Secretary of Education Culture and Sports
|
| 146 |
+
|
| 147 |
+
._ Director of the National Historical Institute
|
| 148 |
+
|
| 149 |
+
President of the Cultural Center of the Philippines
|
| 150 |
+
Undersecretary of Tourism
|
| 151 |
+
Undersecretary of Interior and Local Government
|
| 152 |
+
|
| 153 |
+
. Functions, Powers and Duties - To carry out its mandate, the Commission
|
| 154 |
+
|
| 155 |
+
shall exercise the following functions, powers and duties:
|
| 156 |
+
|
| 157 |
+
a)
|
| 158 |
+
b)
|
| 159 |
+
°)
|
| 160 |
+
ad
|
| 161 |
+
e)
|
| 162 |
+
|
| 163 |
+
)
|
| 164 |
+
|
| 165 |
+
Establish national principles, standards and policy for the identification, recording
|
| 166 |
+
and management of heritage resources;
|
| 167 |
+
|
| 168 |
+
Promulgate rules and regulations pertaining to conservation;
|
| 169 |
+
|
| 170 |
+
Administer and coordinate funding of conservation projects;
|
| 171 |
+
|
| 172 |
+
Acquire, lease or hold real property and personal property as it deems necessary in
|
| 173 |
+
the fulfilment of its work;
|
| 174 |
+
|
| 175 |
+
Sell and convey any real or personal property or interest therein, in excess of its
|
| 176 |
+
needs;
|
| 177 |
+
|
| 178 |
+
Adopt, issue, promulgate regulations pertaining to conservation, and preservation of
|
| 179 |
+
heritage objects and sites;
|
| 180 |
+
|
| 181 |
+
|
| 182 |
+
Participate and cooperate with other public and private agencies having mutual
|
| 183 |
+
interests and purposes in programs intended to preserve and improve historic
|
| 184 |
+
resources of the State
|
| 185 |
+
|
| 186 |
+
Enter into heritage agreements with private owners, pursuant to Section 11 of this
|
| 187 |
+
Act;
|
| 188 |
+
|
| 189 |
+
i) Expropriate private property in accordance with Section 19 of this Act;
|
| 190 |
+
|
| 191 |
+
j) To sue and be sued:
|
| 192 |
+
|
| 193 |
+
k) To have a seal; and
|
| 194 |
+
|
| 195 |
+
1) To undertake other activities, necessary or convenient to enhance and achieve its
|
| 196 |
+
objectives.
|
| 197 |
+
|
| 198 |
+
8)
|
| 199 |
+
|
| 200 |
+
1)
|
| 201 |
+
|
| 202 |
+
All contributions of real or personal property made to the Commission whether by
|
| 203 |
+
donation, devise, gift or bequest shall be free from all forms of taxes and shall be deductible in
|
| 204 |
+
full from the income of the donor for the purpose of computing his income tax liability.
|
| 205 |
+
Provided, that such donations are duly acknowledged and receipted.
|
| 206 |
+
|
| 207 |
+
SEC. 6. The Heritage Advisory Council — The Heritage Advisory Council shall serve as
|
| 208 |
+
an Advisory body to the Commission on issues covered by this Act and in other matters
|
| 209 |
+
involving interests relating to cultural heritage.
|
| 210 |
+
|
| 211 |
+
The members must be appointed taking into considerations their qualifications or special
|
| 212 |
+
expertise in fields relevant to heritage resources. It will consist of ten (10) members.
|
| 213 |
+
|
| 214 |
+
‘The members of the council shall hold office for a period not exceeding three years and
|
| 215 |
+
may be reappointed. No member may serve for more than two consecutive terms.
|
| 216 |
+
|
| 217 |
+
SEC. 7. Functions of the Council - The functions of the Council shall be to:
|
| 218 |
+
|
| 219 |
+
a) Propose policies and priorities for the identification, protection, preservation and
|
| 220 |
+
enhancement of the national heritage, including monuments, archaeological objects,
|
| 221 |
+
heritage objects, architectural heritage;
|
| 222 |
+
|
| 223 |
+
b) Initiate, plan, undertake and supervise the restoration, upkeep and maintenance of
|
| 224 |
+
heritage objects and sites in coordination with local government units, other
|
| 225 |
+
government agencies, non-profit organizations and civil society;
|
| 226 |
+
|
| 227 |
+
¢) Identify record and manage significant heritage resources and keep permanent and
|
| 228 |
+
up-to-date records of such work. It will promote the systematic identification and
|
| 229 |
+
recording of heritage resources:
|
| 230 |
+
|
| 231 |
+
d) Coordinate the management of the heritage resources by all agencies of the State and
|
| 232 |
+
other bodies, and monitor their activities to ensure that they comply with the national
|
| 233 |
+
principles, standards and policy set forth;
|
| 234 |
+
|
| 235 |
+
¢) Promote training and education in fields related to the management of heritage
|
| 236 |
+
resources;
|
| 237 |
+
|
| 238 |
+
f) Undertake studies and research and make reports relating to conservation and
|
| 239 |
+
preservation matters, and
|
| 240 |
+
|
| 241 |
+
g) Assist the Commission in the performance of its functions, powers and duties.
|
| 242 |
+
|
| 243 |
+
SEC. 8, Mectings of the Council - The Council may meet as often as necessary, but
|
| 244 |
+
at least four (4) times a year. The members shall receive per diems in an amount to be
|
| 245 |
+
determined by the Council, on meetings actually attended by them.
|
| 246 |
+
|
| 247 |
+
SEC. 9. Quorum - A quorum for the meeting of the Council shall be a majority of its
|
| 248 |
+
members. Any decision of the Council shall be taken by resolution of the majority of the
|
| 249 |
+
members present, and in the event of a tie, the chairperson presiding shall have a casting vote in
|
| 250 |
+
addition to his deliberative vote as a member of the Council.
|
| 251 |
+
|
| 252 |
+
|
| 253 |
+
SEC. 10. National Heritage Resource Assistance Program - The Commission, upon the
|
| 254 |
+
recommendation of the Council, may provide financial assistance in the form of a grant or a loan
|
| 255 |
+
to historic, archaeological, architectural, artistic organizations or for any purpose ancillary to
|
| 256 |
+
those purposes,
|
| 257 |
+
|
| 258 |
+
No grant made pursuant to this Act shall be treated as taxable income.
|
| 259 |
+
|
| 260 |
+
The Council shall prescribe the procedures for applications for approval and granting of
|
| 261 |
+
financial assistance and the criteria for the assessment of projects.
|
| 262 |
+
|
| 263 |
+
The Commission shall establish and maintain a program, upon approval of the Council,
|
| 264 |
+
by which, it may ensure loans to finance any project for the preservation of a property included
|
| 265 |
+
in the National Register. The Commission shall impose conditions it may deem necessary to
|
| 266 |
+
ensure adequate protection of the financial interest of the Philippine government.
|
| 267 |
+
|
| 268 |
+
SEC. 11. Preservation of religious edifices and sites - The Commission can assist in
|
| 269 |
+
the preservation of religious edifices and sites, so long as it is secular in purpose and does not
|
| 270 |
+
promote religion.
|
| 271 |
+
|
| 272 |
+
SEC. 12. Heritage agreements - The Commission, upon advice of the Council, may
|
| 273 |
+
enter into agreements with private owners of properties with cultural significance with regard to
|
| 274 |
+
the preservation of said property. Such agreement must be in the form of a binding contract, and
|
| 275 |
+
may included such terms and conditions as the parties think fit such as, but not limited to:
|
| 276 |
+
|
| 277 |
+
a) Public access to the property;
|
| 278 |
+
|
| 279 |
+
b) Value of the easement;
|
| 280 |
+
|
| 281 |
+
¢) Duration of the servitude on the property;
|
| 282 |
+
|
| 283 |
+
d) Restriction of the right of the owner or occupier to do certain acts or things on or
|
| 284 |
+
near the place;
|
| 285 |
+
|
| 286 |
+
e) Maintenance and management of the place;
|
| 287 |
+
|
| 288 |
+
f) Provision of financial assistance;
|
| 289 |
+
|
| 290 |
+
8) Procedure for the resolution of any dispute arising out of the agreement.
|
| 291 |
+
|
| 292 |
+
Such agreement would be considered as preservation easement and would attach and
|
| 293 |
+
bind future owners thereto.
|
| 294 |
+
|
| 295 |
+
The extent of said interest would be considered as a charitable contribution and would be
|
| 296 |
+
tax deductible for income tax purposes.
|
| 297 |
+
|
| 298 |
+
SEC. 13, Compulsory repair order - When a privately-owned heritage site is being
|
| 299 |
+
allowed by the owner to fall into disrepair, for the purpose of affecting or enabling its destruction
|
| 300 |
+
or demolition or is neglected to such an extent that it will lose its potential for conservation, the
|
| 301 |
+
Commission may serve on the owner of such property, an order to repair or maintain such site.
|
| 302 |
+
If the owner fails to comply with said order, repairs may be undertaken by the Commission for
|
| 303 |
+
the account of the owner. If said owner fails to reimburse the Commission, the property shall be
|
| 304 |
+
forfeited in its favor.
|
| 305 |
+
|
| 306 |
+
SEC. 14. Declaration and Register of Protected Sites - For the purposes of the
|
| 307 |
+
consolidation of information on heritage resources, the Commission shall undertake an intensive
|
| 308 |
+
archival and historical research, to compile and maintain an inventory of the national heritage
|
| 309 |
+
resources within three (3) years from the approval of this Act.
|
| 310 |
+
|
| 311 |
+
Towards this end, the Commission is authorized to improve and expand the National
|
| 312 |
+
Register kept by the National Museum pursuant to Rep. Act. 4846 as amended by PD 374,
|
| 313 |
+
|
| 314 |
+
|
| 315 |
+
The Commission shall by notice, publish in the Official Gazette or any newspapers of
|
| 316 |
+
general circulation declare an area to be protected zone and/or restricted area.
|
| 317 |
+
|
| 318 |
+
SEC. 15. Upgrade of training - The Commission shall develop and make available to
|
| 319 |
+
government agencies, local governments, private organizations, training in, or information
|
| 320 |
+
concerning professional methods and techniques for the preservation of historic properties and
|
| 321 |
+
the administration of the heritage preservation program of the government.
|
| 322 |
+
|
| 323 |
+
SEC. 16, Indigenous properties. - The Commission shall establish a program and
|
| 324 |
+
promulgate regulations to assist indigenous people in preserving their particular historic
|
| 325 |
+
properties.
|
| 326 |
+
|
| 327 |
+
SEC. 17, Prohibited Acts. - the following acts are prohibited, unless otherwise
|
| 328 |
+
permitted by the Commission
|
| 329 |
+
|
| 330 |
+
a) It shall be unlawful to destroy, demolish, mutilate or damage any object of cultural
|
| 331 |
+
heritage;
|
| 332 |
+
|
| 333 |
+
It shall be unlawful for any person to modify, alter, repair, or destroy the original
|
| 334 |
+
features of any national shrine, monument, landmark and other historic edificies
|
| 335 |
+
declared and classified by the National Historical Institute as such without the prior
|
| 336 |
+
written permission from the Commission. This includes the security zone, extending
|
| 337 |
+
five meters from the visible perimeter of the monument or site.
|
| 338 |
+
|
| 339 |
+
It shall be unlawfal to explore, excavate‘or undertake diggings or archaeological or
|
| 340 |
+
historical sites for the purpose of obtaining materials of cultural historical value
|
| 341 |
+
without the prior written authority form the Commission. No excavation or diggings
|
| 342 |
+
shall be permitted without the supervision of a certified archaeologist.
|
| 343 |
+
|
| 344 |
+
d)
|
| 345 |
+
|
| 346 |
+
°)
|
| 347 |
+
|
| 348 |
+
Alll restorations, reconstruction and preservations of government historical buildings,
|
| 349 |
+
shrines, landmarks, monuments and sites which has been designated as national cultural treasures
|
| 350 |
+
and important cultural properties shall be undertaken with the written permission of the
|
| 351 |
+
Commission. Nothing in this Act shall be construed to include the buildings and premises of the
|
| 352 |
+
Malacafiang Palace, the Supreme Court, the House of Representatives and the Senate.
|
| 353 |
+
|
| 354 |
+
The heads of a government agency, local government unit, private entities must take into
|
| 355 |
+
account the effect of any undertaking on any district, site, building or structure, or object that is
|
| 356 |
+
included in the National Register. The head of said agency shall afford the Council a reasonable
|
| 357 |
+
opportunity to comment on said undertaking,
|
| 358 |
+
|
| 359 |
+
The Commission shall promulgate rules and guidelines for the grant of permits. Such
|
| 360 |
+
rules and regulations shall be published in a newspaper of general circulation and shall be
|
| 361 |
+
approved by the Secretary for Education, Culture and Sports.
|
| 362 |
+
|
| 363 |
+
The Commission has the full right to revoke the permit issued to the applicant for cause
|
| 364 |
+
such as but not limited to a violation or inability of the permittee to comply with the terms and
|
| 365 |
+
conditions of the permit or any part thereof.
|
| 366 |
+
|
| 367 |
+
SEC. 18. Limitations - National heritage properties may be taken out of the country
|
| 368 |
+
only with a written permit secured from the Commission, only for the purpose of exchange
|
| 369 |
+
programs or for scientific scrutiny, or exhibit
|
| 370 |
+
|
| 371 |
+
SEC. 19. Expropriation ~ The Commission may, on the advice of the Council, and after
|
| 372 |
+
consultation with the secretary of Finance, purchase or expropriate property for conservation or
|
| 373 |
+
any other purpose under this Act, if it is for a public purpose or in the public interest.
|
| 374 |
+
|
| 375 |
+
Owners or holders of rights of protected objects or sites that are expropriated are entitled
|
| 376 |
+
to just compensation by the State for the financial loss incurred by virtue of the expropriation
|
| 377 |
+
order. ‘The owner of the property must be given an hearing before any property is expropriated.
|
| 378 |
+
|
| 379 |
+
|
| 380 |
+
SEC. 20. Dealing or possessing a punishable act - The act of dealing in or possessing
|
| 381 |
+
with intent to deal, any object of cultural significance, or any part thereof, or associated objects,
|
| 382 |
+
unless authorized to do so, is punishable under this Act.
|
| 383 |
+
|
| 384 |
+
SEC. 21. Awards and citations. - To encourage preservation of the national heritage,
|
| 385 |
+
the Commission shall establish annual conservation program under which monetary prizes,
|
| 386 |
+
awards and citations will be given by the President of the Philippines, upon the recommendation
|
| 387 |
+
of the Commission, for special achievements and important contributions and services in the area
|
| 388 |
+
of heritage preservation and conservation efforts.
|
| 389 |
+
|
| 390 |
+
SEC. 22. Penal Provisions - Any violations of the provisions of this Act, upon
|
| 391 |
+
conviction, subject the offender to a fine of not less than Two Hundred Thousand Pesos
|
| 392 |
+
{P200,000.00) or imprisonment for a term of not less than ten (10) years or both upon the
|
| 393 |
+
discretion of the Court. Provided, that any equipment, tools, paraphernalia used in violation of
|
| 394 |
+
this Act shall be summarily confiscated and forfeited in favor of the Commission; Provided
|
| 395 |
+
further, that if the violation is committed by a juridical person, the manager, representative,
|
| 396 |
+
director, agent or employee of said juridical person responsible for the act shall also be liable to
|
| 397 |
+
the penalties provided herein; Provided finally, that if the offender is an alien, he shall be under
|
| 398 |
+
the custody of the Commission on Immigration and Deportation for the appropriate proceedings.
|
| 399 |
+
|
| 400 |
+
SEC. 23. Appropriation - The sum of One Hundred Million Pesos (100,000,000.00) is
|
| 401 |
+
hereby appropriated annually from the General Fund, not otherwise appropriated by law, to carry
|
| 402 |
+
out the provisions of this Act.
|
| 403 |
+
|
| 404 |
+
SEC. 24, Repealing clause. - Any provision of existing laws, rules, decrees and
|
| 405 |
+
executive orders inconsistent with the provisions of this Act are hereby repealed and modified
|
| 406 |
+
accordingly
|
| 407 |
+
|
| 408 |
+
SEC. 25. Separability clause - Any portion ot provision of this Act that may be declare
|
| 409 |
+
unconstitutional shall not have the effect of nullifying other portions or provisions hereof as long
|
| 410 |
+
as such remaining provisions can still subsist and be given effect.
|
| 411 |
+
|
| 412 |
+
SEC. 26. Effectivity clause - This Act shall take fifteen (15) days after publication in the
|
| 413 |
+
Official Gazette or a newspaper of general circulation.
|
| 414 |
+
|
| 415 |
+
Approved.
|
data/document/hb/13/00001-01000/HB-00088.txt
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
H. No. 88
|
| 9 |
+
|
| 10 |
+
Introduced by Hon. Juan Edgardo “Sonny” M. Angara
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
Some members of the local and national media continue to
|
| 15 |
+
callously lambast the Muslim religious culture of describing criminals
|
| 16 |
+
and suspects with terms such as “Muslim Criminals”, “Muslim
|
| 17 |
+
Terrorists”, “Muslim Drug Pushers’, Muslim Sea Pirates”, “Muslim
|
| 18 |
+
Bandits” or “Muslim Holduppers”
|
| 19 |
+
|
| 20 |
+
The use of words “Muslim” and “Islamic” in association with
|
| 21 |
+
suspected or convicted criminals and unlawful acts are offensively biased
|
| 22 |
+
against Muslims. ‘This practice is highly prejudicial and extremely
|
| 23 |
+
injurious to the Islamic religious culture, Muslim individuals and their
|
| 24 |
+
collective image, and the Muslim’s social well being as respectable
|
| 25 |
+
citizens of the country.
|
| 26 |
+
|
| 27 |
+
Outlawing this culturally and religiously biased practice would
|
| 28 |
+
definitely contribute and result in increased positive social space and
|
| 29 |
+
understanding between and among Muslims and Non-Muslims, and help
|
| 30 |
+
drive the path towards a just, culturally-sensitive, fair, and lasting peace
|
| 31 |
+
and development in our country.
|
| 32 |
+
|
| 33 |
+
‘The immediate passage of this bill is earnestly sought.
|
| 34 |
+
|
| 35 |
+
Been Gh
|
| 36 |
+
|
| 37 |
+
JUAN EDGARDO INNY” M. ANGARA
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
THIRTEENTH CONGRESS OF THE REPUBLIC }
|
| 41 |
+
OF THE PHILIPPINES }
|
| 42 |
+
First Regular Session }
|
| 43 |
+
HOUSE OF REPRESENTATIVES
|
| 44 |
+
|
| 45 |
+
H.No, __88
|
| 46 |
+
|
| 47 |
+
Introduced by Rep. Juan Edgardo “Sonny” M. Angara
|
| 48 |
+
|
| 49 |
+
AN ACT
|
| 50 |
+
PROHIBITING THE USE OF THE WORD “MUSLIM” OR “ISLAMIC” IN
|
| 51 |
+
PRINT, RADIO, TELEVISION AND OTHER FORMS OF BROADCAST
|
| 52 |
+
MEDIA TO REFER TO OR DESCRIBE ANY PERSON CONVICTED OF
|
| 53 |
+
ANY CRIME, OR SUSPECTED OF COMMITTING ANY UNLAWFUL ACT,
|
| 54 |
+
AND PROVIDING PENALTIES THEREFOR
|
| 55 |
+
|
| 56 |
+
Be it enacted by the Senate and the House of Representatives of the
|
| 57 |
+
Philippine in Congress assembled:
|
| 58 |
+
|
| 59 |
+
SECTION 1. Prohibited Act. - It shall be unlawful for any person
|
| 60 |
+
to use the word “Muslim” or “Islamic” in print, television and other forms
|
| 61 |
+
of broadcast media to refer to or describe any person convicted of a crime
|
| 62 |
+
or suspected of committing any unlawful act.
|
| 63 |
+
|
| 64 |
+
SEC. 2. Penalties. - The penalty of arresto mayor or a fine
|
| 65 |
+
ranging from One thousand pesos (Php 1,000.00) to Ten thousand pesos
|
| 66 |
+
(Php 10,000.00}, or both, at the discretion of the court, shall be imposed
|
| 67 |
+
upon any person found guilty of violating Section 1 hereof.
|
| 68 |
+
|
| 69 |
+
The publisher, in the case of print media, and the president of the
|
| 70 |
+
juridical entity, in the case of radio, television and other forms of
|
| 71 |
+
broadcast media, shall be imposed a fine not lower than Fifty thousand
|
| 72 |
+
pesos (Php 50,000.00).
|
| 73 |
+
|
| 74 |
+
The juridical entity violating this Act shall be imposed a fine not
|
| 75 |
+
|
| 76 |
+
lower than Fifty thousand pesos (Php50,000.00) for every violation, or
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
cancellation of its license or franchise, or both, at the discretion of the
|
| 80 |
+
court.
|
| 81 |
+
|
| 82 |
+
SEC. 3. Repealing Clause. - All laws, orders, issuances, rules and
|
| 83 |
+
regulations or parts thereof inconsistent with the provisions of this Act are
|
| 84 |
+
hereby repealed, modified or amended accordingly.
|
| 85 |
+
|
| 86 |
+
SEC. 4. Separability Clause. - If any party of this Act is held invalid
|
| 87 |
+
or unconstitutional, the other parts or provisions thereof not affected
|
| 88 |
+
thereby shall remain valid and effective.
|
| 89 |
+
|
| 90 |
+
SEC. 8. Effectivity. - This Act shall take effect fifteen (15) days from
|
| 91 |
+
its publication in at least two (2) national newspapers of general circulation.
|
| 92 |
+
|
| 93 |
+
Approved,
|
data/document/hb/13/00001-01000/HB-00089.txt
ADDED
|
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Republic of the Philippines
|
| 2 |
+
HOUSE OF REPRESENTATIVES
|
| 3 |
+
Quezon City
|
| 4 |
+
|
| 5 |
+
THIRTEENTH CONGRESS
|
| 6 |
+
First Regular Session
|
| 7 |
+
|
| 8 |
+
H.No.___ 89
|
| 9 |
+
|
| 10 |
+
Introduced By Hon. Juan Edgardo “Sonny” M, Angara
|
| 11 |
+
|
| 12 |
+
EXPLANATORY NOTE
|
| 13 |
+
|
| 14 |
+
The era of globalization has placed extreme Pressure on our government
|
| 15 |
+
to produce highly specialized and technical personnel in a relatively short period
|
| 16 |
+
of time. Given the rapid changes and developments in the field of Information
|
| 17 |
+
Technology and emergence of knowledge-based society, the Philippines has to
|
| 18 |
+
reorient the thrusts of its educational system to meet the growing needs and
|
| 19 |
+
demands of a highly competitive world market.
|
| 20 |
+
|
| 21 |
+
To achieve this arduous task, there is a need to formulate a viable,
|
| 22 |
+
comprehensive and sustainable long-term modernization plan for schools
|
| 23 |
+
primarily at the elementary and secondary levels.
|
| 24 |
+
|
| 25 |
+
At present, the students in public schools have been left behind by their
|
| 26 |
+
counterparts in the private schools. Based on preliminary report of Department
|
| 27 |
+
of Education (DepEd), only 50% of the 4336 high schools nationwide have
|
| 28 |
+
computer laboratories. But most of them need to be repaired or upgraded
|
| 29 |
+
because after these computers have been delivered to schools, they have not
|
| 30 |
+
been properly maintained. A computer laboratory consists of a minimum of 10
|
| 31 |
+
computers.
|
| 32 |
+
|
| 33 |
+
Given the scarce resources of the national government, there is a need to
|
| 34 |
+
be more cost-effective and innovative in our approach to finance school
|
| 35 |
+
modernization programs. This can be achieved through active partnership with
|
| 36 |
+
local government units and Private sector such as foundations private
|
| 37 |
+
corporations and business groups.
|
| 38 |
+
|
| 39 |
+
The School Modernization and Innovation bill aims to:
|
| 40 |
+
|
| 41 |
+
a) Provide a broad framework for the institutionalisation of a
|
| 42 |
+
comprehensive and sustainable modernization program for the public
|
| 43 |
+
schools;
|
| 44 |
+
|
| 45 |
+
b) Encourage the schools to become more innovative and resourceful in
|
| 46 |
+
developing and implementing Programs geared towards
|
| 47 |
+
modernization;
|
| 48 |
+
|
| 49 |
+
¢) Develop mechanisms that will define the roles and responsibilities of
|
| 50 |
+
the officials from the regional, division down to the school levels in the
|
| 51 |
+
implementation of schoo! modernization programs;
|
| 52 |
+
|
| 53 |
+
d) Provide mechanism on how the private sector can participate in the
|
| 54 |
+
program;
|
| 55 |
+
|
| 56 |
+
€) Define regional and school modernization plans responsive to the
|
| 57 |
+
needs of the students in the area.
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
The bill also seeks to establish the School Modernization and Innovation
|
| 61 |
+
Trust Fund which will augment the regular appropriations that will be provided
|
| 62 |
+
under the annual General Appropriations Act to finance the priority programs for
|
| 63 |
+
school modernization and improvement of public elementary and secondary
|
| 64 |
+
schools.
|
| 65 |
+
|
| 66 |
+
This is the opportune time for the government to seriously consider ways
|
| 67 |
+
of increasing the share of budget devoted to computerization of schools,
|
| 68 |
+
upgrading of libraries and science laboratories. Moreover the application of
|
| 69 |
+
information technology in classroom instruction would increase efficiency in
|
| 70 |
+
teaching and learning process and enhance competencies of students.
|
| 71 |
+
|
| 72 |
+
In view of the foregoing, the immediate passage of this bill is earnestly
|
| 73 |
+
|
| 74 |
+
sought.
|
| 75 |
+
JUAN EDGARDO “SONNY” M. ANGARA
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
THIRTEENTH CONGRESS OF THE REPUBLIC. }
|
| 79 |
+
OF THE PHILIPPINES }
|
| 80 |
+
First Regular Session }
|
| 81 |
+
HOUSE OF REPRESENTATIVES
|
| 82 |
+
|
| 83 |
+
H. No. 89
|
| 84 |
+
|
| 85 |
+
Introduced by Rep. Juan Edgardo “Sonny” M. Angara
|
| 86 |
+
|
| 87 |
+
AN ACT
|
| 88 |
+
INSTITUTIONALIZING A SCHOOL MODERNIZATION AND INNOVATION
|
| 89 |
+
PROGRAM FOR PUBLIC ELEMENTARY AND SECONDARY SCHOOLS,
|
| 90 |
+
PROVIDING FUNDS THEREFOR, AND FOR OTHER PURPOSES
|
| 91 |
+
|
| 92 |
+
Be it enacted by the Senate and House of Representatives in Congress
|
| 93 |
+
assembled:
|
| 94 |
+
|
| 95 |
+
SECTION 1. Title. - This Act shall be known as the “School
|
| 96 |
+
Modernization and Innovation Act of 2004”.
|
| 97 |
+
|
| 98 |
+
SEC, 2. Declaration of Policy. - It is hereby declared the policy of the
|
| 99 |
+
State to promote a comprehensive and sustainable modernization program for all
|
| 100 |
+
public elementary and secondary schools aimed at improving the effectiveness
|
| 101 |
+
and efficiency of delivery of basic education. The State shall likewise take into
|
| 102 |
+
account the regional and sectoral needs and conditions in developing a viable
|
| 103 |
+
long-term modernization plan. The State shall also encourage the participation
|
| 104 |
+
of the private sector and local government units in strengthening programs which
|
| 105 |
+
provide relevant and adequate skills for public school children necessary for
|
| 106 |
+
them to be global competitive.
|
| 107 |
+
|
| 108 |
+
SEC. 3. Statement of Purpose. - This Act seeks to attain the following
|
| 109 |
+
objectives:
|
| 110 |
+
|
| 111 |
+
a) To provide a broad framework for the institutionalisation of a
|
| 112 |
+
|
| 113 |
+
comprehensive and sustainable modernization program for the public
|
| 114 |
+
|
| 115 |
+
schools.
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
b) ‘fo encourage the schools to become more innovative and resourceful in
|
| 119 |
+
developing and implementing programs geared towards modernization
|
| 120 |
+
|
| 121 |
+
¢) To develop mechanisms which will define the roles and responsibilities of
|
| 122 |
+
the officials from the regional, division down to the school levels in the
|
| 123 |
+
implementation of the school modernization programs
|
| 124 |
+
|
| 125 |
+
d) To provide mechanisms on how the private sector can participate in the
|
| 126 |
+
program,
|
| 127 |
+
|
| 128 |
+
€) To define a regional, division and school modernization and innovation
|
| 129 |
+
plan responsive to the needs of the students in the area.
|
| 130 |
+
|
| 131 |
+
SECTION 4. Implementing Agency. - The Department of Education,
|
| 132 |
+
hereinafter referred to as the “Department”, shall be the main implementing
|
| 133 |
+
agency of the School Modernization and Innovation Act. The Secretary of
|
| 134 |
+
Education shall be responsible of ensuring the smooth implementation of the
|
| 135 |
+
modernization plan for schools,
|
| 136 |
+
|
| 137 |
+
SECTION 5. Components, - The School Modernization and Innovation
|
| 138 |
+
Program shall consist of the following:
|
| 139 |
+
|
| 140 |
+
a) Computerization of public elementary and high schools. At least one
|
| 141 |
+
computer laboratory with a minimum of 10 computers shall be established
|
| 142 |
+
in every public high school nationwide. The Science high schools in every
|
| 143 |
+
region nationwide shall be given priority in the allocation of funds for the
|
| 144 |
+
computerization. After more than 50% of the public high schools have
|
| 145 |
+
been computerized, the public elementary schools shall start its own
|
| 146 |
+
massive computerization program,
|
| 147 |
+
|
| 148 |
+
b) Upgrading of Libraries in public elementary and secondary schools. A
|
| 149 |
+
well-equipped library shall be established in every public elementary and
|
| 150 |
+
|
| 151 |
+
secondary high school. The library should be provided with at least 2
|
| 152 |
+
|
| 153 |
+
|
| 154 |
+
computers, which have Internet access to assist the students in their
|
| 155 |
+
research work.
|
| 156 |
+
|
| 157 |
+
¢) Promotion of an integrated distance-learning program. The distance
|
| 158 |
+
|
| 159 |
+
learning program aims to enable the students from local and foreign
|
| 160 |
+
private schools to share their knowledge and expertise in the areas of
|
| 161 |
+
Science and Technology, Mathematics, English and Communication to
|
| 162 |
+
students in public schools through modern system of instructional and
|
| 163 |
+
communication technology. It may adopt an interactive system of
|
| 164 |
+
instruction through television, modern satellite communication or cable
|
| 165 |
+
system whichever is appropriate and feasible in the area. The students as
|
| 166 |
+
well as teachers in public schools shall be provided with opportunities to
|
| 167 |
+
avail of the latest trends and developments in the field of educational,
|
| 168 |
+
science, technology and communication even from abroad through
|
| 169 |
+
distance learning programs.
|
| 170 |
+
|
| 171 |
+
d) Upgrading of Science Laboratories. Each public elementary and high
|
| 172 |
+
school will be provided with a well-equipped science laboratories with
|
| 173 |
+
modern science equipment, which is essential in improving the
|
| 174 |
+
competencies of the students in the area of science and technology.
|
| 175 |
+
|
| 176 |
+
SECTION 6. Phased Implementation of the Program. - The Department
|
| 177 |
+
|
| 178 |
+
shall implement the program in phases to ensure continuity and sustainability of
|
| 179 |
+
the projects. The phases of implementation will be determined according to the
|
| 180 |
+
\ priorities set by the Department as well as the absorptive capacity of the schools.
|
| 181 |
+
| section 7. Financing of the Program. The Department of Budget and
|
| 182 |
+
Management shall allocate 10% of the total appropriations of the annual budget
|
| 183 |
+
of DECS for the financing of the School Modernization and Innovation Program.
|
| 184 |
+
SECTION 8, Formulation of School Modernization and Innovation Plan at
|
| 185 |
+
|
| 186 |
+
Schvol and Regional Level.
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
a) National Modernization and Innovation Plan. The Secretary of
|
| 190 |
+
Education in consultation with regional directors and schools division
|
| 191 |
+
superintendents shall develop a comprehensive and sustainable
|
| 192 |
+
modernization and innovation plan for public elementary and secondary
|
| 193 |
+
schools nationwide which will be implemented within a period of 10
|
| 194 |
+
years. The plan shall be divided into short, medium and long term period
|
| 195 |
+
of implementation, It shall take into account the rapid changes in the field
|
| 196 |
+
of information technology, communication and instructional delivery in
|
| 197 |
+
various part of the world. It shall also identify sources of funding both
|
| 198 |
+
from local and international financial institutions as well as the role of
|
| 199 |
+
private sector, local government units and other members of the civil
|
| 200 |
+
society. It shall likewise define the national standards and framework,
|
| 201 |
+
which will be adopted in developing the individual plans.
|
| 202 |
+
|
| 203 |
+
b) Regional Modernization and Innovation Plan. The Regional Director in
|
| 204 |
+
coordination with the Schools Division Superintendents shall formulate a
|
| 205 |
+
modernization framework consistent with national standards which will
|
| 206 |
+
serve as the basis for the plan taking into consideration the specific needs,
|
| 207 |
+
and requirements of the region. The regional plan shall highlight the
|
| 208 |
+
peculiarities and unique needs of the various schools within its
|
| 209 |
+
jurisdiction.
|
| 210 |
+
|
| 211 |
+
¢) School Modernization and Innovation Plan. Each school shall! formulate
|
| 212 |
+
its own 10-year modernization plan which reflects the aspirations and
|
| 213 |
+
goals of the school based on the regional plan of action. The plan shall
|
| 214 |
+
consist of an assessment of the existing needs of the school as well as an
|
| 215 |
+
inventory of existing educational facilities, priority programs for the
|
| 216 |
+
allocation of funds, strategies to mobilize fin.incial resources to augment
|
| 217 |
+
|
| 218 |
+
regular budget and strategies to manage the use of personnel, physical
|
| 219 |
+
|
| 220 |
+
|
| 221 |
+
and fiscal resources. The individual Plans of the schools shall be
|
| 222 |
+
|
| 223 |
+
submitted to the regional offices for consolidation.
|
| 224 |
+
|
| 225 |
+
SECTION 9. School Modernization and Innovation Trust Fund. - A
|
| 226 |
+
|
| 227 |
+
School Modernization and Innovation Fund, hereinafter referred to as the Fund,
|
| 228 |
+
|
| 229 |
+
is hereby established, exclusively to augment the regular appropriations
|
| 230 |
+
|
| 231 |
+
provided under Section 7 to finance the priority programs for school
|
| 232 |
+
|
| 233 |
+
modernization and improvement of public elementary and secondary schools.
|
| 234 |
+
|
| 235 |
+
y
|
| 236 |
+
|
| 237 |
+
a) The government's contribution to the Fund shall be the following:
|
| 238 |
+
|
| 239 |
+
1) The amount of Fifteen billion pesos (P15,000,000,000) as seed
|
| 240 |
+
|
| 241 |
+
capital;
|
| 242 |
+
|
| 243 |
+
2) The equivalent of twenty percent (20%) of the annual gross
|
| 244 |
+
|
| 245 |
+
3)
|
| 246 |
+
|
| 247 |
+
4)
|
| 248 |
+
|
| 249 |
+
5}
|
| 250 |
+
|
| 251 |
+
6)
|
| 252 |
+
|
| 253 |
+
earnings of the Philippine Amusement Gaming Corporation
|
| 254 |
+
(PAGCOR)
|
| 255 |
+
|
| 256 |
+
The equivalent of 10% annual share on the Total gross collections
|
| 257 |
+
|
| 258 |
+
of the travel tax
|
| 259 |
+
) The equivalent of 20 %of any additional increase annually in the
|
| 260 |
+
fees for vehicle registration;
|
| 261 |
+
|
| 262 |
+
The equivalent of 2% of the additional increase annually in
|
| 263 |
+
|
| 264 |
+
revenue collections.
|
| 265 |
+
|
| 266 |
+
The equivalent of 10% of the sales of the lotto operations of the
|
| 267 |
+
|
| 268 |
+
Philippine Charity Sweepstakes Offices
|
| 269 |
+
|
| 270 |
+
The fund shall have a private portion to be raised from donations and gifts
|
| 271 |
+
|
| 272 |
+
and other conveyances including materials, equipment, properties and services
|
| 273 |
+
|
| 274 |
+
by gratuitous title.
|
| 275 |
+
|
| 276 |
+
b) The fund shall be distinct and separate from the schools regular
|
| 277 |
+
|
| 278 |
+
allotment for maintenance and other operating expenses (MOOE).
|
| 279 |
+
|
| 280 |
+
|
| 281 |
+
¢) The Department shall be authorized to use the annual interest
|
| 282 |
+
income of the Trust Fund provided that the expenditures will be
|
| 283 |
+
used directly for the implementation of the modernization
|
| 284 |
+
Programs and not on the regular programs of the Department.
|
| 285 |
+
Provided further that 50% of the entire annual income shall be
|
| 286 |
+
retained in the Bureau of the Special Treasury.
|
| 287 |
+
|
| 288 |
+
SECTION 10. Management and Administration of the Fund. - The Fund
|
| 289 |
+
|
| 290 |
+
shall be administered by the Department of Education. For sound and judicious
|
| 291 |
+
|
| 292 |
+
management of the Fund, the Commission shall appoint a reputable government
|
| 293 |
+
financial institution as portfolio manager of the Fund, subject to the following
|
| 294 |
+
conditions.
|
| 295 |
+
|
| 296 |
+
As administrator of the Fund, the Department shall prepare the necessary
|
| 297 |
+
guidelines for its use, subject to the following conditions:
|
| 298 |
+
|
| 299 |
+
a) No part of the seed capital of the Fund, including earnings thereof
|
| 300 |
+
shall be used to underwrite overhead expenses of the administration;
|
| 301 |
+
|
| 302 |
+
yD, Unless otherwise stipulated by the private donor, only earnings of
|
| 303 |
+
private contributions shall be used for administrative expenses;
|
| 304 |
+
|
| 305 |
+
c) The Department shall appoint and organize a separate staff that will
|
| 306 |
+
be independent administratively from the Department. It shall also
|
| 307 |
+
enjoy fiscal autonomy from the Department.
|
| 308 |
+
|
| 309 |
+
SECTION 11. Mandatory Allocation. - Each local government unit is
|
| 310 |
+
hereby directed to allocate at least 5% of their Special Education Fund to
|
| 311 |
+
augment the appropriations for the financing of programs in line with the thrusts
|
| 312 |
+
of the school modernization and innovation program.
|
| 313 |
+
|
| 314 |
+
SECTION 12. Uses of the Fund, - The School Modernization and
|
| 315 |
+
|
| 316 |
+
| Innovation Fund shall be used to finance the following:
|
| 317 |
+
|
| 318 |
+
|
| 319 |
+
a) Projects, which have been approved and certified as priority by the
|
| 320 |
+
National Executive Committee and Regional Modernization
|
| 321 |
+
Committees created under Section 9 based on the guidelines and
|
| 322 |
+
criteria formulated by the Department.
|
| 323 |
+
|
| 324 |
+
b) In service training of the teachers in the area of computer literacy
|
| 325 |
+
|
| 326 |
+
and instructional communication technology.
|
| 327 |
+
|
| 328 |
+
°) Procurement of computer equipments including maintenance of
|
| 329 |
+
|
| 330 |
+
computer laboratories, audio visual and multimedia facilities, and
|
| 331 |
+
appropriate education technology softwares
|
| 332 |
+
|
| 333 |
+
d) Procurement of science equipments for science laboratories in
|
| 334 |
+
|
| 335 |
+
schools
|
| 336 |
+
|
| 337 |
+
SECTION 13. Order of Priority in the allocation of funds. In order for the
|
| 338 |
+
|
| 339 |
+
school to given priority in the allocation of funds from the School Modernization
|
| 340 |
+
Innovation Trust Fund, The following criteria should be met:
|
| 341 |
+
|
| 342 |
+
a) The programs, which will be funded, should be in line with the
|
| 343 |
+
|
| 344 |
+
formulated regional and school modernization plans.
|
| 345 |
+
|
| 346 |
+
b), The school should have mobilized additional 40% counterpart
|
| 347 |
+
funding from either the local government unit, private corporations,
|
| 348 |
+
foundations, business groups or private individuals for every
|
| 349 |
+
program which will be implemented,
|
| 350 |
+
|
| 351 |
+
<) The programs have been approved by either the Regional
|
| 352 |
+
Modernization Committee, and the National Executive Committee or
|
| 353 |
+
both depending on the fuiuing required.
|
| 354 |
+
|
| 355 |
+
SECTION 14. Selection Procvss. - The individual schools nationwide are
|
| 356 |
+
|
| 357 |
+
directed to develop project proposa's in line with the modernization thrusts of
|
| 358 |
+
|
| 359 |
+
their region and submit to their - espective regional offices to determine its
|
| 360 |
+
|
| 361 |
+
|
| 362 |
+
feasibility and contribution to the overall thrusts of school modernization in the
|
| 363 |
+
country.
|
| 364 |
+
|
| 365 |
+
A National Executive Modernization Committee shall be established. It
|
| 366 |
+
shall be headed by the Secretary of the Department of Education, the
|
| 367 |
+
Undersecretary for Programs and Directors of Elementary and Secondary
|
| 368 |
+
Education and 2 representatives from the private sector. It shall be in- charge in
|
| 369 |
+
evaluating projects with national application and coverage.
|
| 370 |
+
|
| 371 |
+
A Regional Modernization Committee headed by the Regional Director
|
| 372 |
+
and composed of 3 Division Superintendents and 2 Representatives from Parent
|
| 373 |
+
Teachers Association in the region shall be established to evaluate all project
|
| 374 |
+
Proposals at the regional level. The Regional Modernization Committee shall
|
| 375 |
+
have the authority to approve and recommend release of funding for projects
|
| 376 |
+
with a funding requirement of P500,000.00 and less.
|
| 377 |
+
|
| 378 |
+
However, the approved project proposals with a funding requirement of
|
| 379 |
+
more than 500,000.00 will be forwarded to the National Executive
|
| 380 |
+
|
| 381 |
+
\ Modernization Committee chaired by the Secretary of Department of Education
|
| 382 |
+
or his duly designated representative for final review and approval.
|
| 383 |
+
|
| 384 |
+
The Department shall promulgate guidelines for the selection of the
|
| 385 |
+
Project proposals, which will be funded by the School Modernization and
|
| 386 |
+
Innovation Fund.
|
| 387 |
+
|
| 388 |
+
SECTION 15. Private Sector Participation. - The members of the private
|
| 389 |
+
sector are hereby encouraged to provide technical and/or financial suppott to
|
| 390 |
+
the schools as they pursue their modernization plans, The private corporations,
|
| 391 |
+
foundations, business groups or individuals who shall provide support to
|
| 392 |
+
modernization programs shall be ;llowed to deduct from their gross income
|
| 393 |
+
100% of the expenses directly used t » finance the implementation of the program
|
| 394 |
+
|
| 395 |
+
in the schools.
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
The schools which would be able to seek at least 40% counterpart funding
|
| 399 |
+
Support from private corporations, foundations, business groups individuals as
|
| 400 |
+
well as local government in their respective local communities shall be given the
|
| 401 |
+
Priority the provision of direct grants and funding from the School Improvement
|
| 402 |
+
and Innovation Fund particularly in programs which are mentioned in Section 9,
|
| 403 |
+
|
| 404 |
+
SECTION 16. Implementing Rules and Regulations. - The Secretary of
|
| 405 |
+
Education shall promulgate the implementing rules and regulations within (90)
|
| 406 |
+
ninety days after the approval of this Act.
|
| 407 |
+
|
| 408 |
+
SECTION 17. Separability Clause. - If any portion or provision of this
|
| 409 |
+
Act shall be declared unconstitutional, such declaration shall not invalidate other
|
| 410 |
+
parts thereof, which shall remain in full force and effect.
|
| 411 |
+
|
| 412 |
+
SECTION 18. Repealing Clause. - All laws and rules and regulations or
|
| 413 |
+
parts thereof inconsistent with the provisions of this Act are hereby repealed or
|
| 414 |
+
modified accordingly.
|
| 415 |
+
|
| 416 |
+
SECTION 19. Effectivity. - This Act shall take effect fifteen (15) days
|
| 417 |
+
following the publication in atleast two (2) newspapers of general circulation.
|
| 418 |
+
|
| 419 |
+
Approved,
|