FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-DrBanner-radiologist.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole DrBanner-radiologist
active: true
practitioner: Practitioner Dr. Bruce Banner
organization: Organization Regional Advanced Diagnostic Services
code: Radiologist
{
"resourceType": "PractitionerRole",
"id": "DrBanner-radiologist",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/DrBanner"
},
"organization": {
"reference": "Organization/RegionalAdvancedDiagnosticServices"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "66862007",
"display": "Radiologist"
}
]
}
]
}