FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | Practitioner |
| Id | Practitioner-Dental-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 Dental-practitioner-example
Profile: 牙醫-醫事人員
identifier: National unique individual identifier/B123456789, Medical License number/12345
name: 李醫師
telecom: ph: 0934-567-890
gender: Female
| Identifier | Code | Period |
http://mohw.gov.tw/dental/D12345 | Doctor of Medicine | 2010-01-01 --> (ongoing) |
{
"resourceType": "Practitioner",
"id": "Dental-practitioner-example",
"meta": {
"profile": [
"http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NI"
}
],
"text": "National unique individual identifier"
},
"system": "http://www.moi.gov.tw/id",
"value": "B123456789"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MD"
}
],
"text": "Medical License number"
},
"system": "http://mohw.gov.tw/license",
"value": "12345"
}
],
"name": [
{
"text": "李醫師"
}
],
"telecom": [
{
"system": "phone",
"value": "0934-567-890"
}
],
"gender": "female",
"qualification": [
{
"identifier": [
{
"system": "http://mohw.gov.tw/dental",
"value": "D12345"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
]
},
"period": {
"start": "2010-01-01"
}
}
]
}