| Common UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |
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 |
Indicates the diagnosis associated with this entry in the list. |
|
| Integer |
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 Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | DiagnosisListEntry |
| Name Expression | |
| Namespace | Common |
| Owned Template Signature | |
| Owner | Common |
| Owning Template Parameter | |
| Package | Common |
| Qualified Name | FHIM::Common::DiagnosisListEntry |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Attribute Details |
Public Diagnosis diagnosis
Indicates the diagnosis associated with this entry in the list.
| Aggregation | None |
| Alias | |
| Association | diagnosisList_diagnosis |
| Association End | |
| Class | DiagnosisListEntry |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | (1) |
| Multiplicity | 1 |
| Name | diagnosis |
| Name Expression | |
| Namespace | DiagnosisListEntry |
| Opposite | |
| Owner | DiagnosisListEntry |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Common::DiagnosisListEntry::diagnosis |
| Stereotype | |
| Template Parameter | |
| Type | Diagnosis |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
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.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | DiagnosisListEntry |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | (1) |
| Multiplicity | 1 |
| Name | precedence |
| Name Expression | |
| Namespace | DiagnosisListEntry |
| Opposite | |
| Owner | DiagnosisListEntry |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Common::DiagnosisListEntry::precedence |
| Stereotype | |
| Template Parameter | |
| Type | Integer |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
| Common UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |