臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0
臺灣長期照顧實作指引(TW LTC 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/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "ltc-practitioner-physician-aa12-example",
"meta" : {
"profile" : [
🔗 "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ltc-practitioner-physician-aa12-example</b></p><a name=\"ltc-practitioner-physician-aa12-example\"> </a><a name=\"hcltc-practitioner-physician-aa12-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-LTCPractitioner.html\">長期照顧-照顧服務提供者</a></p></div><p><b>identifier</b>: <code>https://www.tph.mohw.gov.tw</code>/DR001234\u00a0(use:\u00a0official,\u00a0), <code>http://www.immigration.gov.tw</code>/A123456789\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: 王醫師</p><p><b>telecom</b>: ph: 02-23123456(Work), <a href=\"mailto:dr.wang@hospital.tw\">dr.wang@hospital.tw</a></p><p><b>address</b>: 台北市中正區重慶南路一段122號</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-06-15</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>https://www.mohw.gov.tw</code>/MD123456</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td><td>2000-07-01 --> (ongoing)</td><td>台灣大學醫學院</td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.tph.mohw.gov.tw",
"value" : "DR001234"
},
{
"use" : "official",
"system" : "http://www.immigration.gov.tw",
"value" : "A123456789"
}
],
"name" : [
{
"text" : "王醫師",
"family" : "王",
"given" : [
"志明"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "02-23123456",
"use" : "work"
},
{
"system" : "email",
"value" : "dr.wang@hospital.tw",
"use" : "work"
}
],
"address" : [
{
"text" : "台北市中正區重慶南路一段122號",
"line" : [
"重慶南路一段122號"
],
"city" : "台北市",
"district" : "中正區",
"postalCode" : "100",
"country" : "TW"
}
],
"gender" : "male",
"birthDate" : "1975-06-15",
"qualification" : [
{
"identifier" : [
{
"system" : "https://www.mohw.gov.tw",
"value" : "MD123456"
}
],
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
"code" : "MD",
"display" : "Doctor of Medicine"
}
]
},
"period" : {
"start" : "2000-07-01"
},
"issuer" : {
"display" : "台灣大學醫學院"
}
}
]
}