CodeValueType¶
Allows for string content which may be taken from an externally maintained controlled vocabulary (code value). If the content is from a controlled vocabulary provide the code value, as well as a reference to the code list from which the value is taken. Provide as many of the identifying attributes as needed to adequately identify the controlled vocabulary. Note that DDI has published a number of controlled vocabularies applicable to several locations using the CodeValue structure. Use of shared controlled vocabularies helps support interoperability and machine actionability.
Properties¶
Name |
Type |
Description |
|
---|---|---|---|
CodeListID |
string |
0..1 |
The ID of the code list (controlled vocabulary) that the content was taken from. |
CodeListName_string |
string |
0..1 |
The name of the code list. |
CodeListAgencyName |
string |
0..1 |
The name of the agency maintaining the code list. |
CodeListVersionID |
string |
0..1 |
The version number of the code list (default is 1.0). |
OtherValue |
string |
0..1 |
If the value of the string is “Other” or the equivalent from the codelist, this attribute can provide a more specific value not found in the codelist. |
CodeListURN |
string |
0..1 |
The URN of the codelist. |
CodeListSchemeURN |
string |
0..1 |
If maintained within a scheme, the URN of the scheme containing the codelist. |
Properties Inherited from string¶
No properties are inherited.
Item Type Hierarchy¶
- string
- CodeValueType