This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: 0 | Draft | Compartments: Not linked to any defined compartments |
Detailed Descriptions for the elements in the EntryDefinition resource.
EntryDefinition | |
Element Id | EntryDefinition |
Definition | Catalog entries are wrappers that contextualize items included in a catalog. |
Control | 1..1 |
Summary | true |
EntryDefinition.type | |
Element Id | EntryDefinition.type |
Definition | The type of item - medication, device, service, protocol or other. |
Control | 0..1 |
Type | CodeableConcept |
Summary | true |
EntryDefinition.purpose | |
Element Id | EntryDefinition.purpose |
Definition | Whether the entry represents an orderable item, or other. |
Control | 1..1 |
Type | CodeableConcept |
Summary | true |
EntryDefinition.referencedItem | |
Element Id | EntryDefinition.referencedItem |
Definition | Content of the catalog. |
Control | 1..1 |
Type | Reference(Medication | Device | Organization | Practitioner | HealthcareService | ActivityDefinition | PlanDefinition | SpecimenDefinition | ObservationDefinition | Binary) |
Summary | true |
EntryDefinition.identifier | |
Element Id | EntryDefinition.identifier |
Definition | Used in supporting different identifiers for the same product, e.g. manufacturer code and retailer code. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..1 |
Type | Identifier |
Summary | true |
EntryDefinition.additionalIdentifier | |
Element Id | EntryDefinition.additionalIdentifier |
Definition | Used in supporting related concepts, e.g. NDC to RxNorm. |
Control | 0..* |
Type | Identifier |
Summary | true |
EntryDefinition.classification | |
Element Id | EntryDefinition.classification |
Definition | Classes of devices, or ATC for medication. |
Control | 0..* |
Type | CodeableConcept |
Summary | true |
EntryDefinition.status | |
Element Id | EntryDefinition.status |
Definition | Used to support catalog exchange even for unsupported products, e.g. getting list of medications even if not prescribable. |
Control | 0..1 |
Type | CodeableConcept |
Summary | true |
EntryDefinition.validityPeriod | |
Element Id | EntryDefinition.validityPeriod |
Definition | The time period in which this catalog entry is expected to be active. |
Control | 0..1 |
Type | Period |
Summary | true |
EntryDefinition.lastUpdated | |
Element Id | EntryDefinition.lastUpdated |
Definition | Typically date of issue is different from the beginning of the validity. This can be used to see when an item was last updated. |
Control | 0..1 |
Type | dateTime |
Summary | true |
Comments | Perhaps not needed - if we use fhir resource metadata. |
EntryDefinition.additionalCharacteristic | |
Element Id | EntryDefinition.additionalCharacteristic |
Definition | Used for examplefor Out of Formulary, or any specifics. |
Control | 0..* |
Type | CodeableConcept |
Summary | true |
EntryDefinition.additionalClassification | |
Element Id | EntryDefinition.additionalClassification |
Definition | User for example for ATC classification, or. |
Control | 0..* |
Type | CodeableConcept |
Summary | true |
EntryDefinition.relatedEntry | |
Element Id | EntryDefinition.relatedEntry |
Definition | Used for example, to point to a substance, or to a device used to administer a medication. |
Control | 0..* |
Summary | true |
EntryDefinition.relatedEntry.relationtype | |
Element Id | EntryDefinition.relatedEntry.relationtype |
Definition | The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc. |
Control | 1..1 |
Type | CodeableConcept |
Summary | true |
EntryDefinition.relatedEntry.item | |
Element Id | EntryDefinition.relatedEntry.item |
Definition | The reference to the related item. |
Control | 1..1 |
Type | Reference(EntryDefinition) |
Summary | true |