Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
chile
1982
|
chile
1992
|
chile
2002
|
chile
2017
|
---|---|---|---|---|---|
Tarapacá | |||||
152014 | Iquique, Tamarugal | X | X | X | X |
Antofagasta | |||||
152021 | Antofagasta | X | X | X | X |
152022 | El Loa | X | X | X | X |
152023 | Tocopilla | X | X | X | X |
Atacama | |||||
152031 | Copiapó | X | X | X | X |
152032 | Chañaral | X | X | X | X |
152033 | Huasco | X | X | X | X |
Coquimbo | |||||
152041 | Elqui | X | X | X | X |
152042 | Choapa | X | X | X | X |
152043 | Limarí | X | X | X | X |
Valparaíso | |||||
152051 | Valparaíso, Quillota, Marga Marga, Isla de Pascua | X | X | X | X |
152053 | Los Andes | X | X | X | X |
152054 | Petorca | X | X | X | X |
152056 | San Antonio | X | X | X | X |
152057 | San Felipe de Aconcagua | X | X | X | X |
O'Higgins | |||||
152061 | Cachapoal | X | X | X | X |
152062 | Cardenal Caro | X | X | X | X |
152063 | Colchagua | X | X | X | X |
Maule | |||||
Code | Label |
chile
1982
|
chile
1992
|
chile
2002
|
chile
2017
|
152071 | Talca | X | X | X | X |
152072 | Cauquenes | X | X | X | X |
152073 | Curicó | X | X | X | X |
152074 | Linares | X | X | X | X |
Biobío | |||||
152081 | Concepción | X | X | X | X |
152082 | Arauco | X | X | X | X |
152083 | Biobío | X | X | X | X |
Araucanía | |||||
152091 | Cautín | X | X | X | X |
152092 | Malleco | X | X | X | X |
Los Lagos | |||||
152101 | Llanquihue | X | X | X | X |
152102 | Chiloé, Palena | X | X | X | X |
152103 | Osorno | X | X | X | X |
Aysén | |||||
152111 | Coihaique | X | X | X | X |
152112 | Aisén, General Carrera, Capitan Prat | X | X | X | X |
Magallanes | |||||
152121 | Magallanes, Tierra del Fuego, Antártica Chilena | X | X | X | X |
152124 | Última Esperanza | X | X | X | X |
Metropolitana | |||||
152131 | Santiago | X | X | X | X |
152132 | Cordillera | X | X | X | X |
152133 | Chacabuco | X | X | X | X |
Code | Label |
chile
1982
|
chile
1992
|
chile
2002
|
chile
2017
|
152134 | Maipo | X | X | X | X |
152135 | Melipilla | X | X | X | X |
152136 | Talagante | X | X | X | X |
Los Ríos | |||||
152141 | Valdivia, Ranco | X | X | X | X |
Arica and Parinacota | |||||
152151 | Arica, Parinacota | X | X | X | X |
Ñuble | |||||
152163 | Diguillín, Itata, Punilla | X | X | X | X |
Other | |||||
152997 | Foreign country | X | X | X | X |
152998 | Unknown | · | X | X | X |
152999 | NIU (not in universe) | X | X | X | X |
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig1_5_cl : public Editor {
public:
Mig1_5_cl(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::cl2017a: {
if (CL2017A_0412() == 99999 && CL2017A_0409() == 4)
a = 152997;
} break;
}
setData(a);
}
};
Description
MIG1_5_CL indicates the person's province of residence in Chile five years prior to the census. The data for 1982-2017 are coded into the modern geographic classification of provinces. Migration commune codes for MIG1_5_CL are compatible with codes for GEO1_CL.
See MIG1ALT_5_CL for a comparable variable that codes the 1970 sample into the pre-1974 geographic classification of provinces. See also MIG1ALT_P_CL for a similar variable on province of prior residence for 1960, which also uses the pre-1974 geography.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Comparability — General
The data are comparable across samples.
Where officially-defined provinces have populations under 20,000, they have been regionalized (combined) with neighboring provinces.
The following units are combined for confidentiality reasons:
- Parinacota is combined with Arica.
- Capitan Prat and General Carrera are combined with Aisén.
- Palena is combined with Chiloé.
- Antartica Chilena and Tierra del Fuego are combined with Magallanes.
- Isla de Pascua is combined with ValparaÃso.
In 1974, the Chilean government decentralized the administrative regions of its country, and many province boundary and names were changed. It was not possible to recode the less-detailed pre-1970 system into the more-detailed modern system.
Universe
- Chile 1982: Persons age 5+
- Chile 1992: Persons age 5+
- Chile 2002: Persons age 5+
- Chile 2017: Persons age 5+
Availability
- Chile: 1982, 1992, 2002, 2017

Loading...