Generic class to represent the code list and code that is used
Properties
View raw schema
{
"type": "object",
"required": [
"listId",
"code"
],
"properties": {
"code": {
"type": "string",
"format": "record-key"
},
"listId": {
"type": "string",
"format": "nsid",
"description": "Identifier of the standard code list that contains the allowed codes."
}
},
"description": "Generic class to represent the code list and code that is used"
}