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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-encounter-pekab40"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-01-11T06:46:02.152+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://peka40.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-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: Encounter example-encounter-pekab40</b></p><a name=\"example-encounter-pekab40\"> </a><a name=\"hcexample-encounter-pekab40\"> </a><a name=\"example-encounter-pekab40-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: 2023-01-11 06:46:02+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://peka40.moh.gov.my\">http://peka40.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-my-core.html\">Encounter (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/encounter-id</code>/HTJ-ENC-2211000036</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-code-system-encounter-class-my-core.html#code-system-encounter-class-my-core-AMB\">CodeSystemEncounterClass (MY Core) AMB</a>: Outpatient</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 146}\">General Family Medicine</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core 03}\">Outpatient</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Routine</span></p><p><b>subject</b>: <a href=\"Patient/ROS-21\">Patient/ROS-21</a></p><p><b>period</b>: 2022-11-30 08:45:00+0800 --> 2022-11-30 12:00:00+0800</p><p><b>serviceProvider</b>: <a href=\"Organization/11-05060009\">Organization/11-05060009</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/encounter-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HTJ-ENC-2211000036" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
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:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "146" ] ;
fhir:display [ fhir:v "General Family Medicine" ] ] )
] ) ; #
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 "03" ] ;
fhir:display [ fhir:v "Outpatient" ] ] )
] ; #
fhir:priority [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Routine" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ROS-21" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2022-11-30T08:45:00.000+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-11-30T12:00:00.000+08:00"^^xsd:dateTime ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/11-05060009" ]
] . #
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