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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-observation-pekab40-vs-systolicbp-single"] ; #
fhir:meta [
fhir:source [ fhir:v "http://pekab40.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-systolic-bp-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-systolic-bp-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: Observation example-observation-pekab40-vs-systolicbp-single</b></p><a name=\"example-observation-pekab40-vs-systolicbp-single\"> </a><a name=\"hcexample-observation-pekab40-vs-systolicbp-single\"> </a><a name=\"example-observation-pekab40-vs-systolicbp-single-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://pekab40.moh.gov.my\">http://pekab40.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-systolic-bp-my-core.html\">ObservationSystolicBp (MY Core)</a></p></div><p><b>identifier</b>: pekab40-vs-systolicbp-single</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">systolic BP</span></p><p><b>subject</b>: <a href=\"Patient/example-NHSI-patient\">Patient/example-NHSI-patient</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-pekab40.html\">Encounter: identifier = http://fhir.hie.moh.gov.my/sid/encounter-id#HTJ-ENC-2211000036; status = finished; class = Outpatient (CodeSystemEncounterClass (MY Core)#AMB); type = General Family Medicine; serviceType = Outpatient; priority = Routine; period = 2022-11-30 08:45:00+0800 --> 2022-11-30 12:00:00+0800</a></p><p><b>effective</b>: 2022-06-25 10:30:20+0800</p><p><b>issued</b>: 2022-06-25 10:30:20+0800</p><p><b>performer</b>: Sn Saleha</p><p><b>value</b>: 80 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8357-6}\">Blood pressure method</span></p><p><b>value</b>: standing</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41904-4}\">Measurement site</span></p><p><b>value</b>: Left arm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8358-4}\">Device cuff size</span></p><p><b>value</b>: medium</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41901-0}\">Type of device</span></p><p><b>value</b>: mobile machine</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "pekab40-vs-systolicbp-single" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "systolic BP" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-NHSI-patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example-encounter-pekab40" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2022-06-25T10:30:20.000+08:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2022-06-25T10:30:20.000+08:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:display [ fhir:v "Sn Saleha" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mm[Hg]" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8357-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8357-6" ] ;
fhir:display [ fhir:v "Blood pressure method" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "standing" ]
] [
fhir:code [
( fhir:coding [
a loinc:41904-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41904-4" ] ;
fhir:display [ fhir:v "Measurement site" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "Left arm" ]
] [
fhir:code [
( fhir:coding [
a loinc:8358-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8358-4" ] ;
fhir:display [ fhir:v "Device cuff size" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "medium" ]
] [
fhir:code [
( fhir:coding [
a loinc:41901-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41901-0" ] ;
fhir:display [ fhir:v "Type of device" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "mobile machine" ]
] ) . #
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