|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CD
A concept descriptor represents any kind of concept usually by giving a code defined in a code system. A concept descriptor can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A concept descriptor can also contain qualifiers to describe, e.g., the concept of a "left foot" as a postcoordinated term built from the primary code "FOOT" and the qualifier "LEFT". In exceptional cases, the concept descriptor need not contain a code but only the original text describing that concept.
| Method Summary | |
|---|---|
ST |
code()
The plain code symbol defined by the code system. |
UID |
codeSystem()
Specifies the code system that defines the code. |
ST |
codeSystemName()
A common name of the coding system. |
ST |
codeSystemVersion()
If applicable, a version descriptor defined specifically for the given code system. |
ST |
displayName()
A name or title for the code, under which the sending system shows the code value to its users. |
BL |
implies(CD x)
|
CD |
mostSpecificGeneralization(CD x)
|
ED |
originalText()
|
LIST<CR> |
qualifier()
|
SET<CD> |
translation()
|
| Methods inherited from interface org.hl7.types.ANY |
|---|
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ |
| Method Detail |
|---|
ST code()
ST displayName()
UID codeSystem()
ST codeSystemName()
ST codeSystemVersion()
ED originalText()
LIST<CR> qualifier()
SET<CD> translation()
BL implies(CD x)
CD mostSpecificGeneralization(CD x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||