संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
परिभाषाएं
PractitionerFeed की परिभाषा
message PractitionerFeed {
repeated Practitioner data = 1;
}
प्रैक्टिशनर की परिभाषा
// Info about a healthcare practitioner who is bookable on the partner's// platform. A PractitionerFeed should be a list of this message.messagePractitioner{// An opaque string generated by the partner that identifies a practitioner.// Must be unique across all practitioners.// Strongly recommended to only include URL-safe characters. (required)stringpractitioner_id=1;// The name, telephone, url and geo are used to support matching partner// inventory with merchants already present on Google Maps. This information// will not be displayed.//// The name of the practitioner. (required)stringname=2;// The suffix of the practitioner. (optional)stringsuffix=3;// The url of the practitioner's public website. Highly recommended.// (optional)stringurl=4;// National Provider Identifier Standard (NPI) for identifying a specific// practitioner. (optional)stringnpi=5;// An action URL with associated language, list of countries restricted to,// type, and optional platform that indicates which platform this action// should be performed on. This action link is specifically for the// practitioner. (required)repeatedActionLinkaction_link=6;// All IDs of health systems that the practitioner works for. At least one// health system ID should be provided. (required)repeatedstringhealth_system_id=7;}
ActionLink की परिभाषा
// An action URL with associated language, list of countries restricted to, and// optional platform that indicates which platform this action should be// performed on.messageActionLink{// The entry point URL for this action link. (required)stringurl=1;// The BCP-47 language tag identifying the language in which the content// from this URI is available. (optional)stringlanguage=2;// An unordered list of ISO 3166-1 alpha-2 country codes. Leave empty for// unrestricted visibility. (optional)repeatedstringrestricted_country=3;// ...}
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-26 (UTC) को अपडेट किया गया."],[[["The Practitioner Feed provides information about healthcare practitioners bookable on a partner's platform, including practitioner details and action links for booking."],["Each Practitioner entry requires a unique practitioner ID, name, action link, and health system affiliations."],["Action links within Practitioner entries direct users to relevant booking pages and can be customized with language and country restrictions."],["Although the feed specification is defined in Protobuf format, it is recommended to upload feeds in JSON format using the provided sample feed structures as guidance."],["A descriptor file accompanies the practitioner feed, providing metadata such as generation timestamp and data file information."]]],[]]