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:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-appointment"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2022-09-26T02:20:47.904+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#h7hBXS7SKx69jrLs"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Appointment-my-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment example-appointment</b></p><a name=\"example-appointment\"> </a><a name=\"hcexample-appointment\"> </a><a name=\"example-appointment-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: 3; Last updated: 2022-09-26 02:20:47+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#h7hBXS7SKx69jrLs\">http://provider.hie.moh.gov.my#h7hBXS7SKx69jrLs</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Appointment-my-core.html\">Appointment (MY Core)</a></p></div><blockquote><p><b>ExtensionSimpleRegister (MY Core)</b></p><ul><li>name: BALQIS</li><li>identifier: 000119141214</li><li>gender: female</li><li>telecom: ph: 0132256487,<a href=\"mailto:balqis@gmail.com\">balqis@gmail.com</a></li><li>birthDate: 2000-01-19</li><li>age: 22</li></ul></blockquote><p><b>status</b>: Fulfilled</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core AMB}\">Outpatient</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core 10}\">Outpatient HC</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 86}\">Addiction & Substance Abuse</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core internal}\">Internal</span></p><p><b>start</b>: 2022-09-23 09:00:00+0800</p><p><b>end</b>: 2022-09-23 17:00:00+0800</p><p><b>slot</b>: <a href=\"Slot/79adda31-2fe5-431c-9783-4dbaf6d25a86\">Slot/79adda31-2fe5-431c-9783-4dbaf6d25a86</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService/21ca5ecf-a548-4a50-bb65-f332da1c51ba\">Addiction & Substance Abuse</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/1bf0acf5-2de4-45c9-b64d-a0be8fc7648c\">BALQIS</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2022-09-23 09:00:00+0800 --> 2022-09-23 17:00:00+0800</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "BALQIS" ] ] [
fhir:url [ fhir:v "identifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "000119141214" ] ] [
fhir:url [ fhir:v "gender"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "female" ] ] [
fhir:url [ fhir:v "telecom"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0132256487" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "balqis@gmail.com" ] ] ) ] ] [
fhir:url [ fhir:v "birthDate"^^xsd:anyURI ] ;
fhir:value [
a fhir:date ;
fhir:v "2000-01-19"^^xsd:date ] ] [
fhir:url [ fhir:v "age"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "22" ] ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/simple-register-my-core"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "fulfilled"] ; #
fhir:serviceCategory ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "Outpatient" ] ] )
] ) ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Outpatient HC" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86" ] ;
fhir:display [ fhir:v "Addiction & Substance Abuse" ] ] )
] ) ; #
fhir:appointmentType [
( 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:start [ fhir:v "2022-09-23T09:00:00+08:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2022-09-23T17:00:00+08:00"^^xsd:dateTime] ; #
fhir:slot ( [
fhir:reference [ fhir:v "Slot/79adda31-2fe5-431c-9783-4dbaf6d25a86" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/21ca5ecf-a548-4a50-bb65-f332da1c51ba" ] ;
fhir:type [ fhir:v "HealthcareService"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Addiction & Substance Abuse" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Patient/1bf0acf5-2de4-45c9-b64d-a0be8fc7648c" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BALQIS" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) ; #
fhir:requestedPeriod ( [
fhir:start [ fhir:v "2022-09-23T09:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-09-23T17:00:00+08:00"^^xsd:dateTime ]
] ) . #
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