FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | Practitioner |
| Id | Practitioner-pra-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 醫事人員-Practitioner TWPAS
識別碼型別:National Person Identifier ( Identifier Type Codes#NNxxx)
身分證字號(official):F123456789 (http://www.moi.gov.tw)
識別碼型別:Medical License number ( Identifier Type Codes#MD)
醫師證號:KP00017 (https://dep.mohw.gov.tw/DOMA)
{
"resourceType": "Practitioner",
"id": "pra-min",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/pas/StructureDefinition/Practitioner-twpas"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NNxxx"
}
]
},
"system": "http://www.moi.gov.tw",
"value": "F123456789"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MD"
}
]
},
"system": "https://dep.mohw.gov.tw/DOMA",
"value": "KP00017"
}
]
}