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

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