All Projects → fennecinspace → DZ-Pharma-Data

fennecinspace / DZ-Pharma-Data

Licence: other
Medications data for +4800 drugs sold in Algeria and their labs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DZ-Pharma-Data

hermes
A library and microservice implementing the health and care terminology SNOMED CT with support for cross-maps, inference, fast full-text search, autocompletion, compositional grammar and the expression constraint language.
Stars: ✭ 131 (+469.57%)
Mutual labels:  drugs, medications
labs-zap-search
Search application for the DCP Zoning Application Search
Stars: ✭ 13 (-43.48%)
Mutual labels:  labs
labs-factfinder
New York City Census Reporting Tool
Stars: ✭ 34 (+47.83%)
Mutual labels:  labs
Ubunter
An automated tool to turn your ubuntu machine into a hacking lab
Stars: ✭ 17 (-26.09%)
Mutual labels:  labs
BigComputeLabs
Big Compute Learning Labs
Stars: ✭ 19 (-17.39%)
Mutual labels:  labs
LAB
MIT IT Lab Repository
Stars: ✭ 23 (+0%)
Mutual labels:  labs
login-with-google
Minimal plugin which allows WordPress user to login with google.
Stars: ✭ 34 (+47.83%)
Mutual labels:  labs
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+10234.78%)
Mutual labels:  labs
iot-curriculum
Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
Stars: ✭ 110 (+378.26%)
Mutual labels:  labs
containers-101-workshop
Docker Linux Containers 101 Workshop
Stars: ✭ 18 (-21.74%)
Mutual labels:  labs
athnlp-labs
Athens NLP Summer School Labs
Stars: ✭ 41 (+78.26%)
Mutual labels:  labs
labs
learning based labs for Azure Cosmos DB
Stars: ✭ 66 (+186.96%)
Mutual labels:  labs
USTC-CS-Resources
USTC计算机学院 个人学习资料分享
Stars: ✭ 86 (+273.91%)
Mutual labels:  labs
bsuir-csn-cmsn-helper
Repository containing ready-made laboratory works in the specialty of computing machines, systems and networks
Stars: ✭ 43 (+86.96%)
Mutual labels:  labs
Cobol Programming Course
Training materials and labs for a "Getting Started" level course on COBOL
Stars: ✭ 1,963 (+8434.78%)
Mutual labels:  labs
bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+295.65%)
Mutual labels:  labs
CSUS-CPE-CSC-EEE-Materials
Homework, labs, tests for a variety of classes. Feel free to share. California State University, Sacramento
Stars: ✭ 38 (+65.22%)
Mutual labels:  labs
labs-zola
NYC Planning's Zoning and Land Use App
Stars: ✭ 61 (+165.22%)
Mutual labels:  labs
Academiccontent
Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
Stars: ✭ 2,196 (+9447.83%)
Mutual labels:  labs
SI4844
Silicon Labs SI4844 (BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER) Library
Stars: ✭ 16 (-30.43%)
Mutual labels:  labs

DZ PHAMRA DATA

This is an attempt to collect all medications in algeria.

  • the data is formatted as follows:
{
	"A": [medications that begin with the letter A],
	....
	"Z": [medications that begin with the letter Z]
}
  • this is an example of the data collected for a single medication:
{
	"name": "BACTIZOL 1G/FL PDRE. ET SOLV.SOL.INJ. IM B/1FL. PDRE. + 1AMP.SOLV. (0,5% LIDOCAINE) DE 4ML",
	"link": "https://pharmnet-dz.com/m-1905-bactizol-1g-fl-pdre-et-solv-sol-inj-im-b-1fl-pdre--1amp-solv--0-5-lidocaine-de-4ml",
	"img": "https://pharmnet-dz.com/ImageHandler.ashx?imageurl=/img/medic.png",
	"notice": "https://pharmnet-dz.com//notice.ashx?id=896",
	"lab": {
		"name": "SAIDAL GROUPE",
		"link": "https://pharmnet-dz.com/l-252-saidal-groupe",
		"img": "https://pharmnet-dz.com/ImageHandler.ashx?imageurl=img/labos/252.png",
		"address": "Route de wilaya n\u00c2\u00b011 BP 141 Dar El Beida - Alger",
		"tel": "+213 23 75 10 28 - +213 23 92 01 76",
		"web": "www.saidalgroup.dz"
	},
	"class": {
		"pharmacological": "CEPHALOSPORINES",
		"therapeutic": "INFECTIOLOGIE"
	},
	"generic": "CEFAZOLINE",
	"commercialisation": true,
	"refundable": null,
	"list": "Liste I",
	"country": "ALGERIE",
	"commercial_name": "BACTIZOL",
	"reference_rate": "129 DA",
	"ppa": null,
	"registration": "003/ 13 B 013 /01/09",
	"dci": "13B013",
	"form": "PDRE. INJ",
	"dosage": "1G/FL",
	"conditioning": "B/1FL. PDRE. + 1AMP.SOLV. (0,5% LIDOCAINE) DE 4ML"
}
  • the labs that released the drugs are included in the data too, in this format:
{
	"name": "PHARMA IVAL",
	"link": "https://pharmnet-dz.com/l-221-pharma-ival",
	"img": "https://pharmnet-dz.com/ImageHandler.ashx?imageurl=img/labos/221.png",
	"address": "8, rue d\u00e2\u0080\u0099Alep, Delmonte, Oran - Route de Bouchaoui, Ouled Fayet, Alger",
	"tel": "+213 (0) 21 38 82 03 - +213 (0) 41 43 60 70",
	"web": "www.ivalpharma.com"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].