{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole1-example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"practitionerrole1-example\" </p></div><p><b>identifier</b>: id: 874635264</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner1-example.html\">Practitioner/practitioner1-example: Patrick Pump</a> \" PUMP\"</p><p><b>organization</b>: <a href=\"Organization-organization1-example.html\">Organization/organization1-example</a> \"XYZ Organization\"</p><p><b>code</b>: Medical Doctor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-scptype.html\">pan-Canadian Provider Types</a>#MD)</span></p><p><b>telecom</b>: ph: (03) 5555 6473(WORK), <a href=\"mailto:patrick.pump@example.org\">patrick.pump@example.org</a></p></div>"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "874635264"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/practitioner1-example",
    "display": "Patrick Pump"
  },
  "organization": {
    "reference": "Organization/organization1-example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
          "code": "MD",
          "display": "Medical Doctor"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 5555 6473",
      "use": "work"
    },
    {
      "system": "email",
      "value": "patrick.pump@example.org",
      "use": "work"
    }
  ]
}