IPractitioner
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IPractitioner {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
active: Boolean
_active: ElementBase
name: [HumanName]
telecom: [ContactPoint]
address: [Address]
gender: code
_gender: ElementBase
birthDate: date
_birthDate: ElementBase
photo: [Attachment]
qualification: [PractitionerQualification]
communication: [CodeableConcept]
}