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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-diagnosticreport-lab-2"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-10-02T07:57:04.211+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://his@kkm.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/DiagnosticReport-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: DiagnosticReport example-diagnosticreport-lab-2</b></p><a name=\"example-diagnosticreport-lab-2\"> </a><a name=\"hcexample-diagnosticreport-lab-2\"> </a><a name=\"example-diagnosticreport-lab-2-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-10-02 07:57:04+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://his@kkm.moh.gov.my\">http://his@kkm.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-my-core.html\">DiagnosticReport (MY Core)</a></p></div><h2><span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/lab-my-core 58410-2}\">Full Blood Count (FBC)</span> (<span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 108252007}\">Laboratory Procedure</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2023-09-07 08:00:00+0800</td></tr><tr><td>Reported</td><td>2023-09-07 08:00:00+0800</td></tr><tr><td>Performers</td><td> SAIFULDAULAH BIN MOHD HAFIZ NGOO (Identifier: primary_performer) SAIFULDAULAH BIN MOHD HAFIZ NGOO (Identifier: verified_by) SAIFULDAULAH BIN MOHD HAFIZ NGOO (Identifier: validated_by)</td></tr><tr><td>Identifier</td><td> <code>http://fhir.hie.moh.gov.my/sid/barcode</code>/00000000example</td></tr></table><p><b>Report Details</b></p><p><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Performed Date</b>: 07-Sep-2023 08:00</p><p><b>Performer</b>: SAIFULDAULAH BIN MOHD HAFIZ NGOO</p><p><b>Full Blood Count (FBC)</b>: </p><ul><li><b>White Blood Cell Count (WBC)</b>: 16.9710*3/uL *High (4.078 - 11.370)</li><li><b>Red Blood Cell Count (RBC)</b>: 3.8510*6/uL *Low (4.53 - 5.95)</li><li><b>Hemoglobin (Hb)</b>: 10.7g/dL *Low (13.5 - 17.4)</li><li><b>Hematocrit (HCT)</b>: 20.5% *Low (40.1 - 50.6)</li><li><b>Mean Cell Volume (MCV)</b>: 53.2fL *High (26.9 - 32.3)</li><li><b>Mean Cell Haemoglobin (MCH)</b>: 17.4pg *Low (26.9 - 32.3)</li><li><b>Mean Cell Haemoglobin Concentration (MCHC)</b>: 32.7g/dL (31.9 - 35.3)</li><li><b>Platelet (Plt)</b>: 62610*3/uL *High (142 - 350)</li><li><b>Red Cell Distribution Width - SD</b>: </li><li><b>Red Cell Distribution Width - CV</b>: </li><li><b>Platelet Distribution Width</b>: </li><li><b>Mean Platelet Volume</b>: </li><li><b>Platelet Large Cell Ratio</b>: </li><li><b>Plateletcrit</b>: </li><li><b>Absolute Neutrophil</b>: 8.7510*3/uL *High (3.929 - 7.147)</li><li><b>Absolute Lymphocyte</b>: 6.4510*3/uL *High (1.847 - 4.807)</li><li><b>Absolute Monocyte</b>: (0.385 - 1.141)</li><li><b>Absolute Eosinophil</b>: (0.000 - 0.827)</li><li><b>Absolute Basophil</b>: 0.2010*3/uL *High (0.00 - 0.095)</li><li><b>Immature Granulocyte</b>: </li><li><b>Percentage of Neutrophil</b>: </li><li><b>Percentage of Lymphocyte</b>: </li><li><b>Percentage of Monocyte</b>: </li><li><b>Percentage of Eosinophil</b>: </li><li><b>Percentage of Basophil</b>: </li></ul></div></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/barcode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00000000example" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory Procedure" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/lab-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "Full Blood Count (FBC)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2023-09-07T08:00:00+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2023-09-07T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:identifier [
fhir:value [ fhir:v "primary_performer" ] ] ;
fhir:display [ fhir:v "SAIFULDAULAH BIN MOHD HAFIZ NGOO" ]
] [
fhir:identifier [
fhir:value [ fhir:v "verified_by" ] ] ;
fhir:display [ fhir:v "SAIFULDAULAH BIN MOHD HAFIZ NGOO" ]
] [
fhir:identifier [
fhir:value [ fhir:v "validated_by" ] ] ;
fhir:display [ fhir:v "SAIFULDAULAH BIN MOHD HAFIZ NGOO" ]
] ) ; #
fhir:conclusion [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Performed Date</b>: 07-Sep-2023 08:00</p><p><b>Performer</b>: SAIFULDAULAH BIN MOHD HAFIZ NGOO</p><p><b>Full Blood Count (FBC)</b>: </p><ul><li><b>White Blood Cell Count (WBC)</b>: 16.9710*3/uL *High (4.078 - 11.370)</li><li><b>Red Blood Cell Count (RBC)</b>: 3.8510*6/uL *Low (4.53 - 5.95)</li><li><b>Hemoglobin (Hb)</b>: 10.7g/dL *Low (13.5 - 17.4)</li><li><b>Hematocrit (HCT)</b>: 20.5% *Low (40.1 - 50.6)</li><li><b>Mean Cell Volume (MCV)</b>: 53.2fL *High (26.9 - 32.3)</li><li><b>Mean Cell Haemoglobin (MCH)</b>: 17.4pg *Low (26.9 - 32.3)</li><li><b>Mean Cell Haemoglobin Concentration (MCHC)</b>: 32.7g/dL (31.9 - 35.3)</li><li><b>Platelet (Plt)</b>: 62610*3/uL *High (142 - 350)</li><li><b>Red Cell Distribution Width - SD</b>: </li><li><b>Red Cell Distribution Width - CV</b>: </li><li><b>Platelet Distribution Width</b>: </li><li><b>Mean Platelet Volume</b>: </li><li><b>Platelet Large Cell Ratio</b>: </li><li><b>Plateletcrit</b>: </li><li><b>Absolute Neutrophil</b>: 8.7510*3/uL *High (3.929 - 7.147)</li><li><b>Absolute Lymphocyte</b>: 6.4510*3/uL *High (1.847 - 4.807)</li><li><b>Absolute Monocyte</b>: (0.385 - 1.141)</li><li><b>Absolute Eosinophil</b>: (0.000 - 0.827)</li><li><b>Absolute Basophil</b>: 0.2010*3/uL *High (0.00 - 0.095)</li><li><b>Immature Granulocyte</b>: </li><li><b>Percentage of Neutrophil</b>: </li><li><b>Percentage of Lymphocyte</b>: </li><li><b>Percentage of Monocyte</b>: </li><li><b>Percentage of Eosinophil</b>: </li><li><b>Percentage of Basophil</b>: </li></ul></div>"] . #
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