This page is part of the FHIR Specification v4.1.0: R4B Ballot. About the R4B version of FHIR. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Orders and Observations Work Group | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
Catalog entries are wrappers that contextualize items included in a catalog.
The CatalogEntry resource (formally known as EntryDefinition) allows additional information specification for items that may be found in the following types of clinical collections, including but not limited to:
The Catalog profile of the Composition resource is used to organize catalog entries.
Catalogs are composed of nestable sections which contain catalog entries. Catalog entries wrap the items that are orderable or selectable in a catalog and any other required supporting entries. Examples of information provided by CatalogEntry includes whether the status of the item in the catalog is "active", "inactive", "legacy", or "informative" or whether the item is an orderable item in the context of this catalog (or catalog section). the relation between the item and other items ("contains", "includes", "requires"). Catalog entries also support relationships to other catalog entries such as whether a product is now replaced by another product in a product catalog. Please refer to the Boundaries and Relationships part of this document for more information on the topic.
It is important to note that CatalogEntry shall not specify attributes that are pertinent to the item that it wraps if those attributes hold true regardless of the catalog context. For instance, a catalog entry should generally not provide attributes to describe the hierarchical relationship of an item to other items (e.g., drug class or other such ontological relationships) since that information holds outside of the context of a catalog and thus should reside in the referenced item itself. A catalog entry may, however, specify a status of a given item in the context of the catalog such as whether that item is orderable a given institution or context. Catalog entries can also be related to one another. Here again, it is important to note that only relationships that hold within the context of a catalog and not generally for the item referenced by the catalog entry should be considered. For instance, in the context of a given laboratory service compendium, a laboratory order may be preferred over other laboratory orders. The other laboratory orders in this use case may thus be related to the preferred test using an 'is-replaced-by' relationship and assigned a new status of 'retired'. Other definitional relationships such as the specimen or expected input and output observation definitions associated with a particular laboratory test, relationships that generally hold outside of a laboratory catalog context, should reside at the level of the definitional resource itself. That is, laboratory tests often state the required input observation specifications, the format of the expected observation output, and the attributes of the required specimen and such relationships are probably best described outside of the CatalogEntry within the referenced item.
This resource is referenced by itself.
This resource does not implement any patterns.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CatalogEntry | TU | DomainResource | An entry in a catalog Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Unique identifier of the catalog item |
type | 0..1 | CodeableConcept | The type of item - medication, device, service, protocol or other | |
orderable | Σ | 1..1 | boolean | Whether the entry represents an orderable item |
referencedItem | Σ | 1..1 | Reference(Medication | Device | Organization | Practitioner | PractitionerRole | HealthcareService | ActivityDefinition | PlanDefinition | SpecimenDefinition | ObservationDefinition | Binary) | The item that is being defined |
additionalIdentifier | 0..* | Identifier | Any additional identifier(s) for the catalog item, in the same granularity or concept | |
classification | 0..* | CodeableConcept | Classification (category or class) of the item entry | |
status | 0..1 | code | draft | active | retired | unknown PublicationStatus (Required) | |
validityPeriod | 0..1 | Period | The time period in which this catalog entry is expected to be active | |
validTo | 0..1 | dateTime | The date until which this catalog entry is expected to be active | |
lastUpdated | 0..1 | dateTime | When was this catalog last updated | |
additionalCharacteristic | 0..* | CodeableConcept | Additional characteristics of the catalog entry | |
additionalClassification | 0..* | CodeableConcept | Additional classification of the catalog entry | |
relatedEntry | 0..* | BackboneElement | An item that this catalog entry is related to | |
relationtype | 1..1 | code | triggers | is-replaced-by CatalogEntryRelationType (Required) | |
item | 1..1 | Reference(CatalogEntry) | The reference to the related item | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<CatalogEntry xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier of the catalog item --></identifier> <type><!-- 0..1 CodeableConcept The type of item - medication, device, service, protocol or other --></type> <orderable value="[boolean]"/><!-- 1..1 Whether the entry represents an orderable item --> <referencedItem><!-- 1..1 Reference(ActivityDefinition|Binary|Device| HealthcareService|Medication|ObservationDefinition|Organization| PlanDefinition|Practitioner|PractitionerRole|SpecimenDefinition) The item that is being defined --></referencedItem> <additionalIdentifier><!-- 0..* Identifier Any additional identifier(s) for the catalog item, in the same granularity or concept --></additionalIdentifier> <classification><!-- 0..* CodeableConcept Classification (category or class) of the item entry --></classification> <status value="[code]"/><!-- 0..1 draft | active | retired | unknown --> <validityPeriod><!-- 0..1 Period The time period in which this catalog entry is expected to be active --></validityPeriod> <validTo value="[dateTime]"/><!-- 0..1 The date until which this catalog entry is expected to be active --> <lastUpdated value="[dateTime]"/><!-- 0..1 When was this catalog last updated --> <additionalCharacteristic><!-- 0..* CodeableConcept Additional characteristics of the catalog entry --></additionalCharacteristic> <additionalClassification><!-- 0..* CodeableConcept Additional classification of the catalog entry --></additionalClassification> <relatedEntry> <!-- 0..* An item that this catalog entry is related to --> <relationtype value="[code]"/><!-- 1..1 triggers | is-replaced-by --> <item><!-- 1..1 Reference(CatalogEntry) The reference to the related item --></item> </relatedEntry> </CatalogEntry>
JSON Template
{ "resourceType" : "CatalogEntry", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier of the catalog item "type" : { CodeableConcept }, // The type of item - medication, device, service, protocol or other "orderable" : <boolean>, // R! Whether the entry represents an orderable item "referencedItem" : { Reference(ActivityDefinition|Binary|Device| HealthcareService|Medication|ObservationDefinition|Organization| PlanDefinition|Practitioner|PractitionerRole|SpecimenDefinition) }, // R! The item that is being defined "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 "status" : "<code>", // draft | active | retired | unknown "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 "lastUpdated" : "<dateTime>", // When was this catalog last updated "additionalCharacteristic" : [{ CodeableConcept }], // Additional characteristics of the catalog entry "additionalClassification" : [{ CodeableConcept }], // Additional classification of the catalog entry "relatedEntry" : [{ // An item that this catalog entry is related to "relationtype" : "<code>", // R! triggers | is-replaced-by "item" : { Reference(CatalogEntry) } // R! The reference to the related item }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:CatalogEntry; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:CatalogEntry.identifier [ Identifier ], ... ; # 0..* Unique identifier of the catalog item fhir:CatalogEntry.type [ CodeableConcept ]; # 0..1 The type of item - medication, device, service, protocol or other fhir:CatalogEntry.orderable [ boolean ]; # 1..1 Whether the entry represents an orderable item fhir:CatalogEntry.referencedItem [ Reference(ActivityDefinition|Binary|Device|HealthcareService|Medication| ObservationDefinition|Organization|PlanDefinition|Practitioner| PractitionerRole|SpecimenDefinition) ]; # 1..1 The item that is being defined fhir:CatalogEntry.additionalIdentifier [ Identifier ], ... ; # 0..* Any additional identifier(s) for the catalog item, in the same granularity or concept fhir:CatalogEntry.classification [ CodeableConcept ], ... ; # 0..* Classification (category or class) of the item entry fhir:CatalogEntry.status [ code ]; # 0..1 draft | active | retired | unknown fhir:CatalogEntry.validityPeriod [ Period ]; # 0..1 The time period in which this catalog entry is expected to be active fhir:CatalogEntry.validTo [ dateTime ]; # 0..1 The date until which this catalog entry is expected to be active fhir:CatalogEntry.lastUpdated [ dateTime ]; # 0..1 When was this catalog last updated fhir:CatalogEntry.additionalCharacteristic [ CodeableConcept ], ... ; # 0..* Additional characteristics of the catalog entry fhir:CatalogEntry.additionalClassification [ CodeableConcept ], ... ; # 0..* Additional classification of the catalog entry fhir:CatalogEntry.relatedEntry [ # 0..* An item that this catalog entry is related to fhir:CatalogEntry.relatedEntry.relationtype [ code ]; # 1..1 triggers | is-replaced-by fhir:CatalogEntry.relatedEntry.item [ Reference(CatalogEntry) ]; # 1..1 The reference to the related item ], ...; ]
Changes since R3
CatalogEntry | |
CatalogEntry.status |
|
CatalogEntry.relatedEntry.relationtype |
|
See the Full Difference for further information
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CatalogEntry | TU | DomainResource | An entry in a catalog Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Unique identifier of the catalog item |
type | 0..1 | CodeableConcept | The type of item - medication, device, service, protocol or other | |
orderable | Σ | 1..1 | boolean | Whether the entry represents an orderable item |
referencedItem | Σ | 1..1 | Reference(Medication | Device | Organization | Practitioner | PractitionerRole | HealthcareService | ActivityDefinition | PlanDefinition | SpecimenDefinition | ObservationDefinition | Binary) | The item that is being defined |
additionalIdentifier | 0..* | Identifier | Any additional identifier(s) for the catalog item, in the same granularity or concept | |
classification | 0..* | CodeableConcept | Classification (category or class) of the item entry | |
status | 0..1 | code | draft | active | retired | unknown PublicationStatus (Required) | |
validityPeriod | 0..1 | Period | The time period in which this catalog entry is expected to be active | |
validTo | 0..1 | dateTime | The date until which this catalog entry is expected to be active | |
lastUpdated | 0..1 | dateTime | When was this catalog last updated | |
additionalCharacteristic | 0..* | CodeableConcept | Additional characteristics of the catalog entry | |
additionalClassification | 0..* | CodeableConcept | Additional classification of the catalog entry | |
relatedEntry | 0..* | BackboneElement | An item that this catalog entry is related to | |
relationtype | 1..1 | code | triggers | is-replaced-by CatalogEntryRelationType (Required) | |
item | 1..1 | Reference(CatalogEntry) | The reference to the related item | |
Documentation for this format |
XML Template
<CatalogEntry xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Unique identifier of the catalog item --></identifier> <type><!-- 0..1 CodeableConcept The type of item - medication, device, service, protocol or other --></type> <orderable value="[boolean]"/><!-- 1..1 Whether the entry represents an orderable item --> <referencedItem><!-- 1..1 Reference(ActivityDefinition|Binary|Device| HealthcareService|Medication|ObservationDefinition|Organization| PlanDefinition|Practitioner|PractitionerRole|SpecimenDefinition) The item that is being defined --></referencedItem> <additionalIdentifier><!-- 0..* Identifier Any additional identifier(s) for the catalog item, in the same granularity or concept --></additionalIdentifier> <classification><!-- 0..* CodeableConcept Classification (category or class) of the item entry --></classification> <status value="[code]"/><!-- 0..1 draft | active | retired | unknown --> <validityPeriod><!-- 0..1 Period The time period in which this catalog entry is expected to be active --></validityPeriod> <validTo value="[dateTime]"/><!-- 0..1 The date until which this catalog entry is expected to be active --> <lastUpdated value="[dateTime]"/><!-- 0..1 When was this catalog last updated --> <additionalCharacteristic><!-- 0..* CodeableConcept Additional characteristics of the catalog entry --></additionalCharacteristic> <additionalClassification><!-- 0..* CodeableConcept Additional classification of the catalog entry --></additionalClassification> <relatedEntry> <!-- 0..* An item that this catalog entry is related to --> <relationtype value="[code]"/><!-- 1..1 triggers | is-replaced-by --> <item><!-- 1..1 Reference(CatalogEntry) The reference to the related item --></item> </relatedEntry> </CatalogEntry>
JSON Template
{ "resourceType" : "CatalogEntry", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Unique identifier of the catalog item "type" : { CodeableConcept }, // The type of item - medication, device, service, protocol or other "orderable" : <boolean>, // R! Whether the entry represents an orderable item "referencedItem" : { Reference(ActivityDefinition|Binary|Device| HealthcareService|Medication|ObservationDefinition|Organization| PlanDefinition|Practitioner|PractitionerRole|SpecimenDefinition) }, // R! The item that is being defined "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 "status" : "<code>", // draft | active | retired | unknown "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 "lastUpdated" : "<dateTime>", // When was this catalog last updated "additionalCharacteristic" : [{ CodeableConcept }], // Additional characteristics of the catalog entry "additionalClassification" : [{ CodeableConcept }], // Additional classification of the catalog entry "relatedEntry" : [{ // An item that this catalog entry is related to "relationtype" : "<code>", // R! triggers | is-replaced-by "item" : { Reference(CatalogEntry) } // R! The reference to the related item }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:CatalogEntry; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:CatalogEntry.identifier [ Identifier ], ... ; # 0..* Unique identifier of the catalog item fhir:CatalogEntry.type [ CodeableConcept ]; # 0..1 The type of item - medication, device, service, protocol or other fhir:CatalogEntry.orderable [ boolean ]; # 1..1 Whether the entry represents an orderable item fhir:CatalogEntry.referencedItem [ Reference(ActivityDefinition|Binary|Device|HealthcareService|Medication| ObservationDefinition|Organization|PlanDefinition|Practitioner| PractitionerRole|SpecimenDefinition) ]; # 1..1 The item that is being defined fhir:CatalogEntry.additionalIdentifier [ Identifier ], ... ; # 0..* Any additional identifier(s) for the catalog item, in the same granularity or concept fhir:CatalogEntry.classification [ CodeableConcept ], ... ; # 0..* Classification (category or class) of the item entry fhir:CatalogEntry.status [ code ]; # 0..1 draft | active | retired | unknown fhir:CatalogEntry.validityPeriod [ Period ]; # 0..1 The time period in which this catalog entry is expected to be active fhir:CatalogEntry.validTo [ dateTime ]; # 0..1 The date until which this catalog entry is expected to be active fhir:CatalogEntry.lastUpdated [ dateTime ]; # 0..1 When was this catalog last updated fhir:CatalogEntry.additionalCharacteristic [ CodeableConcept ], ... ; # 0..* Additional characteristics of the catalog entry fhir:CatalogEntry.additionalClassification [ CodeableConcept ], ... ; # 0..* Additional classification of the catalog entry fhir:CatalogEntry.relatedEntry [ # 0..* An item that this catalog entry is related to fhir:CatalogEntry.relatedEntry.relationtype [ code ]; # 1..1 triggers | is-replaced-by fhir:CatalogEntry.relatedEntry.item [ Reference(CatalogEntry) ]; # 1..1 The reference to the related item ], ...; ]
Changes since Release 3
CatalogEntry | |
CatalogEntry.status |
|
CatalogEntry.relatedEntry.relationtype |
|
See the Full Difference for further information
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
CatalogEntry.status | The lifecycle status of an artifact. | Required | PublicationStatus |
CatalogEntry.relatedEntry.relationtype | The type of relations between entries. | Required | CatalogEntryRelationType |