interface CodeSystemProperty {
    _code?: Element;
    _description?: Element;
    _type?: Element;
    _uri?: Element;
    code: code;
    description?: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type: code;
    uri?: uri;
}

Properties

_code?: Element

Identifies the property on the concepts, and when referred to in operations

_description?: Element

Why the property is defined, and/or what it conveys

_type?: Element

code | Coding | string | integer | boolean | dateTime | decimal

_uri?: Element

Formal identifier for the property

code: code

Identifies the property on the concepts, and when referred to in operations

description?: string

Why the property is defined, and/or what it conveys

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

type: code

code | Coding | string | integer | boolean | dateTime | decimal

uri?: uri

Formal identifier for the property