| Autopsy UML Documentation |
Lab::Autopsy
Class AnatomicMeasurement
This class contains measurements of various organs and structures to include the entire body. The bodySite property indicates the organ or structure to be measured, e.g., Brain. The measurementType indicates whether we're measuring the length, volume, or weight. The measurementValue property holds the actual measurement e.g., 1500 grams. In VA's VistA system, the following fields are specificaly called out, which would be contained in this class, along with potentially others: Body Height, Body Weight, Length Of Aortic Valve, Length Of Mitral Valve, Length Of Pulmonic Valve, Length Of Tricuspid Valve, Length Of Ventricle (Left), Length Of Ventricle (Right), Volume Of Pericardial Cavity, Volume Of Peritoneal Cavity, Volume Of Pleural Cavity (Left), Volume Of Pleural Cavity (Right), Weight Of Adrenal Gland (Left), Weight Of Adrenal Gland(Right), Weight Of Brain , Weight Of Heart , Weight Of Kidney (Left), Weight Of Kidney (Right), Weight Of Liver, Weight Of Lung (Left), Weight Of Lung (Right), Weight Of Ovary (Left), Weight Of Ovary (Right), Weight Of Pancreas, Weight Of Parathyroid (Left Lower), Weight Of Parathyroid (Left Upper), Weight Of Parathyroid (Right Lower), Weight Of Parathyroid (Right Upper), Weight Of Pituitary Gland, Weight Of Spleen, Weight Of Testis (Left), Weight Of Testis (Right), Weight Of Thyroid Gland
Attributes |
«CS» Code | bodySite |
This property indicates the organ or structure that is being measured, e.g., the Brain. Note that this property will require an extensive effort by the terminology team to define fully.
|
«CS» Code | measurementType |
Identifies the kind of measurement that is contained in the measurement value such as weight, length, or volume.
|
«PQ» Quantity | measurementValue |
Contains the actual measurement of the organ or bodily structure measured. Note that this is a physical quantity, so the datatype contains both the measurement value and the unit of measure (e.g., 1500 grams).
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | AnatomicMeasurement |
Name Expression | |
Namespace | Autopsy |
Owned Template Signature | |
Owner | Autopsy |
Owning Template Parameter | |
Package | Autopsy |
Qualified Name | FHIM::Lab::Autopsy::AnatomicMeasurement |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
bodySite
Public «CS» Code bodySite
-
This property indicates the organ or structure that is being measured, e.g., the Brain. Note that this property will require an extensive effort by the terminology team to define fully.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | AnatomicMeasurement |
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 | bodySite |
Name Expression | |
Namespace | AnatomicMeasurement |
Opposite | |
Owner | AnatomicMeasurement |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Lab::Autopsy::AnatomicMeasurement::bodySite |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
measurementType
Public «CS» Code measurementType
-
Identifies the kind of measurement that is contained in the measurement value such as weight, length, or volume.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | AnatomicMeasurement |
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 | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | measurementType |
Name Expression | |
Namespace | AnatomicMeasurement |
Opposite | |
Owner | AnatomicMeasurement |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Lab::Autopsy::AnatomicMeasurement::measurementType |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
measurementValue
Public «PQ» Quantity measurementValue
-
Contains the actual measurement of the organ or bodily structure measured. Note that this is a physical quantity, so the datatype contains both the measurement value and the unit of measure (e.g., 1500 grams).
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | AnatomicMeasurement |
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 | measurementValue |
Name Expression | |
Namespace | AnatomicMeasurement |
Opposite | |
Owner | AnatomicMeasurement |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Lab::Autopsy::AnatomicMeasurement::measurementValue |
Stereotype | |
Template Parameter | |
Type | «PQ» Quantity |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Autopsy UML Documentation |