PlanDefinitionActionDynamicValue
open class PlanDefinitionActionDynamicValue: BackboneElement
Dynamic aspects of the definition.
Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient’s weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.
-
Dynamic aspects of the definition.
Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient’s weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.
Declaration
Swift
override open class var resourceType: String
-
Natural language description of the dynamic value.
Declaration
Swift
public var description_fhir: FHIRString?
-
An expression that provides the dynamic value for the customization.
Declaration
Swift
public var expression: FHIRString?
-
Language of the expression.
Declaration
Swift
public var language: FHIRString?
-
The path to the element to be set dynamically.
Declaration
Swift
public var path: FHIRString?
-
The path to the element to be set dynamically.
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 PlanDefinitionActionDynamicValue: BackboneElement