臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/pra-radio-example> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "pra-radio-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫事放射師基本資料</b></h3><p><b>識別碼型別</b>:Medical License number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MD)</span><br/><b>員工編號(official)</b>:KP00018 (https://www.tph.mohw.gov.tw)</p><p><b>健康照護服務提供者的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:王曉明 Wang, Xiao Ming</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:1988-01-16</p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0993277827<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(330)桃園市桃園區五福五街31號<br/><b>郵遞區號(postalCode)</b>[extension: <a href=\"StructureDefinition-tw-postal-code.html\">tw-postal-code</a>]: <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-postal-code3-tw.html\">330</a>#</span><br/><b>縣/市(district)</b>:桃園市<br/><b>鄉/鎮/市/區(city)</b>:桃園區<br/><b>路/街(line)</b>:五福五街<br/><b>號(number)</b>[extension: <a href=\"StructureDefinition-tw-number.html\">tw-number</a>]:31號<br/><b>國家(country)</b>:臺灣<br/></p><p><b>資格證書的型別</b>:醫事放射師(Radiologist) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#66862007)</span><br/><b>資格證書的開始日期</b>:2005-01-01</p><p><b>照護服務提供人員影像</b>: <a href=\"https://1.bp.blogspot.com/-aee3S1fF82s/Xtt6fVkK9rI/AAAAAAABZQk/YEZzdVTp_w4kHSLtq4oZt8z6qyrqagC1wCNcBGAsYHQ/s1600/medical_scrub_man_darkblue.png\">https://1.bp.blogspot.com/-aee3S1fF82s/Xtt6fVkK9rI/AAAAAAABZQk/YEZzdVTp_w4kHSLtq4oZt8z6qyrqagC1wCNcBGAsYHQ/s1600/medical_scrub_man_darkblue.png</a><br/><img src=\"https://1.bp.blogspot.com/-aee3S1fF82s/Xtt6fVkK9rI/AAAAAAABZQk/YEZzdVTp_w4kHSLtq4oZt8z6qyrqagC1wCNcBGAsYHQ/s1600/medical_scrub_man_darkblue.png\" width=\"250px\"/></p></div>"
] ;
fhir:Practitioner.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MD" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "KP00018" ]
] ;
fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "王曉明" ] ;
fhir:HumanName.family [ fhir:value "Wang" ] ;
fhir:HumanName.given [
fhir:value "Xiao Ming" ;
fhir:index 0
]
] ;
fhir:Practitioner.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0993277827" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ] ;
fhir:ContactPoint.period [
fhir:Period.start [ fhir:value "2022-07-31"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2024-07-31"^^xsd:date ]
]
] ;
fhir:Practitioner.address [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number" ] ;
fhir:Extension.valueString [ fhir:value "31號" ]
] ;
fhir:Address.text [ fhir:value "桃園市桃園區五福五街31號" ] ;
fhir:Address.line [
fhir:value "五福五街" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "桃園區" ] ;
fhir:Address.district [ fhir:value "桃園市" ] ;
fhir:Address.postalCode [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw" ] ;
fhir:Coding.code [ fhir:value "330" ]
]
]
]
] ;
fhir:Address.country [ fhir:value "TW" ]
] ;
fhir:Practitioner.gender [ fhir:value "male"] ;
fhir:Practitioner.birthDate [ fhir:value "1988-01-16"^^xsd:date] ;
fhir:Practitioner.photo [
fhir:index 0 ;
fhir:Attachment.contentType [ fhir:value "image/jpeg" ] ;
fhir:Attachment.data [ fhir:value "TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4="^^xsd:base64Binary ] ;
fhir:Attachment.url [ fhir:value "https://1.bp.blogspot.com/-aee3S1fF82s/Xtt6fVkK9rI/AAAAAAABZQk/YEZzdVTp_w4kHSLtq4oZt8z6qyrqagC1wCNcBGAsYHQ/s1600/medical_scrub_man_darkblue.png" ]
] ;
fhir:Practitioner.qualification [
fhir:index 0 ;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:66862007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "66862007" ] ;
fhir:Coding.display [ fhir:value "Radiologist" ]
]
] ;
fhir:Practitioner.qualification.period [
fhir:Period.start [ fhir:value "2005-01-01"^^xsd:date ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/pra-radio-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/pra-radio-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
