CodeableConcept class

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

Implemented types

Constructors

CodeableConcept({FixedList<Coding>? coding, String? text})
Creates a new CodeableConcept instance.
CodeableConcept.fromJson(JsonObject _json)
Creates a new CodeableConcept instance from a JsonObject.

Properties

coding FixedList<Coding>?
A reference to a code defined by a terminology system.
no setteroverride
hashCode int
The hash code for this object.
no setteroverride
json → JsonObject
The underlying JSON object for this instance.
no setter
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 setteroverride

Methods

copyWith({FixedList<Coding>? coding, String? text}) CodeableConcept
Makes a copy of this CodeableConcept and allows for non-destructive mutation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

codingField → const FieldDefinition<FixedList<Coding>>
Field definition for coding
fieldDefinitions → const List<FieldDefinition<Object>>
All field definitions for CodeableConcept
textField → const FieldDefinition<String>
Field definition for text