Identifier class

Identifies some entity uniquely and unambiguously. typically this is used for business identifiers.

Annotations
  • @freezed

Constructors

Identifier({@JsonKey(name: 'ID') String? id, @JsonKey(name: 'Use', unknownEnumValue: IdentifierUseEnum.official) IdentifierUseEnum? use, @JsonKey(name: 'Type') CodeableConcept? type, @JsonKey(name: 'System') String? system, @JsonKey(name: 'Value') String? value, @JsonKey(name: 'Period') Period? period, @JsonKey(name: 'Assigner') Reference? assigner})
factory
Identifier.fromJson(Map<String, dynamic> json)
factory

Properties

assigner Reference?
Organization that issued/manages the identifier.
no setterinherited
copyWith → $IdentifierCopyWith<Identifier>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
period Period?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
system String?
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
no setterinherited
type CodeableConcept?
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
no setterinherited
use IdentifierUseEnum?
The purpose of this identifier.
no setterinherited
value String?
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
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