臺灣牙醫實作指引 (Taiwan Dental Implementation Guide), published by 金屬工業研究發展中心. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWDental_IG_Build/ and changes regularly. 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Dental-practitioner-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental"^^xsd:anyURI ;
fhir:link <http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Dental-practitioner-example</b></p><a name=\"Dental-practitioner-example\"> </a><a name=\"hcDental-practitioner-example\"> </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-Practitioner-twdental.html\">牙醫-醫事人員</a></p></div><p><b>identifier</b>: National unique individual identifier/B123456789, Medical License number/12345</p><p><b>name</b>: 李醫師</p><p><b>telecom</b>: ph: 0934-567-890</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://mohw.gov.tw/dental</code>/D12345</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td><td>2010-01-01 --> (ongoing)</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ] ) ;
fhir:text [ fhir:v "National unique individual identifier" ] ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "B123456789" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ] ] ) ;
fhir:text [ fhir:v "Medical License number" ] ] ;
fhir:system [ fhir:v "http://mohw.gov.tw/license"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:name ( [
fhir:text [ fhir:v "李醫師" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0934-567-890" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:qualification ( [
( fhir:identifier [
fhir:system [ fhir:v "http://mohw.gov.tw/dental"^^xsd:anyURI ] ;
fhir:value [ fhir:v "D12345" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ] ;
fhir:display [ fhir:v "Doctor of Medicine" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2010-01-01"^^xsd:date ] ]
] ) . #