Contract
open class Contract: DomainResource
Legal Agreement.
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
-
Legal Agreement.
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Declaration
Swift
override open class var resourceType: String -
Action stipulated by this Contract.
Declaration
Swift
public var action: [CodeableConcept]? -
Rationale for the stiplulated action.
Declaration
Swift
public var actionReason: [CodeableConcept]? -
Entity being ascribed responsibility.
Declaration
Swift
public var agent: [ContractAgent]? -
Effective time.
Declaration
Swift
public var applies: Period? -
Authority under which this Contract has standing.
Declaration
Swift
public var authority: [Reference]? -
Binding Contract.
Declaration
Swift
public var bindingAttachment: Attachment? -
Binding Contract.
Declaration
Swift
public var bindingReference: Reference? -
Content derived from the basal information.
Declaration
Swift
public var contentDerivative: CodeableConcept? -
Decision by Grantor.
Declaration
Swift
public var decisionType: CodeableConcept? -
Domain in which this Contract applies.
Declaration
Swift
public var domain: [Reference]? -
Contract Friendly Language.
Declaration
Swift
public var friendly: [ContractFriendly]? -
Contract number.
Declaration
Swift
public var identifier: Identifier? -
When this Contract was issued.
Declaration
Swift
public var issued: DateTime? -
Contract Legal Language.
Declaration
Swift
public var legal: [ContractLegal]? -
Computable Contract Language.
Declaration
Swift
public var rule: [ContractRule]? -
Security Labels that define affected resources.
Declaration
Swift
public var securityLabel: [Coding]? -
Contract Signatory.
Declaration
Swift
public var signer: [ContractSigner]? -
amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated.
Declaration
Swift
public var status: FHIRString? -
Subtype within the context of type.
Declaration
Swift
public var subType: [CodeableConcept]? -
Contract Target Entity.
Declaration
Swift
public var subject: [Reference]? -
Contract Term List.
Declaration
Swift
public var term: [ContractTerm]? -
Context of the Contract.
Declaration
Swift
public var topic: [Reference]? -
Type or form.
Declaration
Swift
public var type: CodeableConcept? -
Contract Valued Item List.
Declaration
Swift
public var valuedItem: [ContractValuedItem]? -
Contract Valued Item List.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class Contract: DomainResource
View on GitHub
Install in Dash
Contract Class Reference