FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-careCoordinator-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole careCoordinator-1
practitioner: Julie Smith
organization: Texas Department of Community Health
code: Community Health Worker
specialty: Case Manager/Care Coordinator
location: Health Level Seven International
telecom: ph: (210) 555 1222
{
"resourceType": "PractitionerRole",
"id": "careCoordinator-1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/careCoordinator1",
"display": "Julie Smith"
},
"organization": {
"reference": "Organization/funding1",
"display": "Texas Department of Community Health"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "172V00000X",
"display": "Community Health Worker"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "171M00000X",
"display": "Case Manager/Care Coordinator"
}
]
}
],
"location": [
{
"reference": "Location/communitysite",
"display": "Health Level Seven International"
}
],
"telecom": [
{
"system": "phone",
"value": "(210) 555 1222"
}
]
}