Practitioner
open class Practitioner: DomainResource
A person with a formal responsibility in the provisioning of healthcare or related services.
A person who is directly or indirectly involved in the provisioning of healthcare.
-
A person with a formal responsibility in the provisioning of healthcare or related services.
A person who is directly or indirectly involved in the provisioning of healthcare.
Declaration
Swift
override open class var resourceType: String
-
Whether this practitioner’s record is in active use.
Declaration
Swift
public var active: FHIRBool?
-
Address(es) of the practitioner that are not role specific (typically home address).
Declaration
Swift
public var address: [Address]?
-
The date on which the practitioner was born.
Declaration
Swift
public var birthDate: FHIRDate?
-
A language the practitioner is able to use in patient communication.
Declaration
Swift
public var communication: [CodeableConcept]?
-
Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.
Declaration
Swift
public var gender: AdministrativeGender?
-
A identifier for the person as this agent.
Declaration
Swift
public var identifier: [Identifier]?
-
The name(s) associated with the practitioner.
Declaration
Swift
public var name: [HumanName]?
-
Image of the person.
Declaration
Swift
public var photo: [Attachment]?
-
Qualifications obtained by training and certification.
Declaration
Swift
public var qualification: [PractitionerQualification]?
-
A contact detail for the practitioner (that apply to all roles).
Declaration
Swift
public var telecom: [ContactPoint]?
-
A contact detail for the practitioner (that apply to all roles).
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Practitioner: DomainResource