FHIR IG analytics| Package | hl7.fhir.us.pacio-rt |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-RT-PractitionerRole-PT-DanielGranger.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole
Resource PractitionerRole "RT-PractitionerRole-PT-DanielGranger"
active: true
practitioner: Practitioner/RT-Practitioner-DanielGranger " GRANGER"
organization: Organization/RT-PractitionerOrg-HappyNursing-SNF "Happy Skilled Nursing Facility"
code: Physical Therapist (provider-taxonomy#225100000X)
specialty: Clinical physiology (SNOMED CT#394601005)
location: Location/RT-PractitionerOrgLoc-HappyNursing-SNF "Happy Skilled Nursing Facility"
{
"resourceType": "PractitionerRole",
"id": "RT-PractitionerRole-PT-DanielGranger",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/RT-Practitioner-DanielGranger"
},
"organization": {
"reference": "Organization/RT-PractitionerOrg-HappyNursing-SNF"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "225100000X",
"display": "Physical Therapist"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394601005",
"display": "Clinical physiology"
}
]
}
],
"location": [
{
"reference": "Location/RT-PractitionerOrgLoc-HappyNursing-SNF"
}
]
}