FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Practitioner |
| Id | Practitioner-ltc-practitioner-physician-aa12-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ltc-practitioner-physician-aa12-example
Profile: 長期照顧-照顧服務提供者
identifier: https://www.tph.mohw.gov.tw/DR001234 (use: official, ), http://www.immigration.gov.tw/A123456789 (use: official, )
name: 王醫師
telecom: ph: 02-23123456(Work), dr.wang@hospital.tw
address: 台北市中正區重慶南路一段122號
gender: Male
birthDate: 1975-06-15
| Identifier | Code | Period | Issuer |
https://www.mohw.gov.tw/MD123456 | Doctor of Medicine | 2000-07-01 --> (ongoing) | 台灣大學醫學院 |
{
"resourceType": "Practitioner",
"id": "ltc-practitioner-physician-aa12-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "台灣大學醫學院"
}
}
]
}