Datasets:
metadata
license: cc-by-4.0
pretty_name: Global Medical Institutions & Hierarchy Graph
tags:
- healthcare-infrastructure
- hospitals
- entity-resolution
- knowledge-graph
task_categories:
- text-retrieval
size_categories:
- 10K<n<100K
๐๏ธ Dataset Summary
A global directory of medical institutions and organizations covering 14,065 entities. Provides basic organizational profiles with drug pipeline association counts.
๐ Key Features
- Global Coverage:
countryfield spans institutions worldwide. - Drug Association Count:
total_drugindicates the number of drugs associated with each institution. - Organization Size:
employee_numberavailable for ~49% of records.
๐ป Quick Start & MCP Integration
from datasets import load_dataset
dataset = load_dataset("your-org/medical-institutions", split="train")
print(dataset[0]["name"])
# Output: 'Unlimited Bio'
print(dataset[0]["country"])
# Output: 'Honduras'
print(dataset[0]["total_drug"])
# Output: 1
๐ Resources
- Developer Portal: open.patsnap.com
- PatSnap Life Sciences: patsnap.com/solutions/life-sciences
- GitHub: github.com/patsnap