Algeria's Public Health Establishments

@geoalgeria/sante

695 public health establishments across 58 wilayas: hospitals (EPH), proximity-health (EPSP), specialized hospitals (EHS) and university hospitals (CHU) from the Ministry of Health, bilingual FR/AR.

695 health establishmentsView on mapnpm

Source: Ministry of Health + OpenStreetMap + Wikidata

Install

npm install @geoalgeria/sante

Quick example

import sante from "@geoalgeria/sante";

const all = sante.sante();               // 695 establishments
const meta = sante.metadata();           // counts, sources, licenses

API reference

NameSignatureDescription
santesante(): HealthEstablishment[]All 695 public health establishments.
metadatametadata(): MetadataPackage metadata (counts, sources, licenses).

Record shape

FieldTypeNullableDescription
idstringnoRecord id (e.g. "16-eph-01").
namestringnoBest display name (French preferred, else Arabic).
name_frstringyesName in French.
name_arstringyesName in Arabic.
wilaya_codestringnoWilaya code, zero-padded ("01".."69").
commune_codestringyesCommune code (best-effort).
communestringyesCommune name (best-effort).
latnumberyesLatitude (null when ungeocoded).
lngnumberyesLongitude (null when ungeocoded).
geo_precisionGeoPrecisionnoHow the coordinate was obtained.
geo_methodGeoMethodnoHow the coordinates were derived.
source"msp"noOrigin registry (Ministry of Health).
refsRefsnoExternal identifiers (MSP / OSM / Wikidata).
typeHealthTypenoEstablishment category.
type_label_frstringnoCanonical French label for the type.
type_label_arstringnoCanonical Arabic label for the type.
sectorHealthSectornoOwnership sector ("public" for the MoH registry).
slugstringnoURL slug of the source post.

Formats

JSONCSVGEOJSONTS

The npm package ships JSON. Other formats are available in each GitHub Release.

Related packages