FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Practitioner |
| Id | Practitioner-ltc-practitioner-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-example
Profile: 長期照顧-照顧服務提供者
identifier: Medical License number/KMD12345 (use: official, )
active: true
name: 王美玲(Official)
telecom: ph: 02-87654321(Work), meiling.wang@ltc-hospital.tw
address: 台北市大安區復興南路二段201號(work)
gender: Female
birthDate: 1975-06-10
{
"resourceType": "Practitioner",
"id": "ltc-practitioner-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MD"
}
]
},
"system": "http://example.org/fhir/NamingSystem/hospital-license",
"value": "KMD12345"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "王美玲",
"family": "王",
"given": [
"美玲"
]
}
],
"telecom": [
{
"system": "phone",
"value": "02-87654321",
"use": "work"
},
{
"system": "email",
"value": "meiling.wang@ltc-hospital.tw",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"text": "台北市大安區復興南路二段201號",
"line": [
"復興南路二段201號"
],
"city": "台北市",
"district": "大安區",
"postalCode": "106",
"country": "TW"
}
],
"gender": "female",
"birthDate": "1975-06-10"
}