IGUHealth
    Preparing search index...
    interface CatalogEntry {
        _implicitRules?: Element;
        _language?: Element;
        _lastUpdated?: Element;
        _orderable?: Element;
        _status?: Element;
        _validTo?: Element;
        additionalCharacteristic?: CodeableConcept[];
        additionalClassification?: CodeableConcept[];
        additionalIdentifier?: Identifier[];
        classification?: CodeableConcept[];
        contained?: ConcreteType[];
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        lastUpdated?: dateTime;
        meta?: Meta;
        modifierExtension?: Extension[];
        orderable: boolean;
        referencedItem: Reference;
        relatedEntry?: CatalogEntryRelatedEntry[];
        resourceType: "CatalogEntry";
        status?: code;
        text?: Narrative;
        type?: CodeableConcept;
        validityPeriod?: Period;
        validTo?: dateTime;
    }
    Index

    Properties

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _lastUpdated?: Element

    When was this catalog last updated

    _orderable?: Element

    Whether the entry represents an orderable item

    _status?: Element

    draft | active | retired | unknown

    _validTo?: Element

    The date until which this catalog entry is expected to be active

    additionalCharacteristic?: CodeableConcept[]

    Additional characteristics of the catalog entry

    additionalClassification?: CodeableConcept[]

    Additional classification of the catalog entry

    additionalIdentifier?: Identifier[]

    Any additional identifier(s) for the catalog item, in the same granularity or concept

    classification?: CodeableConcept[]

    Classification (category or class) of the item entry

    contained?: ConcreteType[]

    Contained, inline Resources

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Unique identifier of the catalog item

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    lastUpdated?: dateTime

    When was this catalog last updated

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    orderable: boolean

    Whether the entry represents an orderable item

    referencedItem: Reference

    The item that is being defined

    relatedEntry?: CatalogEntryRelatedEntry[]

    An item that this catalog entry is related to

    resourceType: "CatalogEntry"
    status?: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    The type of item - medication, device, service, protocol or other

    validityPeriod?: Period

    The time period in which this catalog entry is expected to be active

    validTo?: dateTime

    The date until which this catalog entry is expected to be active