FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRole-Pharm-KevinJames.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRole-Pharm-KevinJames
active: true
practitioner: Kevin James
organization: Renaissance Pharmacy
code: Pharmacist
location: Location: status = active; telecom = ph: (555) 467-9087
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-Pharm-KevinJames",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/Practitioner-KevinJames",
"display": "Kevin James"
},
"organization": {
"reference": "Organization/org-Renaissance-Pharmacy",
"display": "Renaissance Pharmacy"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "183500000X",
"display": "Pharmacist"
}
]
}
],
"location": [
{
"reference": "Location/org-Loc-Renaissance-Pharmacy"
}
]
}