FHIR IG analytics| Package | hl7.fhir.us.pacio-rt |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-RT-PractitionerRole-RN-LiaNguyen.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-RN-LiaNguyen"
active: true
practitioner: Practitioner/RT-Practitioner-LiaNguyen " NGUYEN"
organization: Organization/RT-PractitionerOrg-HappyNursing-SNF "Happy Skilled Nursing Facility"
code: Registered Nurse (provider-taxonomy#163W00000X)
specialty: General medical practice (SNOMED CT#408443003)
location: Location/RT-PractitionerOrgLoc-HappyNursing-SNF "Happy Skilled Nursing Facility"
{
"resourceType": "PractitionerRole",
"id": "RT-PractitionerRole-RN-LiaNguyen",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/RT-Practitioner-LiaNguyen"
},
"organization": {
"reference": "Organization/RT-PractitionerOrg-HappyNursing-SNF"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "163W00000X",
"display": "Registered Nurse"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
}
],
"location": [
{
"reference": "Location/RT-PractitionerOrgLoc-HappyNursing-SNF"
}
]
}