HL7 FHIR Malaysia Core (MY Core) Implementation Guide
1.1.0 - ci-build
HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v1.1.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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-composition-health-screening-nhsi"] ; #
fhir:meta [
fhir:source [ fhir:v "http://example.com"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Composition-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Composition-my-core> ] [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Composition-health-screening-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Composition-health-screening-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: Composition example-composition-health-screening-nhsi</b></p><a name=\"example-composition-health-screening-nhsi\"> </a><a name=\"hcexample-composition-health-screening-nhsi\"> </a><a name=\"example-composition-health-screening-nhsi-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://example.com\">http://example.com</a></p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-Composition-my-core.html\">Composition (MY Core)</a>, <a href=\"StructureDefinition-Composition-health-screening-my-core.html\">Composition Health Screening (MY Core)</a></p></div><p><b>identifier</b>: hs-123</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64285-0}\">Medical history screening form</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LP199484-9}\">Form</span></p><p><b>encounter</b>: <a href=\"Encounter/1ed9f4c0-69a9-4cf3-abd7-27d27943ee3d\">Encounter/1ed9f4c0-69a9-4cf3-abd7-27d27943ee3d</a></p><p><b>date</b>: 2024-07-18 08:00:00+0800</p><p><b>author</b>: Saifuldaulah Bin Mohd Hafiz Ngoo</p><p><b>title</b>: Example Composition NHSI health screening</p><p><b>confidentiality</b>: normal</p><p><b>custodian</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 64285-0}\">Medical history screening form</span></td><td>2024-07-18 08:00:00+0800 --> (ongoing)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier [
fhir:value [ fhir:v "hs-123" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:64285-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64285-0" ] ;
fhir:display [ fhir:v "Medical history screening form" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP199484-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP199484-9" ] ;
fhir:display [ fhir:v "Form" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-placeholder" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/1ed9f4c0-69a9-4cf3-abd7-27d27943ee3d" ]
] ; #
fhir:date [ fhir:v "2024-07-18T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Saifuldaulah Bin Mohd Hafiz Ngoo" ]
] ) ; #
fhir:title [ fhir:v "Example Composition NHSI health screening"] ; #
fhir:confidentiality [ fhir:v "N"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/11-05060009" ]
] ; #
fhir:event ( [
( fhir:code [
( fhir:coding [
a loinc:64285-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64285-0" ] ;
fhir:display [ fhir:v "Medical history screening form" ] ] ) ] ) ;
fhir:period [
fhir:start [ fhir:v "2024-07-18T08:00:00+08:00"^^xsd:dateTime ] ]
] ) ; #
fhir:section ( [
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th>Status</th><th>Name</th><th>Category</th><th>Onset</th><th>Abatement</th></tr><tr><td>active</td><td>Pneumonia</td><td>Encounter Diagnosis</td><td>2024-07-01</td><td>2024-07-17</td></tr><tr><td>active</td><td><div><div>Essential hypertension</div></div></td><td>Comorbidities</td><td>N/A</td><td>N/A</td></tr><tr><td>active</td><td><div><div>Type 2 diabetes mellitus</div></div></td><td>Comorbidities</td><td>N/A</td><td>N/A</td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/ca211a37-a7b9-42f7-a853-70cbb2f8f295" ] ] [
fhir:reference [ fhir:v "Condition/3051480c-2a46-4818-b4dc-57de6159e3d8" ] ] [
fhir:reference [ fhir:v "Condition/bb5460e7-cf4e-4799-8724-07f531dfa984" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th>Parameter</th><th>Value</th><th>Unit</th></tr><tr><td>Respiratory Rate</td><td>16</td><td>/bpm</td></tr><tr><td>Oxygen Saturation</td><td>94</td><td>%</td></tr><tr><td>Heart Rate</td><td>60</td><td>/bpm</td></tr><tr><td>Systolic Blood Pressure</td><td>80</td><td>mmHg</td></tr><tr><td>Diastolic Blood Pressure</td><td>60</td><td>mmHg</td></tr><tr><td>Temperature</td><td><div><div>31</div></div></td><td>'C</td></tr><tr><td>Pain Score</td><td>8</td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/urn:uuid:00000011-0001-0001-0003-000000000001" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:55418-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55418-8" ] ;
fhir:display [ fhir:v "Anthropometry" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th>Parameter</th><th>Value</th><th>Unit</th></tr><tr><td>Height</td><td>168</td><td>cm</td></tr><tr><td>Weight</td><td>55</td><td>kg</td></tr><tr><td>BMI</td><td>19.5</td><td><div><div>kg/m2</div></div></td></tr><tr><td>Waist Circumference</td><td>28</td><td>cm</td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/urn:uuid:00000011-0001-0001-0004-000000000001" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:72166-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72166-2" ] ;
fhir:display [ fhir:v "Smoking History" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Smoking Status</td><td>true</td></tr><tr><td>Lifetime smoking use</td><td>15 years</td></tr><tr><td>Date quit smoking</td><td>19/7/2024</td></tr></tbody><tfoot><tr><td>Smoking device</td><td>Cigarette</td></tr><tr><td>Smoking history</td><td>Patient has been smoking for the past 15 years, have plan to quit now</td></tr></tfoot></table></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/f1ac639e-052f-4d2f-a7dc-ebb6eb0334f2" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:74013-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74013-4" ] ;
fhir:display [ fhir:v "Alcohol Use History" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Authored Date</b>: 19-Jul-2024</p><p><b>Author</b>: SAIFULDAULAH BIN MOHD HAFIZ NGOO</p><blockquote><b>Please select your gender</b>: male<br/><br/><b>How often do you have a drink containing alcohol?</b>: Monthly or less<br/><br/><b>How many standard drinks containing alcohol do you have on a typical day when drinking?</b>: 3 or 4<br/><br/><b>How often do you have six or more drinks on one occasion?</b>: Less than monthly<br/><br/><b>During the past year, how often have you found that you were not able to stop drinking once you had started?</b>: Less than monthly<br/><br/><b>During the past year, how often have you failed to do what was normally expected of you because of drinking?</b>: Weekly<br/><br/><b>During the past year, how often have you needed a drink in the morning to get yourself going after a heavy drinking session?</b>: Weekly<br/><br/><b>During the past year, how often have you had a feeling of guilt or remorse after drinking?</b>: Monthly<br/><br/><b>During the past year, how often have you been unable to remember what happened the night before because you had been drinking?</b>: Monthly<br/><br/><b>Have you or someone else been injured as a result of your drinking?</b>: Yes, during the past year<br/><br/><b>Has a relative or friend, doctor or other health worker been concerned about your drinking or suggested you cut down?</b>: Yes, but not in the past year<br/><br/><b>Total score [AUDIT]</b>: 20<br/><b>Outcome Summary [AUDIT]</b>: Likelihood of alcohol dependence (moderate-severe alcohol use disorder)<br/></blockquote></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "QuestionnaireResponse/e2fd5c67-c11d-4300-a113-8880116aba18" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Lab diagnostic Report" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th>Performed</th><th>Test</th><th>Conclusion</th></tr><tr><td><div><div>2024-07-01T12:25:35+08:00</div></div></td><td><div><div>Hemoglobin A1c/Hemoglobin.total (HbA1c)</div></div></td><td>7.2%</td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "DiagnosticReport/urn:uuid:00000111-0001-0001-0003-000000000001" ] ] )
] ) . #
IG © 2022+ MHNexus Sdn Bhd. Package MyCore#1.1.0 based on FHIR 4.0.1. Generated 2025-02-26
Links: Table of Contents |
QA Report