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
{
"resourceType" : "Immunization",
"id" : "example-immunization-sample",
"meta" : {
"source" : "sample",
"profile" : [
🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Immunization-my-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-immunization-sample</b></p><a name=\"example-immunization-sample\"> </a><a name=\"hcexample-immunization-sample\"> </a><a name=\"example-immunization-sample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Immunization-my-core.html\">Immunization (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core J07BX03000P3001}\">COVID-19 Vaccine AstraZeneca Inj</span></p><p><b>patient</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>encounter</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Encounter_encounter-sample\">Bundle: type = transaction</a></p><p><b>occurrence</b>: 2022-05-12 12:00:00+0800</p><p><b>recorded</b>: 2022-05-12 12:15:00+0800</p><p><b>primarySource</b>: true</p><p><b>reportOrigin</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-origin record}\">Written Record</span></p><p><b>location</b>: bilik 1</p><p><b>lotNumber</b>: 12345</p><p><b>expirationDate</b>: 2022-10-05</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">Left arm</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IDINJ}\">Injection, intradermal</span></p><p><b>doseQuantity</b>: 10 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 OP}\">Ordering Provider</span></p><p><b>actor</b>: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></p><p><b>actor</b>: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</p></blockquote><p><b>note</b>: 1st dose covid vaccine (By null @2022-05-12 12:15:00+0800)</p><p><b>isSubpotent</b>: false</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>3</td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core",
"code" : "J07BX03000P3001",
"display" : "COVID-19 Vaccine AstraZeneca Inj"
}
]
},
"patient" : {
"reference" : "Patient/patient-sample"
},
"encounter" : {
"reference" : "Encounter/encounter-sample"
},
"occurrenceDateTime" : "2022-05-12T12:00:00+08:00",
"recorded" : "2022-05-12T12:15:00+08:00",
"primarySource" : true,
"reportOrigin" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code" : "record",
"display" : "Written Record"
}
]
},
"location" : {
"display" : "bilik 1"
},
"lotNumber" : "12345",
"expirationDate" : "2022-10-05",
"site" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code" : "LA",
"display" : "Left arm"
}
]
},
"route" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code" : "IDINJ",
"display" : "Injection, intradermal"
}
]
},
"doseQuantity" : {
"value" : 10,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "OP",
"display" : "Ordering Provider"
}
]
},
"actor" : {
"type" : "PractitionerRole",
"identifier" : {
"system" : "http://fhir.hie.moh.gov.my/sid/mmc-no",
"value" : "12345"
},
"display" : "Arumugan A/L Aryan"
}
},
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
]
},
"actor" : {
"type" : "PractitionerRole",
"identifier" : {
"system" : "http://fhir.hie.moh.gov.my/sid/mmc-no",
"value" : "12345"
},
"display" : "Arumugan A/L Aryan"
}
}
],
"note" : [
{
"authorReference" : {
"type" : "PractitionerRole",
"identifier" : {
"system" : "http://fhir.hie.moh.gov.my/sid/mmc-no",
"value" : "12345"
},
"display" : "Arumugan A/L Aryan"
},
"time" : "2022-05-12T12:15:00+08:00",
"text" : "1st dose covid vaccine"
}
],
"isSubpotent" : false,
"protocolApplied" : [
{
"doseNumberPositiveInt" : 1,
"seriesDosesPositiveInt" : 3
}
]
}