臺灣牙醫實作指引 (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
{
"resourceType" : "PractitionerRole",
"id" : "Dental-practitionerrole-example",
"meta" : {
"profile" : [
🔗 "http://dental-ig.fhir.tw/StructureDefinition/PractitionerRole-twdental"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Dental-practitionerrole-example</b></p><a name=\"Dental-practitionerrole-example\"> </a><a name=\"hcDental-practitionerrole-example\"> </a><a name=\"Dental-practitionerrole-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-PractitionerRole-twdental.html\">牙醫-醫事人員角色</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師(official)</a></p><p><b>organization</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-specialty dent}\">Dentist</span></p><p><b>telecom</b>: ph: 02-12345678#123</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"
},
"practitioner" : {
🔗 "reference" : "Practitioner/Dental-practitioner-example"
},
"organization" : {
🔗 "reference" : "Organization/Dental-organization-example"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-specialty",
"code" : "dent",
"display" : "Dentist"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "02-12345678#123"
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed"
],
"availableStartTime" : "09:00:00",
"availableEndTime" : "17:00:00"
}
]
}