MHNexus Sdn Bhd
0.1.0 - ci-build
Patient Immunization history is recorded using Immunization (MY Core) record.
If a Immunization is planned and shared with HIE, it will be stored as ImmunizationRecommendation (MY Core)
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 | Compostion" @recordId = unique record id defined from source system e.g. "immunization-sample" | "immunizationrecommendation-sample" @patientIdentifier = patient identifier such as mykad number or MRN e.g "HIE-00000003"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update Immunization record |
1.Immunization, |
PUT | [base]/Immunization/@patientId |
Retrieve record with id | - | GET | [base]/[type]/@recordId |
Retrieve Immunization record with patient identifier | - | GET | [base]/Immunization?patient.identifier=@patientIdentifier |
Retrieve ImmunizationRecommendation record with patient identifier | - | GET | [base]/ImmunizationRecommendati?patient.identifier=@patientIdentifier |