MyHealthNote Developers

API Documentation

FHIR-compliant endpoints for system metadata, aggregated population health, and consented patient data. Build integrations that speak the same language as the MyHealthNote ecosystem.

21
Total endpoints
11
System
9
Population
1
Patient

System

11 endpoints

Public platform metadata — countries, languages, currencies, events.

Get Countries
Retrieve a list of all countries from which MyHealthNote Ecosystem's users originate.
GET /api/fhir/Dash/system/countries
Get Exchange Rates
Get real-time and past exchange rates for currency conversions within the MyHealthNote Ecosystem.
GET /api/fhir/Dash/system/exchange-rates
Get ICD-10 Code Details
Get detailed information about a specific ICD-10 code including hierarchy, inclusions, exclusions, and clinical notes.
GET /api/fhir/Dash/system/icd10/{code}
Get Languages
Preview all languages with clinical-grade translation available through the MyHealthNote Ecosystem worldwide.
GET /api/fhir/Dash/system/languages
Get Payment Methods by Country
Retrieve the list of supported and acceptable payment methods for various countries and currencies within the MyHealthNote Ecosystem.
GET /api/fhir/Dash/system/payment-methods
Get Supported Currencies
Get all currencies supported by the MyHealthNote Ecosystem for operations like subscriptions, donations, and payments, including those available specifically for each profile.
GET /api/fhir/Dash/system/currencies
Search ICD-10 by Diagnosis Name
Search ICD-10 codes by diagnosis name, description, or keywords. Returns matching codes with relevance scoring. Example: Find ICD-10 code for "diabetes mellitus" or "acute bronchitis".
GET /api/fhir/Dash/system/icd10/search
Search ICD-10 Codes
Search and filter International Classification of Diseases (ICD-10) codes with advanced query capabilities.
GET /api/fhir/Dash/system/icd10
Get Events and Updates
Explore the MyHealthNote Ecosystem for its latest events, key milestones, and important announcements.
GET /api/fhir/Dash/system/events
List ICD-10 Chapters
Get list of all ICD-10 chapters with code ranges and statistics.
GET /api/fhir/Dash/system/icd10/chapters
Suggest ICD-10 Diagnoses
Auto-suggest ICD-10 diagnoses as you type. Useful for search boxes and diagnosis input fields.
GET /api/fhir/Dash/system/icd10/suggest

Population

9 endpoints

Aggregated, de-identified health statistics for research.

Calculate Growth Percentile
Calculate Z-score and percentile for a child measurement using WHO growth standards LMS method.
GET /api/fhir/Dash/population/anthro/calculate-percentile
Get Motor Milestones
Retrieve WHO motor development milestones including sitting, crawling, standing, and walking achievements by age and percentile.
GET /api/fhir/Dash/population/anthro/motor-milestones
Get Preprint Statistics
Get comprehensive statistics about the preprint repository including counts, publication rates, study design breakdowns, and review metrics.
GET /api/fhir/Dash/population/preprints/statistics
Get Published Preprints
Retrieve aggregated preprint data including study designs, review metrics, and publication status. All data is de-identified for population-level analysis.
GET /api/fhir/Dash/population/preprints
Get Regional SOS Trends
Retrieves aggregated healthcare SOS and emergency trend data filtered by geographic jurisdiction. This endpoint allows public health officials to monitor real-time clinical 'values' (such as height/weight metrics or specific emergency indicators) across countries, states, cities, and postal codes.
GET /api/fhir/Dash/population/getSOSTrends
Get WHO Growth Standards
Retrieve WHO Child Growth Standards data including weight-for-age, height-for-age, BMI-for-age, head circumference, and MUAC standards. Returns percentile curves for population reference.
GET /api/fhir/Dash/population/anthro/growth-standards
Assess Developmental Progress
Assess child developmental progress based on achieved motor milestones compared to WHO standards.
GET /api/fhir/Dash/population/anthro/assess-development
Get Preprint Details
Get detailed information about a specific preprint including full abstract, review details, publication status, and author information.
GET /api/fhir/Dash/population/preprints/{id}
Search Preprints
Advanced search across preprints with multiple filters including study design, review counts, publication status, and content requirements.
GET /api/fhir/Dash/population/preprints/search

Patient

1 endpoint

Consented patient-level data. Requires per-patient authorisation.