CodeableReference class

A reference to a resource or a concept.

Implemented types

Constructors

CodeableReference({FixedList<Coding>? coding, String? text})
Creates a new CodeableReference instance.
CodeableReference.fromJson(JsonObject _json)
Creates an CodeableReference instance from the provided JSON object.

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
Converts this CodeableReference instance to a JSON object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Plain text narrative that identifies the resource in addition to the resource reference.
no setteroverride

Methods

copyWith({FixedList<Coding>? coding, String? text}) CodeableReference
Creates a copy of this CodeableReference but with the given fields
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 CodeableReference
textField → const FieldDefinition<String>
Field definition for text