| Lab UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |
This class represents a section of a Pathology Report. Pathology results generally take the form of documents, which in turn are composed of sections containing free-form text. The College of American Pathologists lists a number of sections that a well-formed pathology report should or may contain. The Pathology Result class therefore is comprised of Lab Report Sections, the Section Title of which should come from some pre-defined vocabulary.
| Attributes | ||
| PathologyReportSection |
Categorizes the section of the report. Possible values include: Brief Clinical History, Frozen Section, Gross Description, MicroscopicExamination, Operative Findings, Post-operative Diagnosis, Pre-operative Diagnosis, etc. |
|
| String |
Contains the lab report results in textual format."Contains the value observed by the observation producer.... It is not a required field because some systems will report only the Interpretation Codes.... This field may repeat for multipart, single answer results." - HL7 Version 2.8, OBX-5. |
|
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | LabReportSection |
| Name Expression | |
| Namespace | Lab |
| Owned Template Signature | |
| Owner | Lab |
| Owning Template Parameter | |
| Package | Lab |
| Qualified Name | FHIM::Lab::LabReportSection |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Attribute Details |
Public PathologyReportSection sectionTitle
Categorizes the section of the report. Possible values include: Brief Clinical History, Frozen Section, Gross Description, MicroscopicExamination, Operative Findings, Post-operative Diagnosis, Pre-operative Diagnosis, etc.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | LabReportSection |
| 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 | sectionTitle |
| Name Expression | |
| Namespace | LabReportSection |
| Opposite | |
| Owner | LabReportSection |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Lab::LabReportSection::sectionTitle |
| Stereotype | |
| Template Parameter | |
| Type | PathologyReportSection |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
Public String text
Contains the lab report results in textual format."Contains the value observed by the observation producer.... It is not a required field because some systems will report only the Interpretation Codes.... This field may repeat for multipart, single answer results." - HL7 Version 2.8, OBX-5.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | LabReportSection |
| 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 | text |
| Name Expression | |
| Namespace | LabReportSection |
| Opposite | |
| Owner | LabReportSection |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | FHIM::Lab::LabReportSection::text |
| Stereotype | |
| Template Parameter | |
| Type | String |
| Upper | 1 |
| Upper Value | (1) |
| Visibility | Public |
| Lab UML Documentation |
| Summary:AttributesProperties | Detail:Attributes |