CodeableConcept class

A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text

Annotations
  • @freezed

Constructors

CodeableConcept({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'Coding') List<Coding?>? coding, @JsonKey(name: 'Text') String? text})
factory
CodeableConcept.fromJson(Map<String, dynamic> json)
factory

Properties

coding List<Coding?>?
A reference to a code defined by a terminology system.
no setterinherited
copyWith → $CodeableConceptCopyWith<CodeableConcept>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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