ContractAction constructor

const ContractAction({
  1. @JsonKey(name: 'id') String? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. FhirBoolean? doNotPerform,
  5. @JsonKey(name: '_doNotPerform') Element? doNotPerformElement,
  6. required CodeableConcept type,
  7. List<ContractSubject>? subject,
  8. required CodeableConcept intent,
  9. List<String>? linkId,
  10. @JsonKey(name: '_linkId') List<Element>? linkIdElement,
  11. required CodeableConcept status,
  12. Reference? context,
  13. List<String>? contextLinkId,
  14. @JsonKey(name: '_contextLinkId') List<Element>? contextLinkIdElement,
  15. FhirDateTime? occurrenceDateTime,
  16. @JsonKey(name: '_occurrenceDateTime') Element? occurrenceDateTimeElement,
  17. Period? occurrencePeriod,
  18. Timing? occurrenceTiming,
  19. List<Reference>? requester,
  20. List<String>? requesterLinkId,
  21. @JsonKey(name: '_requesterLinkId') List<Element>? requesterLinkIdElement,
  22. List<CodeableConcept>? performerType,
  23. CodeableConcept? performerRole,
  24. Reference? performer,
  25. List<String>? performerLinkId,
  26. @JsonKey(name: '_performerLinkId') List<Element>? performerLinkIdElement,
  27. List<CodeableReference>? reason,
  28. List<String>? reasonLinkId,
  29. @JsonKey(name: '_reasonLinkId') List<Element>? reasonLinkIdElement,
  30. List<Annotation>? note,
  31. List<FhirUnsignedInt>? securityLabelNumber,
  32. @JsonKey(name: '_securityLabelNumber') List<Element>? securityLabelNumberElement,
})

ContractAction Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.

id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

extension_ ("extension") 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 managable, 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.

modifierExtension 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 managable, 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).

doNotPerform True if the term prohibits the action.

doNotPerformElement ("_doNotPerform") Extensions for doNotPerform

type Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term.

subject Entity of the action.

intent Reason or purpose for the action stipulated by this Contract Provision.

linkId Id identifier?? of the clause or question text related to this action in the referenced form or QuestionnaireResponse.

linkIdElement ("_linkId") Extensions for linkId

status Current state of the term action.

context Encounter or Episode with primary association to the specified term activity.

contextLinkId Id identifier?? of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.

contextLinkIdElement ("_contextLinkId") Extensions for contextLinkId

occurrenceDateTime When action happens.

occurrenceDateTimeElement ("_occurrenceDateTime") Extensions for occurrenceDateTime

occurrencePeriod When action happens.

occurrenceTiming When action happens.

requester Who or what initiated the action and has responsibility for its activation.

requesterLinkId Id identifier?? of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.

requesterLinkIdElement ("_requesterLinkId") Extensions for requesterLinkId

performerType The type of individual that is desired or required to perform or not perform the action.

performerRole The type of role or competency of an individual desired or required to perform or not perform the action.

performer Indicates who or what is being asked to perform (or not perform) the ction.

performerLinkId Id identifier?? of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.

performerLinkIdElement ("_performerLinkId") Extensions for performerLinkId

reason Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. Either a coded concept, or another resource whose existence justifies permitting or not permitting this action.

reasonLinkId Id identifier?? of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.

reasonLinkIdElement ("_reasonLinkId") Extensions for reasonLinkId

note Comments made about the term action made by the requester, performer, subject or other participants.

securityLabelNumber Security labels that protects the action.

securityLabelNumberElement ("_securityLabelNumber") Extensions for securityLabelNumber

Implementation

