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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-immunization"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-09-15T11:25:22.775+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#PnEHAWalvo0XS29w"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Immunization-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Immunization-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-immunization</b></p><a name=\"example-immunization\"> </a><a name=\"hcexample-immunization\"> </a><a name=\"example-immunization-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\">version: 1; Last updated: 2023-09-15 11:25:22+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#PnEHAWalvo0XS29w\">http://provider.hie.moh.gov.my#PnEHAWalvo0XS29w</a></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 J07BX03000P3004}\">COVID-19 Vaccine Janssen Inj</span></p><p><b>patient</b>: <a href=\"Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749\">Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749</a></p><p><b>encounter</b>: <a href=\"Encounter/32e3996b-0a19-4f1f-9973-f0184fa90f06\">Encounter/32e3996b-0a19-4f1f-9973-f0184fa90f06</a></p><p><b>occurrence</b>: 2023-09-15 03:23:39+0000</p><p><b>recorded</b>: 2023-09-15 03:23:39+0000</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: Fhnujk</p><p><b>expirationDate</b>: 2023-09-15</p><p><b>doseQuantity</b>: 9 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>: <a href=\"PractitionerRole/58039945-28c3-4b23-9669-77c1ece60319\">PractitionerRole/58039945-28c3-4b23-9669-77c1ece60319</a></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>: <a href=\"PractitionerRole/5a234254-1ef8-4383-9f72-5b612311aee2\">PractitionerRole/5a234254-1ef8-4383-9f72-5b612311aee2</a></p></blockquote><p><b>note</b>: -</p><p><b>isSubpotent</b>: false</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>9</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "J07BX03000P3004" ] ;
fhir:display [ fhir:v "COVID-19 Vaccine Janssen Inj" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/1725cc06-9544-4a10-b8e7-6fe5506d4749" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/32e3996b-0a19-4f1f-9973-f0184fa90f06" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2023-09-15T03:23:39.203Z"^^xsd:dateTime
] ; #
fhir:recorded [ fhir:v "2023-09-15T03:23:39.203Z"^^xsd:dateTime] ; #
fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; #
fhir:lotNumber [ fhir:v "Fhnujk"] ; #
fhir:expirationDate [ fhir:v "2023-09-15"^^xsd:date] ; #
fhir:doseQuantity [
fhir:value [ fhir:v "9"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
] ; #
fhir:performer ( [
fhir:function [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OP" ] ;
fhir:display [ fhir:v "Ordering Provider" ] ] ) ] ;
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/58039945-28c3-4b23-9669-77c1ece60319" ] ]
] [
fhir:function [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "Administering Provider" ] ] ) ] ;
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/5a234254-1ef8-4383-9f72-5b612311aee2" ] ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "-" ]
] ) ; #
fhir:isSubpotent [ fhir:v "false"^^xsd:boolean] ; #
fhir:protocolApplied ( [
( fhir:extension [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/extension-booster-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "false"^^xsd:boolean ] ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "9"^^xsd:positiveInteger ]
] ) . #
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