Skip to content

FullscriptPractitionerTypeType

The type of practitioners

Fields

code · String · The code for the practitioner type
description · String · The description of the practitioner type
id · String! · required · The unique identifier of the practitioner type

Used By

Definition

"""
The type of practitioners
"""
type FullscriptPractitionerTypeType {
"""
The code for the practitioner type
"""
code: String
"""
The description of the practitioner type
"""
description: String
"""
The unique identifier of the practitioner type
"""
id: String!
}