臺灣牙醫實作指引 (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
This content is an example of the 牙醫-醫事人員 (TW Dental Practitioner) 之邏輯模型 Logical Model and is not a FHIR Resource
{
"resourceType": "http://dental-ig.fhir.tw/StructureDefinition/TWDentalPractitioner",
"identifier": [
{
"system": "https://dental-ig.fhir.tw/identifier/practitioner",
"value": "D001"
},
{
"system": "http://www.moi.gov.tw/id",
"value": "B123456789"
},
{
"system": "http://mohw.gov.tw/license",
"value": "12345"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "吳大文",
"family": "吳",
"given": [
"大文"
]
}
],
"telecom": [
{
"system": "phone",
"value": "02-98765432",
"use": "work"
},
{
"system": "email",
"value": "dr.wu@happydental.tw",
"use": "work"
}
],
"address": [
{
"use": "work",
"text": "台北市信義區信義路五段7號",
"line": [
"信義路五段7號"
],
"city": "台北市",
"district": "信義區",
"postalCode": "110"
}
],
"gender": "male",
"birthDate": "1975-10-10",
"photo": [
{
"contentType": "image/jpeg",
"title": "醫師照片"
}
]
}