ValueSetCompose class

ValueSetCompose A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between CodeSystem definitions and their use in coded elements.

Annotations
  • @freezed

Constructors

ValueSetCompose({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirDate? lockedDate, @JsonKey(name: '_lockedDate') Element? lockedDateElement, FhirBoolean? inactive, @JsonKey(name: '_inactive') Element? inactiveElement, required List<ValueSetInclude> include, List<ValueSetInclude>? exclude, List<String>? property, @JsonKey(name: '_property') List<Element>? propertyElement})
ValueSetCompose A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between CodeSystem definitions and their use in coded elements.
const
factory
ValueSetCompose.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
ValueSetCompose.fromJsonString(String source)
Acts like a constructor, returns a ValueSetCompose, accepts a String as an argument, mostly because I got tired of typing it out
factory
ValueSetCompose.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $ValueSetComposeCopyWith<ValueSetCompose>
no setterinherited
exclude List<ValueSetInclude>?
exclude Exclude one or more codes from the value set based on code system filters and/or other value sets.
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
inactive FhirBoolean?
inactive Whether inactive codes - codes that are not approved for current use - are in the value set. If inactive = true, inactive codes are to be included in the expansion, if inactive = false, the inactive codes will not be included in the expansion. If absent, the behavior is determined by the implementation, or by the applicable $expand parameters (but generally, inactive codes would be expected to be included).
no setterinherited
inactiveElement Element?
inactiveElement ("_inactive") Extensions for inactive
no setterinherited
include List<ValueSetInclude>
include Include one or more codes from a code system or other value set(s).
no setterinherited
lockedDate FhirDate?
lockedDate The Locked Date is the effective date that is used to determine the version of all referenced Code Systems and Value Set Definitions included in the compose that are not already tied to a specific version.
no setterinherited
lockedDateElement Element?
lockedDateElement ("_lockedDate") Extensions for lockedDate
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
property List<String>?
property A property to return in the expansion, if the client doesn't ask for any particular properties. May be either a code from the code system definition (convenient) or a the formal URI that refers to the property. The special value '*' means all properties known to the server.
no setterinherited
propertyElement List<Element>?
propertyElement ("_property") Extensions for property
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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