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