FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRole-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole
ResourcePractitionerRole "PractitionerRole-1"
Profile: eLTSS PractitionerRole Profile
practitioner: Practitioner/caremgr1: Sam Monitor " MONITOR"
organization: Organization/funding1: Texas Department of Community Health "Texas Department of Community Health"
code: Community Health Worker (provider-taxonomy#172V00000X)
specialty: Case Manager/Care Coordinator (provider-taxonomy#171M00000X)
location: Location/communitysite: Health Level Seven International "In Home"
telecom: ph: (210) 555 1222
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/eltss/StructureDefinition/PractitionerRole-eltss"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/caremgr1",
"display": "Sam Monitor"
},
"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"
}
]
}