EpisodeofcareDiagnosis class

Diagnosis during episode of care

Annotations
  • @freezed

Constructors

EpisodeofcareDiagnosis({@Default('') @JsonKey(name: 'ID') String? id, @JsonKey(name: 'Condition') Reference? condition, @JsonKey(name: 'Role') CodeableConcept? role, @JsonKey(name: 'Rank') int? rank})
factory
EpisodeofcareDiagnosis.fromJson(Map<String, dynamic> json)
factory

Properties

condition Reference?
Conditions/problems/diagnoses that this episode of care is intended to be providing care for.
no setterinherited
copyWith → $EpisodeofcareDiagnosisCopyWith<EpisodeofcareDiagnosis>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
rank int?
Ranking of the diagnosis (for each role type).
no setterinherited
role CodeableConcept?
Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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