All products
Coming soon
MedList API
A clean medication list, reconciled.
POSTapi.haau3.com/v1/medlist/reconcile
api.haau3.com
Request
POST /v1/medlist/reconcile
{
"entries": [
"atorvastatin 40mg tab daily",
"METFORMIN 500 MG BID",
"lisinopril 10"
]
}Response
{
"medications": [
{ "name": "Atorvastatin", "strength": "40 mg",
"frequency": "daily",
"status": "active", "confidence": 0.95 },
{ "name": "Metformin", "strength": "500 mg",
"frequency": "twice daily",
"status": "active", "confidence": 0.92 },
{ "name": "Lisinopril", "strength": "10 mg",
"status": "needs review", "confidence": 0.74 }
]
}What it does
- Reconciled, deduplicated medication lists
- Structured FHIR output your app can render directly
- Built for medication review and care-transition workflows
Built on
FHIR R4US Core
Turn messy, multi-source medication data into a single structured, deduplicated list. MedList is the data layer behind MedListIQ, exposed as an API for your own products.
Be the first to build
Detailed developer docs live at docs.haau3.com.