PaymentNotice
open class PaymentNotice: DomainResource
PaymentNotice request.
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
-
PaymentNotice request.
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
Declaration
Swift
override open class var resourceType: String
-
Creation date.
Declaration
Swift
public var created: DateTime?
-
Business Identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Responsible organization.
Declaration
Swift
public var organization: Reference?
-
Whether payment has been sent or cleared.
Declaration
Swift
public var paymentStatus: CodeableConcept?
-
Responsible practitioner.
Declaration
Swift
public var provider: Reference?
-
Request reference.
Declaration
Swift
public var request: Reference?
-
Response reference.
Declaration
Swift
public var response: Reference?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString?
-
Payment or clearing date.
Declaration
Swift
public var statusDate: FHIRDate?
-
Insurer or Regulatory body.
Declaration
Swift
public var target: Reference?
-
Insurer or Regulatory body.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class PaymentNotice: DomainResource