ContractAction constructor

const ContractAction({
  1. @JsonKey(name: 'id') FhirId? 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<CodeableConcept>? reasonCode,
  28. List<Reference>? reasonReference,
  29. List<String>? reason,
  30. @JsonKey(name: '_reason') List<Element?>? reasonElement,
  31. List<String>? reasonLinkId,
  32. @JsonKey(name: '_reasonLinkId') List<Element?>? reasonLinkIdElement,
  33. List<Annotation>? note,
  34. List<FhirUnsignedInt>? securityLabelNumber,
  35. @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_ 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.

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 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).

doNotPerform True if the term prohibits the action.

doNotPerformElement 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 Extensions for linkId

status Current state of the term action.

context Encounter or Episode with primary association to 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 Extensions for contextLinkId

occurrenceDateTime When action happens.

occurrenceDateTimeElement 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 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 Extensions for performerLinkId

reasonCode Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited.

reasonReference Indicates another resource whose existence justifies permitting or not permitting this action.

reason Describes why the action is to be performed or not performed in textual form.

reasonElement Extensions for 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.

reasonLinkIdElement 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 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') FhirId? fhirId,

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

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

  /// [doNotPerformElement] 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] 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 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] Extensions for contextLinkId
  @JsonKey(name: '_contextLinkId') List<Element?>? contextLinkIdElement,

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

  /// [occurrenceDateTimeElement] 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] 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] Extensions for performerLinkId
  @JsonKey(name: '_performerLinkId') List<Element?>? performerLinkIdElement,

  /// [reasonCode] Rationale for the action to be performed or not performed.
  ///  Describes why the action is permitted or prohibited.
  List<CodeableConcept>? reasonCode,

  /// [reasonReference] Indicates another resource whose existence justifies
  ///  permitting or not permitting this action.
  List<Reference>? reasonReference,

  /// [reason] Describes why the action is to be performed or not performed in
  ///  textual form.
  List<String>? reason,

  /// [reasonElement] Extensions for reason
  @JsonKey(name: '_reason') List<Element?>? reasonElement,

  /// [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] 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,
  @JsonKey(name: '_securityLabelNumber')

  /// [securityLabelNumberElement] Extensions for securityLabelNumber
  List<Element>? securityLabelNumberElement,
}) = _ContractAction;