{
  "resourceType": "PractitionerRole",
  "id": "ReferralRecipientProviderRole Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/ReferralRecipientProviderRole"
    ]
  },
  "practitioner": {
    "reference": "PractitionerPerson Instance Example"
  },
  "organization": {
    "reference": "OrganizationEntity Instance Example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v2/0286",
          "code": "RT",
          "display": "Referred to Provider"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "ServiceDeliveryLocation Instance Example"
    }
  ]
}