http://hl7.org/fhir/StructureDefinition/InventoryItem|5.0.0

functional description of an inventory item used in inventory and supply-related workflows.
description: functional description of an inventory item used in inventory and supply-related workflows.
derivation: specialization
name: InventoryItem
type: InventoryItem
elements:
  description:
    isModifier: false
    short: Descriptive characteristics of the item
    mustSupport: false
    isSummary: false
    index: 11
    elements:
      language:
        isModifier: false
        short: The language that is used in the item description
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/languages|5.0.0'}
        isSummary: false
        index: 12
      description: {isModifier: false, short: Textual description of the item, mustSupport: false, isSummary: false, index: 13}
  category: {isModifier: false, short: Category or class of the item, mustSupport: false, array: true, isSummary: true, index: 2}
  instance:
    isModifier: false
    short: Instances or occurrences of the product
    mustSupport: false
    isSummary: false
    index: 25
    elements:
      identifier: {isModifier: false, short: 'The identifier for the physical instance, typically a serial number', mustSupport: false, array: true, isSummary: false, index: 26}
      lotNumber: {isModifier: false, short: The lot or batch number of the item, mustSupport: false, isSummary: false, index: 27}
      expiry: {isModifier: false, short: The expiry date or date and time for the product, mustSupport: false, isSummary: false, index: 28}
      subject: {isModifier: false, short: The subject that the item is associated with, mustSupport: false, isSummary: false, index: 29}
      location: {isModifier: false, short: The location that the item is associated with, mustSupport: false, isSummary: false, index: 30}
  name:
    isModifier: false
    short: The item name(s) - the brand name, or common name, functional name, generic name or others
    mustSupport: false
    array: true
    isSummary: true
    index: 4
    elements:
      nameType:
        isModifier: false
        short: The type of name e.g. 'brand-name', 'functional-name', 'common-name'
        mustSupport: false
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/inventoryitem-nametype'}
        isSummary: true
        index: 5
      language:
        isModifier: false
        short: The language used to express the item name
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/languages|5.0.0'}
        isSummary: true
        index: 6
      name: {isModifier: false, short: The name or designation of the item, mustSupport: false, isSummary: true, index: 7}
    required: [nameType, name, language]
  productReference: {isModifier: false, short: Link to a product resource used in clinical workflows, mustSupport: false, isSummary: false, index: 31}
  characteristic:
    isModifier: false
    short: Characteristic of the item
    mustSupport: false
    array: true
    isSummary: false
    index: 21
    elements:
      characteristicType: {isModifier: false, short: The characteristic that is being defined, mustSupport: false, isSummary: false, index: 22}
      value:
        isModifier: false
        short: The value of the attribute
        mustSupport: false
        choices: []
        isSummary: false
        index: 24
    required: [characteristicType, value]
  association:
    isModifier: false
    short: Association with other items or products
    mustSupport: false
    array: true
    isSummary: false
    index: 17
    elements:
      associationType: {isModifier: false, short: The type of association between the device and the other item, mustSupport: false, isSummary: true, index: 18}
      relatedItem: {isModifier: false, short: The related item or product, mustSupport: false, isSummary: true, index: 19}
      quantity: {isModifier: false, short: The quantity of the product in this product, mustSupport: false, isSummary: true, index: 20}
    required: [relatedItem, quantity, associationType]
  status:
    isModifier: false
    short: active | inactive | entered-in-error | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/inventoryitem-status|5.0.0'}
    isSummary: true
    index: 1
  baseUnit: {isModifier: false, short: The base unit of measure - the unit in which the product is used or counted, mustSupport: false, isSummary: true, index: 15}
  code: {isModifier: false, short: Code designating the specific type of item, mustSupport: false, array: true, isSummary: true, index: 3}
  identifier: {isModifier: false, short: Business identifier for the inventory item, mustSupport: false, array: true, isSummary: true, index: 0}
  responsibleOrganization:
    isModifier: false
    short: Organization(s) responsible for the product
    mustSupport: false
    array: true
    isSummary: false
    index: 8
    elements:
      role: {isModifier: false, short: 'The role of the organization e.g. manufacturer, distributor, or other', mustSupport: false, isSummary: false, index: 9}
      organization: {isModifier: false, short: An organization that is associated with the item, mustSupport: false, isSummary: false, index: 10}
    required: [role, organization]
  inventoryStatus: {isModifier: false, short: 'The usage status like recalled, in use, discarded', mustSupport: false, array: true, isSummary: true, index: 14}
  netContent: {isModifier: false, short: Net content or amount present in the item, mustSupport: false, isSummary: true, index: 16}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/InventoryItem
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [status]