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

: example-slot - TTL Representation

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Slot ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-slot"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-09-26T06:12:43.410+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Slot-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Slot-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: Slot example-slot</b></p><a name=\"example-slot\"> </a><a name=\"hcexample-slot\"> </a><a name=\"example-slot-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: 1; Last updated: 2022-09-26 06:12:43+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ\">http://cprchospital.moh.gov.my#mPZE0WRRslihjIDQ</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Slot-my-core.html\">Slot (MY Core)</a></p></div><blockquote><p><b>ExtensionSlotQuota (MY Core)</b></p><ul><li>available: 5</li><li>quota: 5</li></ul></blockquote><p><b>identifier</b>: HTJ-SLT-2200000005</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://snomed.info/sct 46111000}\">Secondary care</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-my-core 22232009}\">Hospital</span></p><p><b>specialty</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core 02}\">General Medicine</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>schedule</b>: <a href=\"Schedule/2f994245-45cd-4d77-ad7c-40240924705a\">Schedule/2f994245-45cd-4d77-ad7c-40240924705a</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2022-09-30 08:30:00+0800</p><p><b>end</b>: 2022-09-30 16:30:00+0800</p><p><b>comment</b>: TESTING</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "available"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "5"       ]     ] [
fhir:url [ fhir:v "quota"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "5"       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/slot-quota-my-core"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "HTJ-SLT-2200000005" ]
  ] ) ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
a sct:46111000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46111000" ] ;
fhir:display [ fhir:v "Secondary care" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/secondary-care-type-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22232009" ] ;
fhir:display [ fhir:v "Hospital" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "General Medicine" ]     ] )
  ] ) ; # 
  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:schedule [
fhir:reference [ fhir:v "Schedule/2f994245-45cd-4d77-ad7c-40240924705a" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2022-09-30T08:30:00.000+08:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2022-09-30T16:30:00.000+08:00"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "TESTING"] . #