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

A record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.
description: A record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.
derivation: specialization
name: SupplyRequest
type: SupplyRequest
elements:
  category:
    isModifier: false
    short: The kind of supply (central, non-stock, etc.)
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/supplyrequest-kind'}
    isSummary: true
    index: 3
  supplier: {isModifier: false, short: Who is intended to fulfill the request, mustSupport: false, array: true, isSummary: true, index: 16}
  deliverFor: {isModifier: false, short: The patient for who the supply request is for, mustSupport: false, isSummary: false, index: 5}
  deliverTo: {isModifier: false, short: The destination of the supply, mustSupport: false, isSummary: false, index: 19}
  item:
    isModifier: false
    short: Medication, Substance, or Device requested to be supplied
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/supply-item'}
    isSummary: true
    index: 6
  authoredOn: {isModifier: false, short: When the request was made, mustSupport: false, isSummary: true, index: 14}
  deliverFrom: {isModifier: false, short: The origin of the supply, mustSupport: false, isSummary: false, index: 18}
  reason:
    isModifier: false
    short: The reason why the supply item was requested
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/supplyrequest-reason'}
    isSummary: false
    index: 17
  requester: {isModifier: false, short: Individual making the request, mustSupport: false, isSummary: true, index: 15}
  priority:
    isModifier: false
    short: routine | urgent | asap | stat
    mustSupport: false
    meaningWhenMissing: If missing, this task should be performed with normal priority
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-priority|5.0.0'}
    isSummary: true
    index: 4
  status:
    isModifier: true
    short: draft | active | suspended +
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/supplyrequest-status|5.0.0'}
    isModifierReason: This element is labeled 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
    index: 1
  identifier: {isModifier: false, short: Business Identifier for SupplyRequest, mustSupport: false, array: true, isSummary: true, index: 0}
  basedOn: {isModifier: false, short: What other request is fulfilled by this supply request, mustSupport: false, array: true, isSummary: true, index: 2}
  quantity: {isModifier: false, short: The requested amount of the item indicated, mustSupport: false, isSummary: true, index: 7}
  parameter:
    isModifier: false
    short: Ordered item details
    mustSupport: false
    array: true
    isSummary: false
    index: 8
    elements:
      code: {isModifier: false, short: Item detail, mustSupport: false, isSummary: false, index: 9}
      value:
        isModifier: false
        short: Value of detail
        mustSupport: false
        choices: []
        isSummary: false
        index: 11
  occurrence:
    isModifier: false
    short: When the request should be fulfilled
    mustSupport: false
    choices: []
    isSummary: true
    index: 13
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/SupplyRequest
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [quantity, item]