FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRoleExample
Profile: PractitionerRole
active: true
practitioner: Practitioner 小姐 李 (official)
organization: Organization 台灣健康醫院
code: Primary Care Provider
specialty: General medicine
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/PractitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/ot-therapist-001"
},
"organization": {
"reference": "Organization/OrganizationExample"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0286",
"code": "PP",
"display": "Primary Care Provider"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw",
"code": "00",
"display": "General medicine"
}
]
}
]
}