GoalTarget
open class GoalTarget: BackboneElement
Target outcome for the goal.
Indicates what should be done by when.
-
Target outcome for the goal.
Indicates what should be done by when.
Declaration
Swift
override open class var resourceType: String -
The target value to be achieved.
Declaration
Swift
public var detailCodeableConcept: CodeableConcept? -
The target value to be achieved.
Declaration
Swift
public var detailQuantity: Quantity? -
The target value to be achieved.
Declaration
Swift
public var detailRange: Range? -
Reach goal on or before.
Declaration
Swift
public var dueDate: FHIRDate? -
Reach goal on or before.
Declaration
Swift
public var dueDuration: Duration? -
The parameter whose value is being tracked.
Declaration
Swift
public var measure: CodeableConcept? -
The parameter whose value is being tracked.
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 GoalTarget: BackboneElement
View on GitHub
Install in Dash
GoalTarget Class Reference