Health centers import in Peru

Goals

Improve the map, especially in the rural areas of Peru where information of health centers is poor.

The data is available in https://www.datosabiertos.gob.pe/ and the information is provided by SUSALUD - Superintendencia Nacional de Salud as mention in the portal. The entire dataset is 20,819 of which 7,933 points have coordinates to add to the map.

Import data

Source: https://www.datosabiertos.gob.pe/

Data provided by SUSALUD.

Data processing

The import data was separated according the district, there is a file per each district containing the health center points of the district. The data and the script for processing is in this repository.

Tagging plan

Original fieldsMeaningOSM tagsComments
CódigoCodeNot used
Nombre de establecimientoEstablishment namename=*
TipoEstablishment typeNot used
ClasificaciónIt depends of establishment categoryamenity=hospital, amenity=clinic, amenity = doctors, healthcare=*
InstituciónEntity who is directly in charge of the current operation of the establishmentoperator=*
DepartamentoDepartment where it isNot used
ProvinciaProvincia where it isNot used
DistritoDistrito where it isNot used
UbigeoCoding system for geographical locations in PeruNot used
DirecciónAddress of the centeraddr:street=* + addr:housenumber=* or addr:full=*Only add in case it is clear
Código DISAHealth address codeNot used
Código RedEstablishment Red coderef:red=*
Código MicroredEstablishment Microred coderef:microred=*
CategoríaCategoryref:category=*
TeléfonoPhone numberphone=*Only add in case it is clear
HorarioService hoursopening_hours=*Not necessary to add due it does not specify the operating days

Other considerations for tagging:

  • To add the amenity tag, lets use the category tag, which is as the following:
I-1 and I-2; consider as: amenity=doctors
I-3 and I-4: consider as: amenity=clinic
II-* and III-* consider as: amenity=hospital

Use healthcare in case they are necessary to detail in some medical support services.

  • In case "operator" has the value of "Privado", change the tag to "operator:type=private".
  • In case the address has number of lots or the name of the community or locality add "addr:full=*", in case the address has the street name and the number, add "addr:street=*" and "addr:housenumber=*" and if it only has the street name add "addr:street=*".
  • For "phone" tag's values, use ITU format. For example for landline phone in Ayacucho is: +51 66 XXXXXX, and for a movil phone is: +51 XXXXXXXXX. For number that start with * or # add "phone:PE=*" instead only "phone =*".

Tools

- JOSM will be used to review and edit the data.

Import process

Import user account

For import process into OpenStreetMap, we have to create a dedicated user account. Usually the import account is "osm user name"_import. For example karitotp (on osm, edits, contrib, heatmap, chngset com.).

More details to create an import user account in Guidelines

Workflow

  • Set up your import user account in JOSM.
  • Load the Bing Satellite Imagery.
  • Load the file "district".osm in JOSM.
  • Download the area from OpenStreetMap in the same layer.
  • Review and import data:
    • Review the "address" key, if its value is not clear we can modify or delete it.
    • Review the "opening_hours" key, we have to modify according to OpenStreetMap format of opening_hours key, if the hours is not clear we can delete it.
    • If the health center is already in OpenStreetMap, lets add the missing attributes from the point to the osm data.

Changeset comment and Source

This article is issued from Openstreetmap. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.