{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRolePSBCExample",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Practitioner Role</b></p><p><b>Name:</b> Dr. Jane Doe</p><p><b>Identifiers (MSP):</b> [12345]</p><p><b>Type of Organization:</b> Clinic</p><p><b>Role:</b> MD</p><p><b>Phone:</b> 604-858-3691</p><p><b>Fax:</b> 604-858-3691</p><p><b>Address:</b> 201-2763 Beverly St, Duncan, BC, V9L 6Y9, Canada</p></div>"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "12345",
      "display": "MSP"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/PractitionerPSBCExample",
    "display": "Dr. Jane Doe"
  },
  "organization": {
    "reference": "Organization/OrganizationPSBCExample",
    "display": "Clinic"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
          "code": "MD",
          "display": "Medical Doctor"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "fax",
      "value": "(60) 4858 3691",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(60) 4858 3691",
      "use": "work",
      "rank": 1
    },
    {
      "system": "email",
      "value": "janedoe@ehealth;ab.org",
      "use": "work"
    }
  ]
}