Contributor
open class Contributor: Element
Contributor information.
A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
-
Contributor information.
A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
Declaration
Swift
override open class var resourceType: String -
Contact details of the contributor.
Declaration
Swift
public var contact: [ContactDetail]? -
Who contributed the content.
Declaration
Swift
public var name: FHIRString? -
The type of contributor.
Declaration
Swift
public var type: ContributorType? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString, type: ContributorType) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class Contributor: Element
View on GitHub
Install in Dash
Contributor Class Reference