Documentation ¶ Index ¶ func NewPractitioner(options ...WithFunc) (*r4pprac.Practitioner, error) type WithFunc func WithIdentifier(system, value, use string) WithFunc func WithName(text, family string, given []string) WithFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPractitioner ¶ func NewPractitioner(options ...WithFunc) (*r4pprac.Practitioner, error) Types ¶ type WithFunc ¶ type WithFunc func(resource *r4pprac.Practitioner) error func WithIdentifier ¶ func WithIdentifier(system, value, use string) WithFunc func WithName ¶ func WithName(text, family string, given []string) WithFunc Source Files ¶ View all Source files practitioner.go Click to show internal directories. Click to hide internal directories.