臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ballot

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 牙醫-醫事人員角色範例 - 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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Dental-practitionerrole-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://dental-ig.fhir.tw/StructureDefinition/PractitionerRole-twdental"^^xsd:anyURI ;
fhir:link <http://dental-ig.fhir.tw/StructureDefinition/PractitionerRole-twdental>     ] )
  ] ; # 
  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: PractitionerRole Dental-practitionerrole-example</b></p><a name=\"Dental-practitionerrole-example\"> </a><a name=\"hcDental-practitionerrole-example\"> </a><a name=\"Dental-practitionerrole-example-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\">Profile: <a href=\"StructureDefinition-PractitionerRole-twdental.html\">牙醫-醫事人員角色</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師(official)</a></p><p><b>organization</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-specialty dent}\">Dentist</span></p><p><b>telecom</b>: ph: 02-12345678#123</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Dental-practitioner-example" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/Dental-organization-example" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "doctor" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-specialty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dent" ] ;
fhir:display [ fhir:v "Dentist" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-12345678#123" ]
  ] ) ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] ) . #