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

used by used in type used
IdentifiableElement coding range Coding
GovernedElement coding range Coding
Labelled coding range Coding
IsProfile security range Coding
MetaDataVersion codings range Coding
MetaDataVersion coding range Coding
Item coding range Coding
ItemGroup security range Coding
ItemGroup coding range Coding
Relationship coding range Coding
CodeList coding range Coding
CodeListItem coding range Coding
Comment coding range Coding
Dictionary terms range Coding
Dictionary coding range Coding
ReifiedConcept coding range Coding
ConceptProperty coding range Coding
WhereClause coding range Coding
Condition coding range Coding
FormalExpression coding range Coding
Method coding range Coding
SourceItem coding range Coding
Parameter coding range Coding
ReturnValue coding range Coding
SiteOrSponsorComment coding range Coding
User coding range Coding
Organization coding range Coding
Standard coding range Coding
Resource coding range Coding
DocumentReference coding range Coding
Timing coding range Coding
NominalOccurrence coding range Coding
DataStructureDefinition security range Coding
DataStructureDefinition coding range Coding
Dataflow coding range Coding
Dataset security range Coding
Dataset coding range Coding
CubeComponent coding range Coding
Measure coding range Coding
Dimension coding range Coding
DataAttribute coding range Coding
ComponentList coding range Coding
DataProduct coding range Coding
DataService coding range Coding
DataProvider coding range Coding
ProvisionAgreement coding range Coding

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