Algeria Pharma Manufacturers

@geoalgeria/industrie-pharmaceutique

171 approved pharmaceutical manufacturers across 25 wilayas: medicine and medical-device makers from the Ministry of Pharmaceutical Industry (MIP) fabrication register, geocoded against the geoalgeria commune set.

171 drug & device makersView on mapnpm

Source: Ministry of Pharmaceutical Industry (MIP), fabrication register

Install

npm install @geoalgeria/industrie-pharmaceutique

Quick example

import industrie from "@geoalgeria/industrie-pharmaceutique";

const all = industrie.manufacturers();             // 171 makers
const dm = industrie.manufacturersByNature("dm");  // medical devices
const alger = industrie.manufacturersByWilaya(16); // Alger

API reference

NameSignatureDescription
manufacturersmanufacturers(): PharmaManufacturer[]All 171 approved manufacturers.
manufacturerByIdmanufacturerById(id): PharmaManufacturer | nullA single manufacturer by id.
manufacturersByWilayamanufacturersByWilaya(code): PharmaManufacturer[]Manufacturers in a wilaya (numeric or string code).
manufacturersByNaturemanufacturersByNature(nature): PharmaManufacturer[]Manufacturers of a nature ("pp" | "dm" | "mixte").
metadatametadata(): MetadataPackage metadata (counts, sources, licenses).

Record shape

FieldTypeNullableDescription
idstringnoRecord id (e.g. "16-pp-03").
namestringnoOperator (company) name as listed in the MIP register.
wilaya_codestringnoWilaya code as a string.
commune_codestringyesCommune code (geoalgeria code_commune), when resolved.
communestringyesCommune name (French), when resolved.
latnumbernoLatitude (commune or wilaya centroid).
lngnumbernoLongitude (commune or wilaya centroid).
geo_precision"approximate"noCoordinates are approximate centroids.
geo_methodGeoMethodnoHow lat/lng were obtained.
source"mip"noProvenance (MIP fabrication register).
operateurstringnoThe registered operator.
rolePharmaRolenoEstablishment role (this layer is the fabrication register).
naturePharmaNaturenoManufacturing nature (medicines, devices, or both).
nature_label_frstringnoCanonical French label for the nature.
nature_label_arstringnoCanonical Arabic label for the nature.
slugstringnoURL slug.

Formats

JSONCSVGEOJSONTS

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

Related packages