臺灣牙醫實作指引 (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
@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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Dental-encounter-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://dental-ig.fhir.tw/StructureDefinition/Encounter-twdental"^^xsd:anyURI ;
fhir:link <http://dental-ig.fhir.tw/StructureDefinition/Encounter-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: Encounter Dental-encounter-example</b></p><a name=\"Dental-encounter-example\"> </a><a name=\"hcDental-encounter-example\"> </a><a name=\"Dental-encounter-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-Encounter-twdental.html\">牙醫-就醫事件</a></p></div><p><b>identifier</b>: <code>https://dental-ig.fhir.tw/identifier/encounter</code>/ENC-2024-001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: 門診</p><p><b>serviceType</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-treatment-department-nhi-tw DENTAL}\">牙科</span></p><p><b>subject</b>: <a href=\"Patient-Dental-patient-example.html\">王小明 Male, DoB: 1980-01-01 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">主要執行者</span></td><td><a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師(official)</a></td></tr></table><p><b>period</b>: 2024-01-01 09:00:00+0800 --> 2024-01-01 10:00:00+0800</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-Dental-location-example.html\">Location 幸福牙醫診所治療室</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://dental-ig.fhir.tw/identifier/encounter"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ENC-2024-001" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "門診" ]
] ; #
fhir:serviceType [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-treatment-department-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DENTAL" ] ;
fhir:display [ fhir:v "牙科" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Dental-patient-example" ]
] ; #
fhir:participant ( [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ] ;
fhir:display [ fhir:v "主要執行者" ] ] ) ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/Dental-practitioner-example" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2024-01-01T09:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-01T10:00:00+08:00"^^xsd:dateTime ]
] ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/Dental-location-example" ] ]
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/Dental-organization-example" ]
] . #
IG © 2025+ 金屬工業研究發展中心. Package fhir.twdental#0.0.1 based on FHIR 4.0.1. Generated 2025-06-10
Links: Table of Contents |
QA Report