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 loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ImmunizationRecommendation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-immunizationrecommendation-sample"] ; #
fhir:meta [
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/ImmunizationRecommendation-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/ImmunizationRecommendation-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: ImmunizationRecommendation example-immunizationrecommendation-sample</b></p><a name=\"example-immunizationrecommendation-sample\"> </a><a name=\"hcexample-immunizationrecommendation-sample\"> </a><a name=\"example-immunizationrecommendation-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: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImmunizationRecommendation-my-core.html\">ImmunizationRecommendation (MY Core)</a></p></div><p><b>patient</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>date</b>: 2022-01-01 10:30:00+0800</p><p><b>authority</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p><blockquote><p><b>recommendation</b></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>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 186747009}\">Coronavirus infection</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status complete}\">Complete</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2022-02-09 10:00:00+0800</td></tr></table><p><b>description</b>: Protocol details example, According to CPG vaccine guideline, example- immunizationrecommendatio-s09-02</p><p><b>series</b>: Name of vaccination series example,example- immunizationrecommendatio-s09-02</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p><p><b>supportingImmunization</b>: <a href=\"Immunization/immunization-sample\">Immunization/immunization-sample</a></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-sample" ]
] ; #
fhir:date [ fhir:v "2022-01-01T10:30:00+08:00"^^xsd:dateTime] ; #
fhir:authority [
fhir:reference [ fhir:v "Organization/11-05060009" ]
] ; #
fhir:recommendation ( [
( fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/vaccine-code-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J07BX03000P3001" ] ;
fhir:display [ fhir:v "COVID-19 Vaccine AstraZeneca Inj" ] ] ) ] ) ;
fhir:targetDisease [
( fhir:coding [
a sct:186747009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "186747009" ] ;
fhir:display [ fhir:v "Coronavirus infection" ] ] ) ] ;
fhir:forecastStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete" ] ;
fhir:display [ fhir:v "Complete" ] ] ) ] ;
( fhir:dateCriterion [
fhir:code [
( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ] ;
fhir:display [ fhir:v "Date vaccine due" ] ] ) ] ;
fhir:value [ fhir:v "2022-02-09T10:00:00+08:00"^^xsd:dateTime ] ] ) ;
fhir:description [ fhir:v "Protocol details example, According to CPG vaccine guideline, example- immunizationrecommendatio-s09-02" ] ;
fhir:series [ fhir:v "Name of vaccination series example,example- immunizationrecommendatio-s09-02" ] ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger ] ;
fhir:seriesDoses [
a fhir:positiveInt ;
fhir:v "3"^^xsd:positiveInteger ] ;
( fhir:supportingImmunization [
fhir:reference [ fhir:v "Immunization/immunization-sample" ] ] )
] ) . #
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