Getting Started

Welcome to the Malaysia MOH Digital Health Developer Platform. This documentation provides comprehensive guidance for vendors, integrators, and partners participating in the national EMR rollout.

Prerequisites

Before integrating with MOH systems, ensure your organisation meets the following requirements:

  1. Valid Malaysian business registration
  2. PDPA compliance certification
  3. Technical resources familiar with FHIR R4
  4. Development environment with HTTPS capability

Authentication Flow

All API access requires OAuth 2.0 authentication with OpenID Connect. Sandbox credentials are available after partner registration.

grant_type=client_credentials

&client_id=YOUR_CLIENT_ID

&client_secret=YOUR_CLIENT_SECRET

&scope=system/*.read

FHIR Capability Statement

Retrieve the server’s CapabilityStatement to discover supported resources, operations, and search parameters:

Next Steps