This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>identifier</b>: <code>http://www.acme.org/practitionerroles</code>/31\u00a0(use:\u00a0temp,\u00a0)</p><p><b>active</b>: true</p><p><b>period</b>: 1995 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-example.html\">Dr Adam Careful</a></p><p><b>organization</b>: <a href=\"Organization-example.html\">Organization Health Level Seven International</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 261Q00000X}\">Clinic/Center</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 122300000X}\">Dentist</span></p><p><b>location</b>: <a href=\"Location-example.html\">Location South Wing, second floor</a></p><p><b>telecom</b>: ph: 801-123-4567</p></div>"
},
"identifier" : [
{
"use" : "temp",
"system" : "http://www.acme.org/practitionerroles",
"value" : "31"
}
],
"active" : true,
"period" : {
"start" : "1995"
},
"practitioner" : {
🔗 "reference" : "Practitioner/example",
"display" : "Dr Adam Careful"
},
"organization" : {
🔗 "reference" : "Organization/example"
},
"code" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "261Q00000X",
"display" : "Clinic/Center"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "122300000X",
"display" : "Dentist"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/example"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "801-123-4567"
}
]
}