This page is part of the electronic Long-Term Services and Supports Implementation Guide (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: PractitionerRole-1 - JSON Representation
Raw json | Download
{
"resourceType" : "PractitionerRole",
"id" : "PractitionerRole-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/eltss/StructureDefinition/PractitionerRole-eltss"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"PractitionerRole-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole "PractitionerRole-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRole-eltss.html\">eLTSS PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-caremgr1.html\">Practitioner/caremgr1: Sam Monitor</a> " MONITOR"</p><p><b>organization</b>: <a href=\"Organization-funding1.html\">Organization/funding1: Texas Department of Community Health</a> "Texas Department of Community Health"</p><p><b>code</b>: Community Health Worker <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#172V00000X)</span></p><p><b>specialty</b>: Case Manager/Care Coordinator <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#171M00000X)</span></p><p><b>location</b>: <a href=\"Location-communitysite.html\">Location/communitysite: Health Level Seven International</a> "In Home"</p><p><b>telecom</b>: ph: (210) 555 1222</p></div>"
},
"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"
}
]
}