1. Salesforce Health Cloud Administrator Guide: "Show Provider Details with the Provider Relationship Card". This document explicitly states, "The Provider Relationship card is a Lightning component that shows a provider’s relationship with a facility, including their specialty. Add the component to the Account and Contact record pages so that your users can easily access this information." This directly aligns with the question's requirement.
2. Salesforce Health Cloud Developer Guide: "Provider Data Model". This guide details the HealthcarePractitionerFacility object, which is the junction object that the Provider Relationship Card visualizes. It explains that this object "Represents the relationship between a practitioner and a facility, including details such as the practitioner's specialty and medical privileges at that facility." This confirms the card is the correct UI for this data.
3. Trailhead - Health Cloud Data Models: "Provider and Payer Data Models in Health Cloud". This module explains the purpose of the HealthcarePractitionerFacility object is to "Connect practitioners to facilities where they practice and define their specialty at each location." The Provider Relationship Card is the component used to surface this information.