FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-Dental-practitionerrole-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole Dental-practitionerrole-example
Profile: 牙醫-醫事人員角色
practitioner: Practitioner 李醫師
organization: Organization 幸福牙醫中心
code: Doctor
specialty: Dentistry
telecom: ph: 02-12345678#123
availableTime
daysOfWeek: Monday, Tuesday, Wednesday
availableStartTime: 09:00:00
availableEndTime: 17:00:00
{
"resourceType": "PractitionerRole",
"id": "Dental-practitionerrole-example",
"meta": {
"profile": [
"http://dental-ig.fhir.tw/StructureDefinition/PractitionerRole-twdental"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/Dental-practitioner-example"
},
"organization": {
"reference": "Organization/Dental-organization-example"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "722163006",
"display": "Dentistry"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "02-12345678#123"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed"
],
"availableStartTime": "09:00:00",
"availableEndTime": "17:00:00"
}
]
}