RequirementsStatement class

RequirementsStatement A set of requirements - a list of features or behaviors of designed systems that are necessary to achieve organizational or regulatory goals.

Annotations
  • @freezed

Constructors

RequirementsStatement({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirId? key, @JsonKey(name: '_key') Element? keyElement, String? label, @JsonKey(name: '_label') Element? labelElement, List<FhirCode>? conformance, @JsonKey(name: '_conformance') List<Element>? conformanceElement, FhirBoolean? conditionality, @JsonKey(name: '_conditionality') Element? conditionalityElement, FhirMarkdown? requirement, @JsonKey(name: '_requirement') Element? requirementElement, String? derivedFrom, @JsonKey(name: '_derivedFrom') Element? derivedFromElement, String? parent, @JsonKey(name: '_parent') Element? parentElement, List<FhirUrl>? satisfiedBy, @JsonKey(name: '_satisfiedBy') List<Element>? satisfiedByElement, List<FhirUrl>? reference, @JsonKey(name: '_reference') List<Element>? referenceElement, List<Reference>? source})
RequirementsStatement A set of requirements - a list of features or behaviors of designed systems that are necessary to achieve organizational or regulatory goals.
const
factory
RequirementsStatement.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
RequirementsStatement.fromJsonString(String source)
Acts like a constructor, returns a RequirementsStatement, accepts a String as an argument, mostly because I got tired of typing it out
factory
RequirementsStatement.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

conditionality FhirBoolean?
conditionality This boolean flag is set to true of the text of the requirement is conditional on something e.g. it includes lanauage like 'if x then y'. This conditionality flag is introduced for purposes of filtering and colour highlighting etc.
no setterinherited
conditionalityElement Element?
conditionalityElement ("_conditionality") Extensions for conditionality
no setterinherited
conformance List<FhirCode>?
conformance A short human usable label for this statement.
no setterinherited
conformanceElement List<Element>?
conformanceElement ("_conformance") Extensions for conformance
no setterinherited
copyWith → $RequirementsStatementCopyWith<RequirementsStatement>
no setterinherited
derivedFrom String?
derivedFrom Another statement on one of the requirements that this requirement clarifies or restricts.
no setterinherited
derivedFromElement Element?
derivedFromElement ("_derivedFrom") Extensions for derivedFrom
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
key FhirId?
key Key that identifies this statement (unique within this resource).
no setterinherited
keyElement Element?
keyElement ("_key") Extensions for key
no setterinherited
label String?
label A short human usable label for this statement.
no setterinherited
labelElement Element?
labelElement ("_label") Extensions for label
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
parent String?
parent A larger requirement that this requirement helps to refine and enable.
no setterinherited
parentElement Element?
parentElement ("_parent") Extensions for parent
no setterinherited
reference List<FhirUrl>?
reference A reference to another artifact that created this requirement. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere.
no setterinherited
referenceElement List<Element>?
referenceElement ("_reference") Extensions for reference
no setterinherited
requirement FhirMarkdown?
requirement The actual requirement for human consumption.
no setterinherited
requirementElement Element?
requirementElement ("_requirement") Extensions for requirement
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiedBy List<FhirUrl>?
satisfiedBy A reference to another artifact that satisfies this requirement. This could be a Profile, extension, or an element in one of those, or a CapabilityStatement, OperationDefinition, SearchParameter, CodeSystem(/code), ValueSet, Libary etc.
no setterinherited
satisfiedByElement List<Element>?
satisfiedByElement ("_satisfiedBy") Extensions for satisfiedBy
no setterinherited
source List<Reference>?
source Who asked for this statement to be a requirement. By default, it's assumed that the publisher knows who it is if it matters.
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