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-healthcareservice - 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:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-healthcareservice"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-09-29T01:41:55.318+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/HealthcareService-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/HealthcareService-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: HealthcareService example-healthcareservice</b></p><a name=\"example-healthcareservice\"> </a><a name=\"hcexample-healthcareservice\"> </a><a name=\"example-healthcareservice-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: 2; Last updated: 2022-09-29 01:41:55+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn\">http://provider.hie.moh.gov.my#fBFuoM0xgFTn52vn</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HealthcareService-my-core.html\">HealthcareService (MY Core)</a></p></div><p><b>ExtensionPublicBooking (MY Core)</b>: true</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization/11-05040012\">Organization/11-05040012</a></p><p><b>category</b>: <span title=\"Codes:{http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core AMB}\">Outpatient</span></p><p><b>type</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 552}\">Primary Oral Health Care</span></p><p><b>name</b>: Primary Oral Health Care</p><p><b>appointmentRequired</b>: true</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/public-booking-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "true"^^xsd:boolean     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/11-05040012" ]
  ] ; # 
  fhir:category ( [
    ( 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:type ( [
    ( 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 "552" ] ;
fhir:display [ fhir:v "Primary Oral Health Care" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Primary Oral Health Care"] ; # 
  fhir:appointmentRequired [ fhir:v "true"^^xsd:boolean] . #