cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where part_number = 323 and title_number = 44 sorted by section_id
This data as json, CSV (advanced)
| section_id ▼ | title_number | title_name | chapter | subchapter | part_number | part_name | subpart | subpart_name | section_number | section_heading | agency | authority | source_citation | amendment_citations | full_text |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 44:44:1.0.1.6.73.0.10.1 | 44 | Emergency Management and Assistance | I | F | 323 | PART 323—GUIDANCE ON PRIORITY USE OF RESOURCES IN IMMEDIATE POST ATTACK PERIOD (DMO-4) | § 323.1 Purpose. | FEMA | This part: (a) States the policy of the Federal Government on use of resources in the period immediately following a nuclear attack on the United States; (b) Provides general guidance for Federal, State, and local government officials on activities to be accorded priority in the use of postattack resources; and (c) Lists those items essential to national survival in the immediate postattack period. | ||||||
| 44:44:1.0.1.6.73.0.10.2 | 44 | Emergency Management and Assistance | I | F | 323 | PART 323—GUIDANCE ON PRIORITY USE OF RESOURCES IN IMMEDIATE POST ATTACK PERIOD (DMO-4) | § 323.2 General policy. | FEMA | (a) In an immediate postattack period all decisions regarding the use of resources will be directed to the objective of national survival and recovery. In order to achieve this objective, postattack resources will be assigned to activities concerned with the maintenance and saving of lives, immediate military defense and retaliatory operations, economic activities essential to continued survival and recovery. (b) This guidance is designed to achieve a degree of national equity in the use of resources and to assign and conserve resources effectively in the immediate postattack period. Until more specific instructions are available, these are the general guidelines within which managerial judgment and common sense must be used to achieve national objectives under widely differing emergency conditions. | ||||||
| 44:44:1.0.1.6.73.0.10.3 | 44 | Emergency Management and Assistance | I | F | 323 | PART 323—GUIDANCE ON PRIORITY USE OF RESOURCES IN IMMEDIATE POST ATTACK PERIOD (DMO-4) | § 323.3 Responsibilities. | FEMA | (a) As stated in The National Plan for Emergency Preparedness, the direction of resources mobilization is a Federal responsibility. However, in the period immediately following an attack, certain geographical areas may be temporarily isolated, and State and local governments will assume responsibility for the use of resources remaining in such areas until effective Federal authority can be restored. State and local governments will not assume responsibility for resources under the jurisdiction of a Federal agency where the Federal agency is able to function. (b) As soon as possible after an attack and until specific national direction and guidance on the use of resources is provided, Federal, State, and local officials will determine what resources are available, to what needs they can be applied, how they are to be used, and the extent to which resources are deficient or in excess of survival needs. They will base determinations as to the relative urgency for use of resources primarily upon the importance of specific needs of defense, survival, and recovery. | ||||||
| 44:44:1.0.1.6.73.0.10.4 | 44 | Emergency Management and Assistance | I | F | 323 | PART 323—GUIDANCE ON PRIORITY USE OF RESOURCES IN IMMEDIATE POST ATTACK PERIOD (DMO-4) | § 323.4 Priority activities in immediate postattack period. | FEMA | The following activities are to be accorded priority over all other claims for resources. There is no significance in the order of the listing—all are important. The order in which and the extent to which they are supported locally may vary with local conditions and circumstances. If local conditions necessitate the establishment of an order of priority among these activities, that order shall be based on determinations of relative urgency among the activities listed, the availability of resources for achieving the actions required, and the feasibility and timeliness of the activities in making the most rapid and effective contribution to national survival. (a) The immediate defense and retaliatory combat operations of the Armed Forces of the United States and its Allies: This includes support of military personnel and the production and distribution of military and atomic weapons, materials and equipment required to carry out these immediate defense and retaliatory combat operations. (b) Maintenance or reestablishment of Government authority and control to restore and preserve order and to assure direction of emergency operations essential for the safety and protection of the people. This includes: (1) Police protection and movement direction; (2) Fire defense, rescue and debris clearance; (3) Warnings; (4) Emergency information and instructions; (5) Radiological detection, monitoring and decontamination. (c) Production and distribution of survival items and provision of services essential to continued survival and rapid recovery. (For list of survival items, see appendix 1 to this part.) These include: (1) Expedient shelter; (2) Food, including necessary processing and storage; (3) Feeding, clothing, lodging, and other welfare services; (4) Emergency housing and community services; (5) Emergency health services, including medical care, public health and sanitation; (6) Water, fuel, and power supply; (7) Emergency repair and restoration of damaged vital facilities. (d) Essential communications an… | ||||||
| 44:44:1.0.1.6.73.0.10.5 | 44 | Emergency Management and Assistance | I | F | 323 | PART 323—GUIDANCE ON PRIORITY USE OF RESOURCES IN IMMEDIATE POST ATTACK PERIOD (DMO-4) | § 323.5 Assignment of resources. | FEMA | Resources required for essential uses, including manpower, will be assigned to meet the emergency requirements of the priority activities indicated above. The principal objectives are to use available resources to serve essential needs promptly and effectively, and to: (a) Protect and to prevent waste or dissipation of resources prior to their assignment to priority activities; (b) Support production of essential goods. Other production will be permitted to continue only from inventories on hand and when there is no emergency requirement for the resources vital to this production. (c) Support construction for emergency repair and restoration, construction of facilities needed for survival, or the conversion of facilities to survival use, where this can be accomplished quickly. Other construction already under way should be stopped, and no new construction started unless it can be used immediately for essential purposes upon completion. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE cfr_sections (
section_id TEXT PRIMARY KEY,
title_number INTEGER,
title_name TEXT,
chapter TEXT,
subchapter TEXT,
part_number TEXT,
part_name TEXT,
subpart TEXT,
subpart_name TEXT,
section_number TEXT,
section_heading TEXT,
agency TEXT,
authority TEXT,
source_citation TEXT,
amendment_citations TEXT,
full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);