{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerrole-uspath-pathologist",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole practitionerrole-uspath-pathologist</b></p><a name=\"practitionerrole-uspath-pathologist\"> </a><a name=\"hcpractitionerrole-uspath-pathologist\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-pathology-related-practitioner-role.html\">US Pathology Related Practitioner Role</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-pathologist.html\">Practitioner Stains Alot </a></p><p><b>organization</b>: <a href=\"Organization-organization-principal-pathology-lab.html\">Organization Some Pathology Lab Name</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 PI}\">Primary Interpreter</span></p><p><b>telecom</b>: ph: 720-242-9999</p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/practitioner-pathologist"
  },
  "organization" : {
    "reference" : "Organization/organization-principal-pathology-lab"
  },
  "code" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
      "version" : "2.3.0",
      "code" : "PI",
      "display" : "Primary Interpreter"
    }]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "720-242-9999"
  }]
}