HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build
HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
A patient's immunization history is recorded using an Immunization (MY Core) record.
If an Immunization is planned and shared with HIE, it will be stored as an ImmunizationRecommendation (MY Core)
These are some common APIs used in HIE.
[base] = server url e.g. "https://fhir.hie.moh.gov.my/baseR4/"
@recordId = unique record ID defined by the source system e.g. "immunization-sample" |
"immunizationrecommendation-sample"
@patientIdentifier = patient identifier such as a MyKad number or MRN e.g "HIE-00000003"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update Immunization record |
1.Immunization, |
PUT | [base]/Immunization/@recordId |
Retrieve record with ID | - | GET | [base]/Immunization/@recordId |
Retrieve Immunization record with patient identifier | - | GET | [base]/Immunization?patient.identifier=@patientIdentifier |
Retrieve ImmunizationRecommendation record with patient identifier | - | GET | [base]/ImmunizationRecommendation?patient.identifier=@patientIdentifier |
Vaccine code can be access at ValueSetVaccineCode (MY Core).
An Immunization record can exist independently without an ImmunizationRecommendation.
However, if a vaccine currently administered was initially stored as an ImmunizationRecommendation, the
Immunization record must be referenced in the ImmunizationRecommendation record under
ImmunizationRecommendation.supportingImmunization.reference
.
The vaccine code must also be recorded in the Immunization resource under
Immunization.vaccineCode.coding.code
, and in
ImmunizationRecommendation.recommendedation.vaccineCode.coding.code
for the ImmunizationRecommendation.
Although it is possible for a single ImmunizationRecommendation to have multiple vaccine recommendations in the base FHIR standards, the current HIE design flow recommends only one vaccine per ImmunizationRecommendation.
IG © 2022+ MHNexus Sdn Bhd. Package MyCore#2.0.0 based on FHIR 4.0.1. Generated 2025-03-27
Links: Table of Contents |
QA Report