PlanDefinitionGoalTarget
open class PlanDefinitionGoalTarget: BackboneElement
Target outcome for the goal.
Indicates what should be done and within what timeframe.
-
Target outcome for the goal.
Indicates what should be done and within what timeframe.
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 within.
Declaration
Swift
public var due: Duration? -
The parameter whose value is to be tracked.
Declaration
Swift
public var measure: CodeableConcept? -
The parameter whose value is to be 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 PlanDefinitionGoalTarget: BackboneElement
View on GitHub
Install in Dash
PlanDefinitionGoalTarget Class Reference