Class: Coding
A semantic reference that provides standardized codes and their meanings from controlled vocabularies
URI: odm:class/Coding
erDiagram
Coding {
string code
string decode
string codeSystem
string codeSystemVersion
AliasPredicate aliasType
}
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
code | 1 String |
The code value | direct |
decode | 0..1 String or String or TranslatedText |
Human-readable meaning | direct |
codeSystem | 1 String |
The code system identifier | direct |
codeSystemVersion | 0..1 String |
The code system version | direct |
aliasType | 0..1 AliasPredicate |
How this coding is related in the context of its parent element | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/define-json
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:Coding |
native | odm:Coding |
exact | odm:Coding, usdm:Code, fhir:Coding |
close | omop:Concept, skos:Concept, skos:Label, sdmx:Code, sdmx:Concept, sdmx:ISOConceptReference |
LinkML Source
Direct
name: Coding
description: A semantic reference that provides standardized codes and their meanings
from controlled vocabularies
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:Coding
- usdm:Code
- fhir:Coding
close_mappings:
- omop:Concept
- skos:Concept
- skos:Label
- sdmx:Code
- sdmx:Concept
- sdmx:ISOConceptReference
attributes:
code:
name: code
description: The code value
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Coding
range: string
required: true
decode:
name: decode
description: Human-readable meaning
from_schema: https://cdisc.org/define-json
exact_mappings:
- skos:prefLabel
domain_of:
- CodeListItem
- Coding
any_of:
- range: string
- range: TranslatedText
codeSystem:
name: codeSystem
description: The code system identifier
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Coding
range: string
required: true
codeSystemVersion:
name: codeSystemVersion
description: The code system version
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Coding
range: string
aliasType:
name: aliasType
description: How this coding is related in the context of its parent element
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- Coding
range: AliasPredicate
Induced
name: Coding
description: A semantic reference that provides standardized codes and their meanings
from controlled vocabularies
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:Coding
- usdm:Code
- fhir:Coding
close_mappings:
- omop:Concept
- skos:Concept
- skos:Label
- sdmx:Code
- sdmx:Concept
- sdmx:ISOConceptReference
attributes:
code:
name: code
description: The code value
from_schema: https://cdisc.org/define-json
rank: 1000
alias: code
owner: Coding
domain_of:
- Coding
range: string
required: true
decode:
name: decode
description: Human-readable meaning
from_schema: https://cdisc.org/define-json
exact_mappings:
- skos:prefLabel
alias: decode
owner: Coding
domain_of:
- CodeListItem
- Coding
any_of:
- range: string
- range: TranslatedText
codeSystem:
name: codeSystem
description: The code system identifier
from_schema: https://cdisc.org/define-json
rank: 1000
alias: codeSystem
owner: Coding
domain_of:
- Coding
range: string
required: true
codeSystemVersion:
name: codeSystemVersion
description: The code system version
from_schema: https://cdisc.org/define-json
rank: 1000
alias: codeSystemVersion
owner: Coding
domain_of:
- Coding
range: string
aliasType:
name: aliasType
description: How this coding is related in the context of its parent element
from_schema: https://cdisc.org/define-json
rank: 1000
alias: aliasType
owner: Coding
domain_of:
- Coding
range: AliasPredicate