ContractActionCreateInput
No description
input ContractActionCreateInput {
doNotPerform: Boolean
type: CodeableConceptCreateInput!
subject: [ContractSubjectCreateInput!]
intent: CodeableConceptCreateInput!
linkId: [String!]
status: CodeableConceptCreateInput!
context: ReferenceCreateInput
contextLinkId: [String!]
occurrenceDateTime: Date
occurrencePeriod: PeriodCreateInput
occurrenceTiming: TimingCreateInput
requester: [ReferenceCreateInput!]
requesterLinkId: [String!]
performerType: [CodeableConceptCreateInput!]
performerRole: CodeableConceptCreateInput
performer: ReferenceCreateInput
performerLinkId: [String!]
reasonCode: [CodeableConceptCreateInput!]
reasonReference: [ReferenceCreateInput!]
reason: [String!]
reasonLinkId: [String!]
note: [AnnotationCreateInput!]
securityLabelNumber: [Int!]
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
ContractActionCreateInput.doNotPerform ● Boolean scalar
True if the term prohibits the action.
ContractActionCreateInput.type ● CodeableConceptCreateInput! non-null input
Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term.
ContractActionCreateInput.subject ● [ContractSubjectCreateInput!] list input
Entity of the action.
ContractActionCreateInput.intent ● CodeableConceptCreateInput! non-null input
Reason or purpose for the action stipulated by this Contract Provision.
ContractActionCreateInput.linkId ● [String!] list scalar
Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse.
ContractActionCreateInput.status ● CodeableConceptCreateInput! non-null input
Current state of the term action.
ContractActionCreateInput.context ● ReferenceCreateInput input
Encounter or Episode with primary association to specified term activity.
ContractActionCreateInput.contextLinkId ● [String!] list scalar
Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.
ContractActionCreateInput.occurrenceDateTime ● Date scalar
When action happens. (choose any one of occurrence*, but only one)
ContractActionCreateInput.occurrencePeriod ● PeriodCreateInput input
When action happens. (choose any one of occurrence*, but only one)
ContractActionCreateInput.occurrenceTiming ● TimingCreateInput input
When action happens. (choose any one of occurrence*, but only one)
ContractActionCreateInput.requester ● [ReferenceCreateInput!] list input
Who or what initiated the action and has responsibility for its activation.
ContractActionCreateInput.requesterLinkId ● [String!] list scalar
Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.
ContractActionCreateInput.performerType ● [CodeableConceptCreateInput!] list input
The type of individual that is desired or required to perform or not perform the action.
ContractActionCreateInput.performerRole ● CodeableConceptCreateInput input
The type of role or competency of an individual desired or required to perform or not perform the action.
ContractActionCreateInput.performer ● ReferenceCreateInput input
Indicates who or what is being asked to perform (or not perform) the ction.
ContractActionCreateInput.performerLinkId ● [String!] list scalar
Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.
ContractActionCreateInput.reasonCode ● [CodeableConceptCreateInput!] list input
Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited.
ContractActionCreateInput.reasonReference ● [ReferenceCreateInput!] list input
Indicates another resource whose existence justifies permitting or not permitting this action.
ContractActionCreateInput.reason ● [String!] list scalar
Describes why the action is to be performed or not performed in textual form.
ContractActionCreateInput.reasonLinkId ● [String!] list scalar
Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.
ContractActionCreateInput.note ● [AnnotationCreateInput!] list input
Comments made about the term action made by the requester, performer, subject or other participants.
ContractActionCreateInput.securityLabelNumber ● [Int!] list scalar
Security labels that protects the action.
ContractActionCreateInput.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).
ContractActionCreateInput.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.
ContractActionCreateInput.id ● String scalar
null
Member Of
ContractTermCreateInput input