Sha256: f6ff371ec10fe9abdf58cd225a91c020b58b7255962c418325fd27cddef0bad2
Contents?: true
Size: 515 Bytes
Versions: 17
Compression:
Stored size: 515 Bytes
Contents
syntax = "proto3"; package primary.connect; option go_package = "primary.connect"; import "address.proto"; import "identifier.proto"; import "location.proto"; import "name.proto"; import "phone_number.proto"; message Provider { Identifier identifier = 1; string npi = 2; Name name = 3; repeated string credentials = 4; // List of credentials for the provider. e.g. MD, PhD Address address = 5; repeated string email_addresses = 6; repeated PhoneNumber phone_numbers = 7; Location location = 8; }
Version data entries
17 entries across 17 versions & 1 rubygems