interface CodeSystemConceptProperty {
    _code?: Element;
    _valueBoolean?: Element;
    _valueCode?: Element;
    _valueDateTime?: Element;
    _valueDecimal?: Element;
    _valueInteger?: Element;
    _valueString?: Element;
    code: code;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    valueBoolean?: boolean;
    valueCode?: code;
    valueCoding?: Coding;
    valueDateTime?: dateTime;
    valueDecimal?: decimal;
    valueInteger?: integer;
    valueString?: string;
}

Properties

_code?: Element

Reference to CodeSystem.property.code

_valueBoolean?: Element

Value of the property for this concept

_valueCode?: Element

Value of the property for this concept

_valueDateTime?: Element

Value of the property for this concept

_valueDecimal?: Element

Value of the property for this concept

_valueInteger?: Element

Value of the property for this concept

_valueString?: Element

Value of the property for this concept

code: code

Reference to CodeSystem.property.code

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

valueBoolean?: boolean

Value of the property for this concept

valueCode?: code

Value of the property for this concept

valueCoding?: Coding

Value of the property for this concept

valueDateTime?: dateTime

Value of the property for this concept

valueDecimal?: decimal

Value of the property for this concept

valueInteger?: integer

Value of the property for this concept

valueString?: string

Value of the property for this concept

MMNEPVFCICPMFPCPTTAAATR