Skip to content

Coding

A coded value from a defined code system. Used throughout BIND for standardized enumerations.

Structure

NameCard.TypeDescription
RCodingA coded value from a defined code system.
system0..1stringThe code system URI that defines the code.
code1..1stringThe code value from the code system
display0..1stringHuman-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