http://hl7.org/fhir/StructureDefinition/CatalogEntry|4.0.1

Catalog entries are wrappers that contextualize items included in a catalog.
description: Catalog entries are wrappers that contextualize items included in a catalog.
derivation: specialization
name: CatalogEntry
type: CatalogEntry
elements:
  additionalCharacteristic: {short: Additional characteristics of the catalog entry, array: true, index: 10}
  additionalClassification: {short: Additional classification of the catalog entry, array: true, index: 11}
  referencedItem: {short: The item that is being defined, isSummary: true, index: 3}
  type: {short: 'The type of item - medication, device, service, protocol or other', index: 1}
  classification: {short: Classification (category or class) of the item entry, array: true, index: 5}
  validityPeriod: {short: The time period in which this catalog entry is expected to be active, index: 7}
  orderable: {short: Whether the entry represents an orderable item, isSummary: true, index: 2}
  status:
    short: draft | active | retired | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    index: 6
  validTo: {short: The date until which this catalog entry is expected to be active, index: 8}
  identifier: {short: Unique identifier of the catalog item, array: true, isSummary: true, index: 0}
  additionalIdentifier: {short: 'Any additional identifier(s) for the catalog item, in the same granularity or concept', array: true, index: 4}
  lastUpdated: {short: When was this catalog last updated, index: 9}
  relatedEntry:
    short: An item that this catalog entry is related to
    array: true
    index: 12
    elements:
      relationtype:
        short: triggers | is-replaced-by
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/relation-type|4.0.1'}
        index: 13
      item: {short: The reference to the related item, index: 14}
    required: [item, relationtype]
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/CatalogEntry
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [referencedItem, orderable]