OntoDL Object Type: concept
Zur Navigation springen
Zur Suche springen
Defined Properties
| Property Name | RWDS | Type | Subtype | Card. | Definition |
|---|---|---|---|---|---|
| Name | RD | string | 1..1 | Name of the concept as set when the concept was defined. | |
| Type | RD | string | 1..1 | "concept" | |
| Code | RWD | string | 1..1 | Code of the concept. A concept's code shall be unique within a system. If no code is set, OntoDL takes the concept name as the code. | |
| System | RWD | system | 1..1 | Each concept was initially defined as part of a code system. This property provides a reference to the respective OntoDL object. Attention: For concepts within a value set this property provides the link to the code system where the concept originated from. | |
| Parent | RWD | concept | 0/1..1 | Reference to the superordinate concept. If the concept is a root-concept, a concept with Name and Code set to "NULL" will be provided. | |
| Definition | RW | collection | string | 0..* | Definition of the predicate. Adding a value to this property will add another collection element unless the set-statement with mode set to "overwrite" is used. NOTE: This feature is not supported for the CTS2LE FHIR DSTU-2 release. |
| Display | RWD | string | 0..1 | Text to be shown in the CTS2LE Ontology Browser. NOTE: This feature is not supported for the CTS2LE FHIR DSTU-2 release. | |
| Designation | RW | collection | string | 0..* | Alternative designations for the concept. Designations may differ by language and/or use. |
| Level | R(W) | string | 1..1 | Hierarchy level of a concept within a concept tree. Top-level concepts within a code system have Level="1". Concept definitions outside a code system have Level="0". This property can only be set in conjunction with the #table directive. |
RWDS = Read Access - Write Access - Default Value if not explicitly set - Special Treatment