PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot3
    http://hl7.org/fhir/StructureDefinition/SupplyDelivery
description: Record of delivery of what is supplied.
package_name: hl7.fhir.r6.core
derivation: specialization
name: SupplyDelivery
type: SupplyDelivery
elements:
  patient:
    isModifier: false
    short: Patient for whom the item is supplied
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 4
  supplier:
    isModifier: false
    short: The item supplier
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 19
  suppliedItem:
    isModifier: false
    short: The item that is delivered or supplied
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 7
    elements:
      quantity: {isModifier: false, short: Amount supplied, type: Quantity, mustSupport: false, isSummary: false, index: 8}
      condition:
        isModifier: false
        short: A description of the supplied item's condition (e.g., box is damaged)
        type: CodeableConcept
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemcondition'}
        isSummary: false
        index: 9
      item:
        isModifier: false
        short: Medication, Substance, Device or Biologically Derived Product supplied
        mustSupport: false
        choices: [itemCodeableConcept, itemReference]
        isSummary: false
        index: 11
      itemCodeableConcept: {isModifier: false, short: 'Medication, Substance, Device or Biologically Derived Product supplied', type: CodeableConcept, mustSupport: false, choiceOf: item, isSummary: false, index: 12}
      itemReference:
        isModifier: false
        short: Medication, Substance, Device or Biologically Derived Product supplied
        refers: ['http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/InventoryItem', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/NutritionProduct', 'http://hl7.org/fhir/StructureDefinition/Substance']
        type: Reference
        mustSupport: false
        choiceOf: item
        isSummary: false
        index: 13
  stage:
    isModifier: false
    short: Stage or event of delivery
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/supplydelivery-stage'}
    isSummary: true
    index: 6
  type:
    isModifier: false
    short: Category of supply event
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype'}
    isSummary: false
    index: 5
  occurrenceTiming: {isModifier: false, short: When event occurred, type: Timing, mustSupport: false, choiceOf: occurrence, isSummary: true, index: 18}
  occurrencePeriod: {isModifier: false, short: When event occurred, type: Period, mustSupport: false, choiceOf: occurrence, isSummary: true, index: 17}
  status:
    isModifier: true
    short: in-progress | completed | abandoned | entered-in-error
    index: 3
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/supplydelivery-status|6.0.0-ballot3'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
  identifier: {isModifier: false, short: External identifier, type: Identifier, mustSupport: false, array: true, isSummary: false, index: 0}
  basedOn:
    isModifier: false
    short: Fulfills plan, proposal or order
    refers: ['http://hl7.org/fhir/StructureDefinition/SupplyRequest']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 1
  partOf:
    isModifier: false
    short: Part of referenced event
    refers: ['http://hl7.org/fhir/StructureDefinition/Contract', 'http://hl7.org/fhir/StructureDefinition/SupplyDelivery']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 2
  occurrenceDateTime: {isModifier: false, short: When event occurred, type: dateTime, mustSupport: false, choiceOf: occurrence, isSummary: true, index: 16}
  receiver:
    isModifier: false
    short: Who received the delivery
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 21
  destination:
    isModifier: false
    short: Where the delivery was sent
    refers: ['http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 20
  occurrence:
    isModifier: false
    short: When event occurred
    mustSupport: false
    choices: [occurrenceDateTime, occurrencePeriod, occurrenceTiming]
    isSummary: true
    index: 15
package_version: 6.0.0-ballot3
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/SupplyDelivery
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot3
required: [status, stage]