ActivityDefinitionDynamicValue
open class ActivityDefinitionDynamicValue: BackboneElement
Dynamic aspects of the definition.
Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient’s weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the intent resource that would contain the result.
-
Dynamic aspects of the definition.
Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient’s weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the intent 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
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ActivityDefinitionDynamicValue: BackboneElement
View on GitHub
Install in Dash
ActivityDefinitionDynamicValue Class Reference