RelatedArtifact class

RelatedArtifact Related artifacts such as additional documentation, justification, or bibliographic references.

Annotations
  • @freezed

Constructors

RelatedArtifact({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, RelatedArtifactType? 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, Reference? resourceReference, FhirCode? publicationStatus, @JsonKey(name: '_publicationStatus') Element? publicationStatusElement, FhirDate? publicationDate, @JsonKey(name: '_publicationDate') Element? publicationDateElement})
RelatedArtifact Related artifacts such as additional documentation, justification, or bibliographic references.
const
factory
RelatedArtifact.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
RelatedArtifact.fromJsonString(String source)
Acts like a constructor, returns a RelatedArtifact, accepts a String as an argument, mostly because I got tired of typing it out
factory
RelatedArtifact.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 → $RelatedArtifactCopyWith<RelatedArtifact>
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. This is exclusive with the resource element.
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 citation from elsewhere in the containing artifact, such as a footnote index.
no setterinherited
labelElement Element?
labelElement ("_label") Extensions for label
no setterinherited
publicationDate FhirDate?
publicationDate The date of publication of the artifact being referred to.
no setterinherited
publicationDateElement Element?
publicationDateElement ("_publicationDate") Extensions for publicationDate
no setterinherited
publicationStatus FhirCode?
publicationStatus The publication status of the artifact being referred to.
no setterinherited
publicationStatusElement Element?
publicationStatusElement ("_publicationStatus") Extensions for publicationStatus
no setterinherited
resource FhirCanonical?
resource The related artifact, such as a library, value set, profile, or other knowledge 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 RelatedArtifactType?
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