HL7 FHIR Malaysia Core (MY Core) Implementation Guide
1.1.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-bundle-scheduling-no-id - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-bundle-scheduling-no-id"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:00000001-0001-0001-0001-000000000001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:00000001-0001-0001-0001-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Schedule/schedule-sample-scheduling-no-id"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:00000001-0001-0001-0002-000000000001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:00000001-0001-0001-0002-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Slot/slot-sample-scheduling-no-id"^^xsd:anyURI ]     ]
  ] ) . # 

<urn:uuid:00000001-0001-0001-0001-000000000001> a fhir:Schedule ;
  fhir:id [ fhir:v "schedule-sample-scheduling-no-id"] ; # 
  fhir:meta [
fhir:source [ fhir:v "sample"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Schedule-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Schedule-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Schedule_schedule-sample-scheduling-no-id\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Schedule schedule-sample-scheduling-no-id</b></p><a name=\"schedule-sample-scheduling-no-id\"> </a><a name=\"hcschedule-sample-scheduling-no-id\"> </a><a name=\"schedule-sample-scheduling-no-id-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-Schedule-my-core.html\">Schedule (MY Core)</a></p></div><p><b>ExtensionScheduleType (MY Core)</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core internal}\">Internal</span></p><blockquote><p><b>ExtensionAudit (MY Core)</b></p><ul><li>recorder: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</li><li>recordedDate: 2023-05-12 11:20:31+0800</li><li>lastUpdater: Arumugan A/L Aryan (Identifier: <code>http://fhir.hie.moh.gov.my/sid/mmc-no</code>/12345)</li></ul></blockquote><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/batch-id</code>/schedule-id-123</p><p><b>active</b>: true</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 03}\">Outpatient</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>actor</b>: </p><ul><li><a href=\"HealthcareService/fe5dba17-00d9-474c-90a6-71901c66ecfc\">Family Health</a></li><li>BILIK RAWATAN 2</li></ul><p><b>planningHorizon</b>: 2023-05-15 11:00:00+0800 --&gt; 2023-05-15 17:00:00+0800</p><p><b>comment</b>: HTJ-KLINIK KELUARGA</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/schedule-type-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( 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:extension [
fhir:url [ fhir:v "recorder"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]         ] ;
fhir:display [ fhir:v "Arumugan A/L Aryan" ]       ]     ] [
fhir:url [ fhir:v "recordedDate"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2023-05-12T11:20:31+08:00"^^xsd:dateTime       ]     ] [
fhir:url [ fhir:v "lastUpdater"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/mmc-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]         ] ;
fhir:display [ fhir:v "Arumugan A/L Aryan" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/batch-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "schedule-id-123" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  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 "03" ] ;
fhir:display [ fhir:v "Outpatient" ]     ] )
  ] ) ; # 
  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:actor ( [
fhir:reference [ fhir:v "HealthcareService/fe5dba17-00d9-474c-90a6-71901c66ecfc" ] ;
fhir:type [ fhir:v "HealthcareService"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Family Health" ]
  ] [
fhir:type [ fhir:v "Location"^^xsd:anyURI ] ;
fhir:display [ fhir:v "BILIK RAWATAN 2" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2023-05-15T11:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-05-15T17:00:00+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:comment [ fhir:v "HTJ-KLINIK KELUARGA"] . # 

<urn:uuid:00000001-0001-0001-0002-000000000001> a fhir:Slot ;
  fhir:id [ fhir:v "slot-sample-scheduling-no-id"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-05-15T09:16:00.852+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "sample"^^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\"><a name=\"Slot_slot-sample-scheduling-no-id\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Slot slot-sample-scheduling-no-id</b></p><a name=\"slot-sample-scheduling-no-id\"> </a><a name=\"hcslot-sample-scheduling-no-id\"> </a><a name=\"slot-sample-scheduling-no-id-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\">Last updated: 2023-05-15 09:16:00+0800; </p><p style=\"margin-bottom: 0px\">Information Source: sample</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>quota: 10</li><li>available: 10</li></ul></blockquote><p><b>identifier</b>: HTJ-SLT-2300000102</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 03}\">Outpatient</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 public}\">Public</span></p><p><b>schedule</b>: <code>Schedule/urn:uuid:00000001-0001-0001-0001-000000000001</code></p><p><b>status</b>: Free</p><p><b>start</b>: 2023-05-15 11:00:00+0800</p><p><b>end</b>: 2023-05-15 17:00:00+0800</p><p><b>comment</b>: HTJ-KLINIK KELUARGA</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "quota"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "10"       ]     ] [
fhir:url [ fhir:v "available"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "10"       ]     ] ) ;
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-2300000102" ]
  ] ) ; # 
  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 "03" ] ;
fhir:display [ fhir:v "Outpatient" ]     ] )
  ] ) ; # 
  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 "public" ] ;
fhir:display [ fhir:v "Public" ]     ] )
  ] ; # 
  fhir:schedule [
fhir:reference [ fhir:v "Schedule/urn:uuid:00000001-0001-0001-0001-000000000001" ]
  ] ; # 
  fhir:status [ fhir:v "free"] ; # 
  fhir:start [ fhir:v "2023-05-15T11:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-05-15T17:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "HTJ-KLINIK KELUARGA"] . #