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"] ; #
fhir:meta [
fhir:versionId [ fhir:v "13" ] ;
fhir:lastUpdated [ fhir:v "2022-09-14T21:52:04.258+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#DkexoxqJmlqB2lwM"^^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</b></p><a name=\"example-servicerequest\"> </a><a name=\"hcexample-servicerequest\"> </a><a name=\"example-servicerequest-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: 13; Last updated: 2022-09-14 21:52:04+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#DkexoxqJmlqB2lwM\">http://provider.hie.moh.gov.my#DkexoxqJmlqB2lwM</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-my-core.html\">ServiceRequest (MY Core)</a></p></div><p><b>identifier</b>: REF-01</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</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/7842c301-2870-49f9-a7c9-5ac6b6c1b032\">Patient/7842c301-2870-49f9-a7c9-5ac6b6c1b032</a></p><p><b>encounter</b>: <a href=\"Encounter/0395f145-912e-49d4-8e53-5becbf0a5f32\">Encounter/0395f145-912e-49d4-8e53-5becbf0a5f32</a></p><p><b>authoredOn</b>: 2022-08-30 08:00:46+0800</p><p><b>requester</b>: <a href=\"PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba\">PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba</a></p><p><b>performerType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core internal}\">Internal</span></p><p><b>performer</b>: </p><ul><li><a href=\"HealthcareService/e05e8ce4-707b-4d1f-ba56-2b663e689669\">HealthcareService/e05e8ce4-707b-4d1f-ba56-2b663e689669</a></li><li><a href=\"Organization/11-05060009\">Organization/11-05060009</a></li><li>Dr Alamin</li></ul><p><b>reasonCode</b>: <span title=\"Codes:\">'Referral Reason' entry goes here</span></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition/fb3b4a8c-31d0-4173-91f2-8726ae4b6f07\">'Diagnosis' value reference from Condition.code.text and store here</a></li><li><a href=\"Condition/9a959939-1c63-48fb-8b0c-174e4e5ebb0b\">e.g. of diagnosis 2</a></li></ul><p><b>supportingInfo</b>: <a href=\"Appointment/0e761c60-17a1-4ae6-a1f9-ebae45d2a0fe\">Appointment/0e761c60-17a1-4ae6-a1f9-ebae45d2a0fe</a></p><p><b>note</b>: 'Entry' entry is stored here. Use a HTML entry box</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "REF-01" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "proposal"] ; #
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/7842c301-2870-49f9-a7c9-5ac6b6c1b032" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/0395f145-912e-49d4-8e53-5becbf0a5f32" ]
] ; #
fhir:authoredOn [ fhir:v "2022-08-30T08:00:46.838+08:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/cd16e0cb-3e0f-43bb-9197-901f5daff3ba" ]
] ; #
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 "internal" ] ;
fhir:display [ fhir:v "Internal" ] ] )
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "HealthcareService/e05e8ce4-707b-4d1f-ba56-2b663e689669" ]
] [
fhir:reference [ fhir:v "Organization/11-05060009" ]
] [
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Dr Alamin" ]
] ) ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "'Referral Reason' entry goes here" ]
] ) ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/fb3b4a8c-31d0-4173-91f2-8726ae4b6f07" ] ;
fhir:display [ fhir:v "'Diagnosis' value reference from Condition.code.text and store here" ]
] [
fhir:reference [ fhir:v "Condition/9a959939-1c63-48fb-8b0c-174e4e5ebb0b" ] ;
fhir:display [ fhir:v "e.g. of diagnosis 2" ]
] ) ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "Appointment/0e761c60-17a1-4ae6-a1f9-ebae45d2a0fe" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "'Entry' entry is stored here. Use a HTML entry box" ]
] ) . #
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