CitationRelatesTo class

CitationRelatesTo The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.

Annotations
  • @freezed

Constructors

CitationRelatesTo({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirCode? type, @JsonKey(name: '_type') Element? typeElement, List<CodeableConcept>? classifier, String? label, @JsonKey(name: '_label') Element? labelElement, String? display, @JsonKey(name: '_display') Element? displayElement, FhirMarkdown? citation, @JsonKey(name: '_citation') Element? citationElement, Attachment? document, FhirCanonical? resource, @JsonKey(name: '_resource') Element? resourceElement, Reference? resourceReference})
CitationRelatesTo The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.
const
factory
CitationRelatesTo.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CitationRelatesTo.fromJsonString(String source)
Acts like a constructor, returns a CitationRelatesTo, accepts a String as an argument, mostly because I got tired of typing it out
factory
CitationRelatesTo.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

citation FhirMarkdown?
citation A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.
no setterinherited
citationElement Element?
citationElement ("_citation") Extensions for citation
no setterinherited
classifier List<CodeableConcept>?
classifier Provides additional classifiers of the related artifact.
no setterinherited
copyWith → $CitationRelatesToCopyWith<CitationRelatesTo>
no setterinherited
display String?
display A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.
no setterinherited
displayElement Element?
displayElement ("_display") Extensions for display
no setterinherited
document Attachment?
document The document being referenced, represented as an attachment. Do not use this element if using the resource element to provide the canonical to the related artifact.
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
label String?
label A short label that can be used to reference the related artifact from elsewhere in the containing artifact, such as a footnote index.
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
resource FhirCanonical?
resource The related artifact, such as a library, value set, profile, or other knowledge resource.
no setterinherited
resourceElement Element?
resourceElement ("_resource") Extensions for resource
no setterinherited
resourceReference Reference?
resourceReference The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FhirCode?
type The type of relationship to the related artifact.
no setterinherited
typeElement Element?
typeElement ("_type") Extensions for type
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