ContractAction class

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

Annotations
  • @freezed

Constructors

ContractAction({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirBoolean? doNotPerform, @JsonKey(name: '_doNotPerform') Element? doNotPerformElement, required CodeableConcept type, List<ContractSubject>? subject, required CodeableConcept intent, List<String>? linkId, @JsonKey(name: '_linkId') List<Element>? linkIdElement, required CodeableConcept status, Reference? context, List<String>? contextLinkId, @JsonKey(name: '_contextLinkId') List<Element>? contextLinkIdElement, FhirDateTime? occurrenceDateTime, @JsonKey(name: '_occurrenceDateTime') Element? occurrenceDateTimeElement, Period? occurrencePeriod, Timing? occurrenceTiming, List<Reference>? requester, List<String>? requesterLinkId, @JsonKey(name: '_requesterLinkId') List<Element>? requesterLinkIdElement, List<CodeableConcept>? performerType, CodeableConcept? performerRole, Reference? performer, List<String>? performerLinkId, @JsonKey(name: '_performerLinkId') List<Element>? performerLinkIdElement, List<CodeableReference>? reason, List<String>? reasonLinkId, @JsonKey(name: '_reasonLinkId') List<Element>? reasonLinkIdElement, List<Annotation>? note, List<FhirUnsignedInt>? securityLabelNumber, @JsonKey(name: '_securityLabelNumber') List<Element>? securityLabelNumberElement})
ContractAction Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
const
factory
ContractAction.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ContractAction.fromJsonString(String source)
Acts like a constructor, returns a ContractAction, accepts a String as an argument, mostly because I got tired of typing it out
factory
ContractAction.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

context Reference?
context Encounter or Episode with primary association to the specified term activity.
no setterinherited
contextLinkId List<String>?
contextLinkId Id identifier?? of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.
no setterinherited
contextLinkIdElement List<Element>?
contextLinkIdElement ("_contextLinkId") Extensions for contextLinkId
no setterinherited
copyWith → $ContractActionCopyWith<ContractAction>
no setterinherited
doNotPerform FhirBoolean?
doNotPerform True if the term prohibits the action.
no setterinherited
doNotPerformElement Element?
doNotPerformElement ("_doNotPerform") Extensions for doNotPerform
no setterinherited
extension_ List<FhirExtension>?
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.
no setterinherited
fhirId String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
intent CodeableConcept
intent Reason or purpose for the action stipulated by this Contract Provision.
no setterinherited
linkId List<String>?
linkId Id identifier?? of the clause or question text related to this action in the referenced form or QuestionnaireResponse.
no setterinherited
linkIdElement List<Element>?
linkIdElement ("_linkId") Extensions for linkId
no setterinherited
modifierExtension List<FhirExtension>?
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).
no setterinherited
note List<Annotation>?
note Comments made about the term action made by the requester, performer, subject or other participants.
no setterinherited
occurrenceDateTime FhirDateTime?
occurrenceDateTime When action happens.
no setterinherited
occurrenceDateTimeElement Element?
occurrenceDateTimeElement ("_occurrenceDateTime") Extensions for occurrenceDateTime
no setterinherited
occurrencePeriod Period?
occurrencePeriod When action happens.
no setterinherited
occurrenceTiming Timing?
occurrenceTiming When action happens.
no setterinherited
performer Reference?
performer Indicates who or what is being asked to perform (or not perform) the ction.
no setterinherited
performerLinkId List<String>?
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.
no setterinherited
performerLinkIdElement List<Element>?
performerLinkIdElement ("_performerLinkId") Extensions for performerLinkId
no setterinherited
performerRole CodeableConcept?
performerRole The type of role or competency of an individual desired or required to perform or not perform the action.
no setterinherited
performerType List<CodeableConcept>?
performerType The type of individual that is desired or required to perform or not perform the action.
no setterinherited
reason List<CodeableReference>?
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.
no setterinherited
reasonLinkId List<String>?
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.
no setterinherited
reasonLinkIdElement List<Element>?
reasonLinkIdElement ("_reasonLinkId") Extensions for reasonLinkId
no setterinherited
requester List<Reference>?
requester Who or what initiated the action and has responsibility for its activation.
no setterinherited
requesterLinkId List<String>?
requesterLinkId Id identifier?? of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.
no setterinherited
requesterLinkIdElement List<Element>?
requesterLinkIdElement ("_requesterLinkId") Extensions for requesterLinkId
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityLabelNumber List<FhirUnsignedInt>?
securityLabelNumber Security labels that protects the action.
no setterinherited
securityLabelNumberElement List<Element>?
securityLabelNumberElement ("_securityLabelNumber") Extensions for securityLabelNumber
no setterinherited
status CodeableConcept
status Current state of the term action.
no setterinherited
subject List<ContractSubject>?
subject Entity of the action.
no setterinherited
type CodeableConcept
type Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited