Qualifier (JSON)
A data qualifier. Qualifiers are used to "qualify" certain data elements to provide additional context, information, or details.
Properties
Name |
Type |
Description |
|
name |
string
|
The name of the qualifier. The name should be an element of a constrained vocabulary and is used to determine meaning of the qualifier. |
|
value |
string
|
The value of the qualifier. Some qualifiers may not have values, indicating that the qualifier is to be treated more like a "tag". |
|
Example
{
"name" : "...",
"value" : "..."
}