FHIR IG analytics| Package | myhie.v4 |
| Resource Type | Immunization |
| Id | example-immunization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Immunization
Status: COMPLETED
Code: COVID-19 Vaccine Janssen Inj
Dose Quantity: 9 ml
Lot No.: Fhnujk
Expiration Date: 15-Sep-2023
Occurrence: 15-Sep-2023 11:23
Recorded Date: 15-Sep-2023 11:23
Ordering Provider: AALIYA MAISARAH
Administering Provider: FATIN AMIRAH BINTI ZAINUTDIN
Note: -
{
"resourceType": "Immunization",
"id": "example-immunization",
"meta": {
"versionId": "1",
"lastUpdated": "2023-09-15T11:25:22.775+08:00",
"source": "http://provider.hie.moh.gov.my#PnEHAWalvo0XS29w",
"profile": [
"http://fhir.hie.moh.gov.my/StructureDefinition/Immunization-my-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core",
"version": "1.0.0",
"code": "J07BX03000P3004",
"display": "COVID-19 Vaccine Janssen Inj"
}
]
},
"patient": {
"reference": "Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749"
},
"encounter": {
"reference": "Encounter/32e3996b-0a19-4f1f-9973-f0184fa90f06"
},
"occurrenceDateTime": "2023-09-15T03:23:39.203Z",
"recorded": "2023-09-15T03:23:39.203Z",
"primarySource": true,
"lotNumber": "Fhnujk",
"expirationDate": "2023-09-15",
"doseQuantity": {
"value": 9,
"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": {
"reference": "PractitionerRole/58039945-28c3-4b23-9669-77c1ece60319"
}
},
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
]
},
"actor": {
"reference": "PractitionerRole/5a234254-1ef8-4383-9f72-5b612311aee2"
}
}
],
"note": [
{
"text": "-"
}
],
"isSubpotent": false,
"protocolApplied": [
{
"extension": [
{
"url": "http://fhir.hie.moh.gov.my/StructureDefinition/extension-booster-my-core",
"valueBoolean": false
}
],
"doseNumberPositiveInt": 9
}
]
}