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
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class GoalTarget: BackboneElement