ProcessRequest
open class ProcessRequest: DomainResource
Request to perform some action on or in regards to an existing resource.
This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources.
-
Request to perform some action on or in regards to an existing resource.
This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources.
Declaration
Swift
override open class var resourceType: String
-
The type of processing action being requested, for example Reversal, Readjudication, StatusRequest,PendedRequest.
Declaration
Swift
public var action: ActionList?
-
Creation date.
Declaration
Swift
public var created: DateTime?
-
Resource type(s) to exclude.
Declaration
Swift
public var exclude: [FHIRString]?
-
Business Identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Resource type(s) to include.
Declaration
Swift
public var include: [FHIRString]?
-
Items to re-adjudicate.
Declaration
Swift
public var item: [ProcessRequestItem]?
-
Remove history.
Declaration
Swift
public var nullify: FHIRBool?
-
Responsible organization.
Declaration
Swift
public var organization: Reference?
-
Selection period.
Declaration
Swift
public var period: Period?
-
Responsible practitioner.
Declaration
Swift
public var provider: Reference?
-
Reference number/string.
Declaration
Swift
public var reference: FHIRString?
-
Reference to the Request resource.
Declaration
Swift
public var request: Reference?
-
Reference to the Response resource.
Declaration
Swift
public var response: Reference?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString?
-
Party which is the target of the request.
Declaration
Swift
public var target: Reference?
-
Party which is the target of the request.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class ProcessRequest: DomainResource