{
  "resourceType": "PractitionerRole",
  "id": "SampleAuthorRole",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-authorpractitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-SampleAuthorPractitioner.html\">Generated Summary: id: 123456789; Joe Smith ; Phone: 555-555-5554, joe@anywhere.com</a></p><p><b>organization</b>: <span>reporter organization</span></p><p><b>code</b>: <span title=\"Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.6 1}\">Physician</span></p><p><b>location</b>: <span>reporter department</span></p><p><b>telecom</b>: <a href=\"mailto:joe@anywhere.com\">joe@anywhere.com</a></p></div>"
  },
  "practitioner": {
    "reference": "Practitioner/SampleAuthorPractitioner"
  },
  "organization": {
    "display": "reporter organization"
  },
  "code": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.6",
          "code": "1",
          "display": "Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "display": "reporter department"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "joe@anywhere.com"
    }
  ]
}