RequestGroup
open class RequestGroup: DomainResource
A group of related requests.
A group of related requests that can be used to capture intended activities that have inter-dependencies such as give
this medication after that one
.
-
A group of related requests.
A group of related requests that can be used to capture intended activities that have inter-dependencies such as
give this medication after that one
.Declaration
Swift
override open class var resourceType: String -
Proposed actions, if any.
Declaration
Swift
public var action: [RequestGroupAction]? -
Device or practitioner that authored the request group.
Declaration
Swift
public var author: Reference? -
When the request group was authored.
Declaration
Swift
public var authoredOn: DateTime? -
Fulfills plan, proposal, or order.
Declaration
Swift
public var basedOn: [Reference]? -
Encounter or Episode for the request group.
Declaration
Swift
public var context: Reference? -
Instantiates protocol or definition.
Declaration
Swift
public var definition: [Reference]? -
Composite request this is part of.
Declaration
Swift
public var groupIdentifier: Identifier? -
Business identifier.
Declaration
Swift
public var identifier: [Identifier]? -
Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.
Declaration
Swift
public var intent: RequestIntent? -
Additional notes about the response.
Declaration
Swift
public var note: [Annotation]? -
Indicates how quickly the request should be addressed with respect to other requests.
Declaration
Swift
public var priority: RequestPriority? -
Reason for the request group.
Declaration
Swift
public var reasonCodeableConcept: CodeableConcept? -
Reason for the request group.
Declaration
Swift
public var reasonReference: Reference? -
Request(s) replaced by this request.
Declaration
Swift
public var replaces: [Reference]? -
The current state of the request. For request groups, the status reflects the status of all the requests in the group.
Declaration
Swift
public var status: RequestStatus? -
Who the request group is about.
Declaration
Swift
public var subject: Reference? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(intent: RequestIntent, status: RequestStatus) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class RequestGroup: DomainResource
View on GitHub
Install in Dash
RequestGroup Class Reference