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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-bundle-imaging-order"] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
( fhir:resource [
a fhir:ServiceRequest ;
fhir:id [ fhir:v "sr-imaging-sample" ] ;
fhir:meta [
fhir:source [ fhir:v "sample"^^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\"><a name=\"ServiceRequest_sr-imaging-sample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest sr-imaging-sample</b></p><a name=\"sr-imaging-sample\"> </a><a name=\"hcsr-imaging-sample\"> </a><a name=\"sr-imaging-sample-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: sample</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>/imaging-sample-identifier</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core 363679005}\">Imaging</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core 01}\">GENERAL RADIOGRAPHY</span>, <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core 004}\">CHEST</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core 005}\">CHEST</span></p><p><b>subject</b>: <a href=\"Patient/sample-patient\">Patient/sample-patient</a></p><p><b>encounter</b>: <a href=\"Encounter/sample-encounter\">Encounter/sample-encounter</a></p><p><b>authoredOn</b>: 2023-11-20 12:23:29+0800</p><p><b>requester</b>: HAIRUL NISA' BINTI MD AZMI</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>: <a href=\"Organization/11-03010481\">HOSPITAL BACHOK</a></p><p><b>supportingInfo</b>: <a href=\"ImagingStudy/XR0000002097\">ImagingStudy/XR0000002097</a></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 "imaging-sample-identifier" ] ] ) ;
fhir:status [ fhir:v "completed" ] ;
fhir:intent [ fhir:v "order" ] ;
( 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 "363679005" ] ;
fhir:display [ fhir:v "Imaging" ] ] ) ] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "GENERAL RADIOGRAPHY" ] ] ) ] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "004" ] ;
fhir:display [ fhir:v "CHEST" ] ] ) ] ) ;
fhir:priority [ fhir:v "routine" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "005" ] ;
fhir:display [ fhir:v "CHEST" ] ] ) ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/sample-patient" ] ] ;
fhir:encounter [
fhir:reference [ fhir:v "Encounter/sample-encounter" ] ] ;
fhir:authoredOn [ fhir:v "2023-11-20T12:23:29+08:00"^^xsd:dateTime ] ;
fhir:requester [
fhir:display [ fhir:v "HAIRUL NISA' BINTI MD AZMI" ] ] ;
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 "Organization/11-03010481" ] ;
fhir:display [ fhir:v "HOSPITAL BACHOK" ] ] ) ;
( fhir:supportingInfo [
fhir:reference [ fhir:v "ImagingStudy/XR0000002097" ] ] ) ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "ServiceRequest/sr-imaging-sample"^^xsd:anyURI ] ]
] [
( fhir:resource [
a fhir:ImagingStudy ;
fhir:id [ fhir:v "imagingstudy-sample" ] ;
fhir:meta [
fhir:source [ fhir:v "sample"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/ImagingStudy-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/ImagingStudy-my-core> ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ImagingStudy_imagingstudy-sample\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy imagingstudy-sample</b></p><a name=\"imagingstudy-sample\"> </a><a name=\"hcimagingstudy-sample\"> </a><a name=\"imagingstudy-sample-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: sample</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImagingStudy-my-core.html\">ImagingStudy (MY Core)</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/XR000000</p><p><b>status</b>: Registered</p><p><b>modality</b>: <a href=\"CodeSystem-code-system-imaging-modality-my-core.html#code-system-imaging-modality-my-core-01\">CodeSystemImagingModality (MY Core) 01</a>: GENERAL RADIOGRAPHY</p><p><b>subject</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Patient_patient-sample\">Bundle: type = transaction</a></p><p><b>encounter</b>: <a href=\"Bundle-example-bundle-encounter-summary.html#Encounter_encounter-sample\">Bundle: type = transaction</a></p><p><b>basedOn</b>: <a href=\"Bundle-example-bundle-imaging-order.html#ServiceRequest_sr-imaging-sample\">Bundle: type = transaction</a></p><p><b>numberOfSeries</b>: 0</p><p><b>numberOfInstances</b>: 0</p></div>"^^rdf:XMLLiteral ] ;
( fhir:identifier [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "XR000000" ] ] ) ;
fhir:status [ fhir:v "registered" ] ;
( fhir:modality [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "GENERAL RADIOGRAPHY" ] ] ) ;
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-sample" ] ] ;
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-sample" ] ] ;
( fhir:basedOn [
fhir:reference [ fhir:v "ServiceRequest/sr-imaging-sample" ] ] ) ;
fhir:numberOfSeries [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:numberOfInstances [ fhir:v "0"^^xsd:nonNegativeInteger ] ] ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "ImagingStudy/imagingstudy-sample"^^xsd:anyURI ] ]
] ) . #
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