Common
Class DiagnosisListEntry

This class provides a mechanism to associate a record with multiple diagnoses. Rather than have the traditional "primary diagnosis", "secondary diagnosis", etc. in a record, the record will contain a zero-to-many pointer to this class, which then has a one-to-one pointer to a diagnosis, with a precedence property to indicate primary, secondary, tertiary, etc.

Attributes
Diagnosis diagnosis diagnosis

Indicates the diagnosis associated with this entry in the list.

Integer precedence precedence

Provides an indication of whether the diagnosis is primary, secondary, tertiary, etc.
"Ranking of the diagnosis (for each role type)." - HL7 FHIR, Encounter.diagnosis.rank
"Sequence of diagnosis which serves to provide a link." - HL7 FHIR, Claim.diagnosis.sequence
"Principal discharge diagnosis flag." - PCORnet Common Data Model, Encounter.PDX. Possible values include: Principal; Secondary; No information; Unknown; Other.


Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameDiagnosisListEntry
Name Expression
NamespaceCommon
Owned Template Signature
OwnerCommon
Owning Template Parameter
PackageCommon
Qualified NameFHIM::Common::DiagnosisListEntry
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 diagnosis
Public Diagnosis diagnosis

Indicates the diagnosis associated with this entry in the list.

Constraints:
Properties:

AggregationNone
Alias
AssociationdiagnosisList_diagnosis
Association End
ClassDiagnosisListEntry
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value(1)
Multiplicity1
Namediagnosis
Name Expression
NamespaceDiagnosisListEntry
Opposite
OwnerDiagnosisListEntry
Owning Association
Owning Template Parameter
Qualified NameFHIM::Common::DiagnosisListEntry::diagnosis
Stereotype
Template Parameter
TypeDiagnosis
Upper1
Upper Value(1)
VisibilityPublic


 precedence
Public Integer precedence

Provides an indication of whether the diagnosis is primary, secondary, tertiary, etc.
"Ranking of the diagnosis (for each role type)." - HL7 FHIR, Encounter.diagnosis.rank
"Sequence of diagnosis which serves to provide a link." - HL7 FHIR, Claim.diagnosis.sequence
"Principal discharge diagnosis flag." - PCORnet Common Data Model, Encounter.PDX. Possible values include: Principal; Secondary; No information; Unknown; Other.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassDiagnosisListEntry
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value(1)
Multiplicity1
Nameprecedence
Name Expression
NamespaceDiagnosisListEntry
Opposite
OwnerDiagnosisListEntry
Owning Association
Owning Template Parameter
Qualified NameFHIM::Common::DiagnosisListEntry::precedence
Stereotype
Template Parameter
TypeInteger
Upper1
Upper Value(1)
VisibilityPublic