const factory ContractAction({
  /// [id] Unique id for the element within a resource (for internal
  ///  references). This may be any string value that does not contain spaces.
  @JsonKey(name: 'id') String? fhirId,

  /// [extension_] ("extension") 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 managable, 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.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [modifierExtension] 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 managable, 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).
  List<FhirExtension>? modifierExtension,

  /// [doNotPerform] True if the term prohibits the  action.
  FhirBoolean? doNotPerform,

  /// [doNotPerformElement] ("_doNotPerform") Extensions for doNotPerform
  @JsonKey(name: '_doNotPerform') Element? doNotPerformElement,

  /// [type] Activity or service obligation to be done or not done, performed
  ///  or not performed, effectuated or not by this Contract term.
  required CodeableConcept type,

  /// [subject] Entity of the action.
  List<ContractSubject>? subject,

  /// [intent] Reason or purpose for the action stipulated by this Contract
  ///  Provision.
  required CodeableConcept intent,

  /// [linkId] Id [identifier??] of the clause or question text related to
  ///  this action in the referenced form or QuestionnaireResponse.
  List<String>? linkId,

  /// [linkIdElement] ("_linkId") Extensions for linkId
  @JsonKey(name: '_linkId') List<Element>? linkIdElement,

  /// [status] Current state of the term action.
  required CodeableConcept status,

  /// [context] Encounter or Episode with primary association to the
  ///  specified term activity.
  Reference? context,

  /// [contextLinkId] Id [identifier??] of the clause or question text
  ///  related to the requester of this action in the referenced form or
  ///  QuestionnaireResponse.
  List<String>? contextLinkId,

  /// [contextLinkIdElement] ("_contextLinkId") Extensions for contextLinkId
  @JsonKey(name: '_contextLinkId') List<Element>? contextLinkIdElement,

  /// [occurrenceDateTime] When action happens.
  FhirDateTime? occurrenceDateTime,

  /// [occurrenceDateTimeElement] ("_occurrenceDateTime") Extensions for
  ///  occurrenceDateTime
  @JsonKey(name: '_occurrenceDateTime') Element? occurrenceDateTimeElement,

  /// [occurrencePeriod] When action happens.
  Period? occurrencePeriod,

  /// [occurrenceTiming] When action happens.
  Timing? occurrenceTiming,

  /// [requester] Who or what initiated the action and has responsibility for
  ///  its activation.
  List<Reference>? requester,

  /// [requesterLinkId] Id [identifier??] of the clause or question text
  ///  related to the requester of this action in the referenced form or
  ///  QuestionnaireResponse.
  List<String>? requesterLinkId,

  /// [requesterLinkIdElement] ("_requesterLinkId") Extensions for
  ///  requesterLinkId
  @JsonKey(name: '_requesterLinkId') List<Element>? requesterLinkIdElement,

  /// [performerType] The type of individual that is desired or required to
  ///  perform or not perform the action.
  List<CodeableConcept>? performerType,

  /// [performerRole] The type of role or competency of an individual desired
  ///  or required to perform or not perform the action.
  CodeableConcept? performerRole,

  /// [performer] Indicates who or what is being asked to perform (or not
  ///  perform) the ction.
  Reference? performer,

  /// [performerLinkId] Id [identifier??] of the clause or question text
  ///  related to the reason type or reference of this  action in the
  ///  referenced form or QuestionnaireResponse.
  List<String>? performerLinkId,

  /// [performerLinkIdElement] ("_performerLinkId") Extensions for
  ///  performerLinkId
  @JsonKey(name: '_performerLinkId') List<Element>? performerLinkIdElement,

  /// [reason] Rationale for the action to be performed or not performed.
  ///  Describes why the action is permitted or prohibited. Either a coded
  ///  concept, or another resource whose existence justifies permitting or
  ///  not permitting this action.
  List<CodeableReference>? reason,

  /// [reasonLinkId] Id [identifier??] of the clause or question text related
  ///  to the reason type or reference of this  action in the referenced form
  ///  or QuestionnaireResponse.
  List<String>? reasonLinkId,

  /// [reasonLinkIdElement] ("_reasonLinkId") Extensions for reasonLinkId
  @JsonKey(name: '_reasonLinkId') List<Element>? reasonLinkIdElement,

  /// [note] Comments made about the term action made by the requester,
  ///  performer, subject or other participants.
  List<Annotation>? note,

  /// [securityLabelNumber] Security labels that protects the action.
  List<FhirUnsignedInt>? securityLabelNumber,

  /// [securityLabelNumberElement] ("_securityLabelNumber") Extensions for
  ///  securityLabelNumber
  @JsonKey(name: '_securityLabelNumber')
  List<Element>? securityLabelNumberElement,
}) = _ContractAction;