FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-Role-Pharm-PhilChekhov.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole Role-Pharm-PhilChekhov
active: true
practitioner: Phil Chekhov
organization: Everyday Community Pharmacy
code: Pharmacist
location: Location Everyday Community Pharmacy
telecom: ph: (610) 555 1893
{
"resourceType": "PractitionerRole",
"id": "Role-Pharm-PhilChekhov",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|8.0.1"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/Example-Phil-Chekhov",
"display": "Phil Chekhov"
},
"organization": {
"reference": "Organization/org-Pharm-Everyday-Community-Pharm",
"display": "Everyday Community Pharmacy"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "183500000X",
"display": "Pharmacist"
}
]
}
],
"location": [
{
"reference": "Location/org-Loc-Everyday-Community-Pharm"
}
],
"telecom": [
{
"system": "phone",
"value": "(610) 555 1893"
}
]
}