Annotation
open class Annotation: Element
Text node with attribution.
A text note which also contains information about who made the statement and when.
-
Text node with attribution.
A text note which also contains information about who made the statement and when.
Declaration
Swift
override open class var resourceType: String -
Individual responsible for the annotation.
Declaration
Swift
public var authorReference: Reference? -
Individual responsible for the annotation.
Declaration
Swift
public var authorString: FHIRString? -
The annotation - text content.
Declaration
Swift
public var text: FHIRString? -
When the annotation was made.
Declaration
Swift
public var time: DateTime? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(text: FHIRString) -
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 Annotation: Element
View on GitHub
Install in Dash
Annotation Class Reference