Package Exports
- dokterdewa
- dokterdewa/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dokterdewa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dokterdewa
API client for DokterDewa.com — Indonesia's most comprehensive medical directory.
Data
- 31,687 doctors across 264 cities, 170 specialties
- 11,454 hospitals and clinics
- 9,077 medicines with dosage info
- 830 medical procedures with cost estimates
- 144 disease guides with ICD-10 codes
- 17,214 health articles
- 1,001 doctor Q&A entries
Usage
const dd = require('dokterdewa');
// Search across all categories
const results = await dd.search('demam anak');
// Find doctors by specialty
const doctors = await dd.doctors({ specialty: 'Pediatrics', per: 10 });
// Get hospital details
const hospital = await dd.hospital(210);
// Browse medicines
const meds = await dd.medicines({ q: 'paracetamol' });
// Disease guides
const diseases = await dd.diseases({ q: 'diabetes' });Links
- Find Doctors — sorted by distance
- Hospitals — 11,454 facilities
- Medicines — 9,077 drugs
- Diseases — 144 guides with ICD-10
- Medical Procedures — 830 procedures
- Health Articles — 17,214 articles
- Doctor Q&A — community questions
- AI Triage — symptom checker
License
MIT — Data provided by DokterDewa.com