FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-Role-Neuro-NuraMekel.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole Role-Neuro-NuraMekel
active: true
practitioner: Nura Mekel
organization: Neuro Care Inc.
code: Neurology Physician
location: Location Neuro Care Inc.
telecom: ph: (210) 555 5555
{
"resourceType": "PractitionerRole",
"id": "Role-Neuro-NuraMekel",
"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-NuraMekel",
"display": "Nura Mekel"
},
"organization": {
"reference": "Organization/org-Neuro-Care-Inc",
"display": "Neuro Care Inc."
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "2084N0400X",
"display": "Neurology Physician"
}
]
}
],
"location": [
{
"reference": "Location/org-Loc-Neuro-Care-Inc"
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 5555"
}
]
}