FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | Practitioner |
| Id | Practitioner-prac-adoption-manager.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼型別:National Person Identifier ( Identifier Type Codes#NNxxx)
身分證字號(official):D223456789 (http://www.moi.gov.tw)
姓名:李負責
聯絡方式:Phone ( ContactPointSystem#phone)
聯絡電話:0912333444
聯絡地址:11558臺北市南港區新光里忠孝東路六段488號
{
"resourceType": "Practitioner",
"id": "prac-adoption-manager",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/Practitioner-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NNxxx"
}
]
},
"system": "http://www.moi.gov.tw",
"value": "D223456789"
}
],
"name": [
{
"text": "李負責"
}
],
"telecom": [
{
"system": "phone",
"value": "0912333444"
}
],
"address": [
{
"extension": [
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
"valueString": "新光里"
},
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
"valueString": "六段"
},
{
"url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
"valueString": "488號"
}
],
"text": "11558臺北市南港區新光里忠孝東路六段488號",
"line": [
"忠孝東路"
],
"city": "南港區",
"district": "臺北市",
"postalCode": "11558"
}
]
}