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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-servicerequest-referral"] ; #
fhir:meta [
fhir:source [ fhir:v "Postman"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-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: ServiceRequest example-servicerequest-referral</b></p><a name=\"example-servicerequest-referral\"> </a><a name=\"hcexample-servicerequest-referral\"> </a><a name=\"example-servicerequest-referral-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: Postman</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-my-core.html\">ServiceRequest (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/service-request-id</code>/REF-21</p><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 3457005}\">Patient referral</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient/ROS-21\">Patient/ROS-21</a></p><p><b>encounter</b>: <a href=\"Encounter/ROS-ENC-21\">Encounter/ROS-ENC-21</a></p><p><b>authoredOn</b>: 2022-11-24 17:05:31+0800</p><p><b>requester</b>: <a href=\"Organization/11-05060009\">SAIFULDAULAH BIN MOHD HAFIZ NGOO</a></p><p><b>performerType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core affiliate}\">Affiliate</span></p><p><b>performer</b>: </p><ul><li><a href=\"HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257\">Primary Oral Health Care</a></li><li><a href=\"Organization/11-05040012\">HOSPITAL PORT DICKSON</a></li><li>Dr Hawa</li></ul><p><b>reasonCode</b>: <span title=\"Codes:\"><p>Referral Reason goes here</p></span></p><p><b>note</b>: <p>Entry Note goes here</p></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/service-request-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "REF-21" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "directive"] ; #
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 "3457005" ] ;
fhir:display [ fhir:v "Patient referral" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ROS-21" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/ROS-ENC-21" ]
] ; #
fhir:authoredOn [ fhir:v "2022-11-24T17:05:31+08:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/11-05060009" ] ;
fhir:display [ fhir:v "SAIFULDAULAH BIN MOHD HAFIZ NGOO" ]
] ; #
fhir:performerType [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "affiliate" ] ;
fhir:display [ fhir:v "Affiliate" ] ] )
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "HealthcareService/8b48bb07-d59a-4ebd-8930-548a8114e257" ] ;
fhir:type [ fhir:v "HealthcareService"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Primary Oral Health Care" ]
] [
fhir:reference [ fhir:v "Organization/11-05040012" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "HOSPITAL PORT DICKSON" ]
] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Dr Hawa" ]
] ) ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "<p>Referral Reason goes here</p>" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "<p>Entry Note goes here</p>" ]
] ) . #
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