Coding
A reference to a code defined by a terminology system.
Definition
The code defines the meaning of the Coding. The system provides the source of the code's definition, along with an optional version reference. The display is a human display for the text defined by the system - it is not intended for computation.
Type
coding
Attributes
Key | Type | Cardinality | Description |
---|---|---|---|
system | uri | 0..1 | The identification of the code system that defines the meaning of the symbol in the code. |
version | symbol | 0..1 | The version of the code system which was used when choosing this code. |
code | code | 0..1 | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
display | symbol | 0..1 | A representation of the meaning of the code in the system, following the rules of the system. |
{
"system": "<uri>",
"version": "<symbol>",
"code": "<code>",
"display": "<symbol>"
}
Updated 12 months ago