ContractTermCreateInput
No description
input ContractTermCreateInput {
identifier: IdentifierCreateInput
issued: Date
applies: PeriodCreateInput
topicCodeableConcept: CodeableConceptCreateInput
topicReference: ReferenceCreateInput
type: CodeableConceptCreateInput
subType: CodeableConceptCreateInput
text: String
securityLabel: [ContractSecurityLabelCreateInput!]
offer: ContractOfferCreateInput!
asset: [ContractAssetCreateInput!]
action: [ContractActionCreateInput!]
group: [ContractTermCreateInput!]
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
ContractTermCreateInput.identifier ● IdentifierCreateInput input
Unique identifier for this particular Contract Provision.
ContractTermCreateInput.issued ● Date scalar
When this Contract Provision was issued.
ContractTermCreateInput.applies ● PeriodCreateInput input
Relevant time or time-period when this Contract Provision is applicable.
ContractTermCreateInput.topicCodeableConcept ● CodeableConceptCreateInput input
The entity that the term applies to. (choose any one of topic*, but only one)
ContractTermCreateInput.topicReference ● ReferenceCreateInput input
The entity that the term applies to. (choose any one of topic*, but only one)
ContractTermCreateInput.type ● CodeableConceptCreateInput input
A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.
ContractTermCreateInput.subType ● CodeableConceptCreateInput input
A specialized legal clause or condition based on overarching contract type.
ContractTermCreateInput.text ● String scalar
Statement of a provision in a policy or a contract.
ContractTermCreateInput.securityLabel ● [ContractSecurityLabelCreateInput!] list input
Security labels that protect the handling of information about the term and its elements, which may be specifically identified..
ContractTermCreateInput.offer ● ContractOfferCreateInput! non-null input
The matter of concern in the context of this provision of the agrement.
ContractTermCreateInput.asset ● [ContractAssetCreateInput!] list input
Contract Term Asset List.
ContractTermCreateInput.action ● [ContractActionCreateInput!] list input
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
ContractTermCreateInput.group ● [ContractTermCreateInput!] list input
Nested group of Contract Provisions.
ContractTermCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
ContractTermCreateInput.extension ● [FhirExtensionCreateInput!] list input
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
ContractTermCreateInput.id ● String scalar
null
Member Of
ContractCreateInput input ● ContractTermCreateInput input