MHNexus Sdn Bhd
0.1.0 - ci-build
Patient demographics and other administrative information about a patient is stored as a Patient (MY Core) record.
Click MY Core postman API link to view common API used in HIE.
[base] = address url e.g. "https://fhir.hie.moh.gov.my/baseR4/" [type] = resource type e.g. "Patient | Encounter | Composition" @patientId = unique patient id defined from source system e.g "patient-sample" @patientIdentifier = patient identifier such as mykad number or MRN e.g "HIE-00000003"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update patient record | PUT | [base]/Patient/@patientId | |
Retrieve patient record with id | - | GET | [base]/Patient/@patientId |
Retrieve patient record with identifier | - | GET | [base]/Patient?identifier=@patientIdentifier |