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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-bundle-observation-glucose-panel"] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:00000013-0001-0001-0001-000000000001"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:00000013-0001-0001-0001-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:00000013-0005-0005-0005-000000000002"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:00000013-0005-0005-0005-000000000002> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:00000013-0005-0005-0005-000000000003"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:00000013-0005-0005-0005-000000000003> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ]
] ) . #
<urn:uuid:00000013-0001-0001-0001-000000000001> a fhir:Observation ;
fhir:id [ fhir:v "example-glucose-panel"] ; #
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/Observation-panel-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-panel-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_example-glucose-panel\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation example-glucose-panel</b></p><a name=\"example-glucose-panel\"> </a><a name=\"hcexample-glucose-panel\"> </a><a name=\"example-glucose-panel-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-Observation-panel-my-core.html\">Observation Panel (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41653-7}\">Glucose panel</span></p><p><b>subject</b>: <code>Patient/urn:uuid:00000001-0001-0001-0001-000000000001</code></p><p><b>encounter</b>: <code>Encounter/urn:uuid:00000001-0001-0001-0002-000000000001</code></p><p><b>effective</b>: 2023-01-01 08:00:00+0800</p><p><b>issued</b>: 2023-01-01 08:00:00+0800</p><p><b>performer</b>: Saifuldaulah Bin Mohd Hafiz Ngoo (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/81751)</p><p><b>hasMember</b>: </p><ul><li><code>Observation/urn:uuid:00000013-0005-0005-0005-000000000002</code></li><li><code>Observation/urn:uuid:00000013-0005-0005-0005-000000000003</code></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:41653-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41653-7" ] ;
fhir:display [ fhir:v "Glucose panel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/urn:uuid:00000001-0001-0001-0001-000000000001" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/urn:uuid:00000001-0001-0001-0002-000000000001" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "81751" ] ] ;
fhir:display [ fhir:v "Saifuldaulah Bin Mohd Hafiz Ngoo" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/urn:uuid:00000013-0005-0005-0005-000000000002" ]
] [
fhir:reference [ fhir:v "Observation/urn:uuid:00000013-0005-0005-0005-000000000003" ]
] ) . #
<urn:uuid:00000013-0005-0005-0005-000000000002> a fhir:Observation ;
fhir:id [ fhir:v "example-fasting-glucose"] ; #
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/Observation-fasting-glucose-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-fasting-glucose-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_example-fasting-glucose\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation example-fasting-glucose</b></p><a name=\"example-fasting-glucose\"> </a><a name=\"hcexample-fasting-glucose\"> </a><a name=\"example-fasting-glucose-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-Observation-fasting-glucose-my-core.html\">Observation Fasting Glucose (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 271062006}\">Fasting blood glucose</span></p><p><b>subject</b>: <code>Patient/urn:uuid:00000001-0001-0001-0001-000000000001</code></p><p><b>encounter</b>: <code>Encounter/urn:uuid:00000001-0001-0001-0002-000000000001</code></p><p><b>effective</b>: 2023-01-01 08:00:00+0800</p><p><b>issued</b>: 2023-01-01 08:00:00+0800</p><p><b>performer</b>: Saifuldaulah Bin Mohd Hafiz Ngoo (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/81751)</p><p><b>value</b>: 6 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:271062006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271062006" ] ;
fhir:display [ fhir:v "Fasting blood glucose" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/urn:uuid:00000001-0001-0001-0001-000000000001" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/urn:uuid:00000001-0001-0001-0002-000000000001" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "81751" ] ] ;
fhir:display [ fhir:v "Saifuldaulah Bin Mohd Hafiz Ngoo" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmol/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mmol/L" ]
] . #
<urn:uuid:00000013-0005-0005-0005-000000000003> a fhir:Observation ;
fhir:id [ fhir:v "example-random-glucose"] ; #
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/Observation-random-glucose-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-random-glucose-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_example-random-glucose\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation example-random-glucose</b></p><a name=\"example-random-glucose\"> </a><a name=\"hcexample-random-glucose\"> </a><a name=\"example-random-glucose-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-Observation-random-glucose-my-core.html\">Observation Random Glucose (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 271061004}\">Random blood glucose</span></p><p><b>subject</b>: <code>Patient/urn:uuid:00000001-0001-0001-0001-000000000001</code></p><p><b>encounter</b>: <code>Encounter/urn:uuid:00000001-0001-0001-0002-000000000001</code></p><p><b>effective</b>: 2023-01-01 08:00:00+0800</p><p><b>issued</b>: 2023-01-01 08:00:00+0800</p><p><b>performer</b>: Saifuldaulah Bin Mohd Hafiz Ngoo (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/81751)</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 166891009}\">Low</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:271061004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271061004" ] ;
fhir:display [ fhir:v "Random blood glucose" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/urn:uuid:00000001-0001-0001-0001-000000000001" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/urn:uuid:00000001-0001-0001-0002-000000000001" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2023-01-01T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "81751" ] ] ;
fhir:display [ fhir:v "Saifuldaulah Bin Mohd Hafiz Ngoo" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:166891009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "166891009" ] ;
fhir:display [ fhir:v "Low" ] ] )
] . #
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