ContractTerm

open class ContractTerm: BackboneElement

Contract Term List.

One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.

  • Contract Term List.

    One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.

    Declaration

    Swift

    override open class var resourceType: String
  • Contract Term Activity.

    Declaration

    Swift

    public var action: [CodeableConcept]?
  • Purpose for the Contract Term Action.

    Declaration

    Swift

    public var actionReason: [CodeableConcept]?
  • Contract Term Agent List.

    Declaration

    Swift

    public var agent: [ContractTermAgent]?
  • Contract Term Effective Time.

    Declaration

    Swift

    public var applies: Period?
  • Nested Contract Term Group.

    Declaration

    Swift

    public var group: [ContractTerm]?
  • Contract Term Number.

    Declaration

    Swift

    public var identifier: Identifier?
  • Contract Term Issue Date Time.

    Declaration

    Swift

    public var issued: DateTime?
  • Security Labels that define affected terms.

    Declaration

    Swift

    public var securityLabel: [Coding]?
  • Contract Term Type specific classification.

    Declaration

    Swift

    public var subType: CodeableConcept?
  • Human readable Contract term text.

    Declaration

    Swift

    public var text: FHIRString?
  • Context of the Contract term.

    Declaration

    Swift

    public var topic: [Reference]?
  • Contract Term Type or Form.

    Declaration

    Swift

    public var type: CodeableConcept?
  • Contract Term Valued Item List.

    Declaration

    Swift

    public var valuedItem: [ContractTermValuedItem]?
  • Contract Term Valued Item List.

    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 ContractTerm: BackboneElement