Coding
A coded value from a defined code system. Used throughout BIND for standardized enumerations.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Coding | A coded value from a defined code system. | ||
| system | 0..1 | string | The code system URI that defines the code. |
| code | 1..1 | string | The code value from the code system |
| display | 0..1 | string | Human-readable display text for the code |
Terminology Browser
The system field references a BIND code set URI (e.g. https://bind.codes/LineOfBusiness). You can browse all available code sets and their values in the Terminology Browser.
To look up a specific code set, navigate to https://playground.bind-standard.org/terminology/{CodeSetId} — for example, LineOfBusiness.
Example
json
{
"system": "https://bind.codes/line-of-business",
"code": "GL",
"display": "General Liability"
}JSON Schema
Full JSON Schema: Coding.schema.json