PlanDefinitionActionRelatedAction
open class PlanDefinitionActionRelatedAction: BackboneElement
Relationship to another action.
A relationship to another action such as before
or 30-60 minutes after start of
.
-
Relationship to another action.
A relationship to another action such as
before
or30-60 minutes after start of
.Declaration
Swift
override open class var resourceType: String -
What action is this related to.
Declaration
Swift
public var actionId: FHIRString? -
Time offset for the relationship.
Declaration
Swift
public var offsetDuration: Duration? -
Time offset for the relationship.
Declaration
Swift
public var offsetRange: Range? -
The relationship of this action to the related action.
Declaration
Swift
public var relationship: ActionRelationshipType? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(actionId: FHIRString, relationship: ActionRelationshipType) -
Convenience initializer, taking all required properties as arguments.
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 PlanDefinitionActionRelatedAction: BackboneElement
View on GitHub
Install in Dash
PlanDefinitionActionRelatedAction Class Reference