臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ci-build
臺灣牙醫實作指引 (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
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Dental-plaque-observation-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://dental-ig.fhir.tw/StructureDefinition/Observation-plaque-twdental"^^xsd:anyURI ;
fhir:link <http://dental-ig.fhir.tw/StructureDefinition/Observation-plaque-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: Observation Dental-plaque-observation-example</b></p><a name=\"Dental-plaque-observation-example\"> </a><a name=\"hcDental-plaque-observation-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-Observation-plaque-twdental.html\">牙醫-牙菌斑檢查</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental PLAQUE}\">牙菌斑檢查</span></p><p><b>subject</b>: <a href=\"Patient-Dental-patient-example.html\">王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)</a></p><p><b>encounter</b>: <a href=\"Encounter-Dental-encounter-example.html\">Encounter: identifier = https://dental-ig.fhir.tw/identifier/encounter#ENC-20250101-001; status = finished; class = ambulatory (ActCode#AMB); serviceType = Dentistry; period = 2025-01-01 09:00:00+0800 --> 2025-01-01 09:30:00+0800</a></p><p><b>effective</b>: 2025-01-01 09:15:00+0800</p><p><b>performer</b>: <a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師</a></p><p><b>value</b>: 25.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental 11}\">右上正中門齒</span></p><p><b>value</b>: <span title=\"Codes:{http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental 1}\">有牙菌斑</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental 12}\">右上側門齒</span></p><p><b>value</b>: <span title=\"Codes:{http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental 0}\">無牙菌斑</span></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "exam" ] ;
fhir:display [ fhir:v "Exam" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAQUE" ] ;
fhir:display [ fhir:v "牙菌斑檢查" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Dental-patient-example" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Dental-encounter-example" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-01-01T09:15:00+08:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Dental-practitioner-example" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 25.5 ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "右上正中門齒" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "有牙菌斑" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental"^^xsd:anyURI ] ;
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "右上側門齒" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "無牙菌斑" ] ] ) ]
] ) . #
IG © 2025+ 金屬工業研究發展中心. Package tw.mirdc.dental#0.0.1 based on FHIR 4.0.1. Generated 2026-06-25
Links: Table of Contents |
QA Report