FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

12.24 Resource SupplyRequest - Content

Orders and Observations Work GroupMaturity Level: 1 Trial UseCompartments: Device, Patient, Practitioner, RelatedPerson

A record of a request for a medication, substance or device used in the healthcare setting.

This resource is a request resource from a FHIR workflow perspective - see Workflow. It is the intent of the Orders and Observation Workgroup to align this resource with the workflow pattern for request resources.

The scope of the SupplyRequest resource is for recording the request of supplies used in the healthcare process. This includes supplies specifically used in the treatment of patients as well as supply movement within an institution (transport a set of supplies from materials management to a service unit (nurse station). This resource does not include the provisioning of transportation services.

The SupplyRequest resource allows requesting only a single item. If a workflow requires requesting multiple items simultaneously, this is done using multiple instances of this resource. These instances can be linked in different ways, depending on the needs of the workflow. For guidance, refer to the Request pattern

Note that the SupplyRequest records the fact that a request was made. To actually act on that request, additional workflow beyond simply the existence of a SupplyRequest is required. This can be achieved by using an Task resource, with the SupplyRequest referenced from the Task.focus, or by using the SupplyRequest resource in the context of an messaging or service workflow where the request is explicit or implicit. The SupplyDelivery resource represents the fulfillment as a result of SupplyRequest being acted upon.

The SupplyRequest resource is used for inventory management. When requesting medication, substances and devices when there is a patient focus or instructions regarding their use, DeviceRequest or MedicationRequest should be used instead

This resource is referenced by supplydelivery

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. SupplyRequest DomainResourceRequest for a medication, substance or device
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..1IdentifierUnique identifier
... status ?!Σ0..1codedraft | active | suspended +
SupplyRequestStatus (Required)
... category Σ0..1CodeableConceptThe kind of supply (central, non-stock, etc.)
Supply Type (Example)
... priority Σ0..1coderoutine | urgent | asap | stat
RequestPriority (Required)
... orderedItem Σ0..1BackboneElementThe item being requested
.... quantity Σ1..1QuantityThe requested amount of the item indicated
.... item[x] Σ0..1Medication, Substance, or Device requested to be supplied
SNOMED CT Supply Item (Example)
..... itemCodeableConceptCodeableConcept
..... itemReferenceReference(Medication | Substance | Device)
... occurrence[x] Σ0..1When the request should be fulfilled
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... authoredOn Σ0..1dateTimeWhen the request was made
... requester Σ0..1BackboneElementWho/what is requesting service
.... agent Σ1..1Reference(Practitioner | Organization | Patient | RelatedPerson | Device)Individual making the request
.... onBehalfOf 0..1Reference(Organization)Organization agent is acting for
... supplier Σ0..*Reference(Organization)Who is intended to fulfill the request
... reason[x] 0..1Why the supply item was requested
SupplyRequestReason (Example)
.... reasonCodeableConceptCodeableConcept
.... reasonReferenceReference(Any)
... deliverFrom 0..1Reference(Organization | Location)The origin of the supply
... deliverTo 0..1Reference(Organization | Location | Patient)The destination of the supply

doco Documentation for this format

UML Diagram (Legend)

SupplyRequest (DomainResource)Unique identifier for this supply requestidentifier : Identifier [0..1]Status of the supply request (this element modifies the meaning of other elements)status : code [0..1] Status of the supply request (Strength=Required)SupplyRequestStatus! Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply processcategory : CodeableConcept [0..1] Category of supply request (Strength=Example)Supply Type?? Indicates how quickly this SupplyRequest should be addressed with respect to other requestspriority : code [0..1] Identifies the level of importance to be assigned to actioning the request (Strength=Required)RequestPriority! When the request should be fulfilledoccurrence[x] : Type [0..1] dateTime|Period|Timing When the request was madeauthoredOn : dateTime [0..1]Who is intended to fulfill the requestsupplier : Reference [0..*] Organization Why the supply item was requestedreason[x] : Type [0..1] CodeableConcept|Reference(Any); Why the supply item was requested (Strength=Example) SupplyRequestReason?? Where the supply is expected to come fromdeliverFrom : Reference [0..1] Organization|Location Where the supply is destined to godeliverTo : Reference [0..1] Organization|Location|Patient OrderedItemThe amount that is being ordered of the indicated itemquantity : Quantity [1..1]The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known listitem[x] : Type [0..1] CodeableConcept|Reference(Medication| Substance|Device); The item that was requested (Strength=Example)SNOMED CT Supply Item?? RequesterThe device, practitioner, etc. who initiated the requestagent : Reference [1..1] Practitioner|Organization|Patient| RelatedPerson|Device The organization the device or practitioner was acting on behalf ofonBehalfOf : Reference [0..1] Organization The item being requestedorderedItem[0..1]The individual who initiated the request and has responsibility for its activationrequester[0..1]

XML Template

<SupplyRequest xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..1 Identifier Unique identifier --></identifier>
 <status value="[code]"/><!-- 0..1 draft | active | suspended + -->
 <category><!-- 0..1 CodeableConcept The kind of supply (central, non-stock, etc.) --></category>
 <priority value="[code]"/><!-- 0..1 routine | urgent | asap | stat -->
 <orderedItem>  <!-- 0..1 The item being requested -->
  <quantity><!-- 1..1 Quantity The requested amount of the item indicated --></quantity>
  <item[x]><!-- 0..1 CodeableConcept|Reference(Medication|Substance|Device) Medication, Substance, or Device requested to be supplied --></item[x]>
 </orderedItem>
 <occurrence[x]><!-- 0..1 dateTime|Period|Timing When the request should be fulfilled --></occurrence[x]>
 <authoredOn value="[dateTime]"/><!-- 0..1 When the request was made -->
 <requester>  <!-- 0..1 Who/what is requesting service -->
  <agent><!-- 1..1 Reference(Practitioner|Organization|Patient|RelatedPerson|
    Device) Individual making the request --></agent>
  <onBehalfOf><!-- 0..1 Reference(Organization) Organization agent is acting for --></onBehalfOf>
 </requester>
 <supplier><!-- 0..* Reference(Organization) Who is intended to fulfill the request --></supplier>
 <reason[x]><!-- 0..1 CodeableConcept|Reference(Any) Why the supply item was requested --></reason[x]>
 <deliverFrom><!-- 0..1 Reference(Organization|Location) The origin of the supply --></deliverFrom>
 <deliverTo><!-- 0..1 Reference(Organization|Location|Patient) The destination of the supply --></deliverTo>
</SupplyRequest>

JSON Template

{doco
  "resourceType" : "SupplyRequest",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : { Identifier }, // Unique identifier
  "status" : "<code>", // draft | active | suspended +
  "category" : { CodeableConcept }, // The kind of supply (central, non-stock, etc.)
  "priority" : "<code>", // routine | urgent | asap | stat
  "orderedItem" : { // The item being requested
    "quantity" : { Quantity }, // R!  The requested amount of the item indicated
    // item[x]: Medication, Substance, or Device requested to be supplied. One of these 2:
    "itemCodeableConcept" : { CodeableConcept }
    "itemReference" : { Reference(Medication|Substance|Device) }
  },
  // occurrence[x]: When the request should be fulfilled. One of these 3:
  "occurrenceDateTime" : "<dateTime>",
  "occurrencePeriod" : { Period },
  "occurrenceTiming" : { Timing },
  "authoredOn" : "<dateTime>", // When the request was made
  "requester" : { // Who/what is requesting service
    "agent" : { Reference(Practitioner|Organization|Patient|RelatedPerson|
    Device) }, // R!  Individual making the request
    "onBehalfOf" : { Reference(Organization) } // Organization agent is acting for
  },
  "supplier" : [{ Reference(Organization) }], // Who is intended to fulfill the request
  // reason[x]: Why the supply item was requested. One of these 2:
  "reasonCodeableConcept" : { CodeableConcept },
  "reasonReference" : { Reference(Any) },
  "deliverFrom" : { Reference(Organization|Location) }, // The origin of the supply
  "deliverTo" : { Reference(Organization|Location|Patient) } // The destination of the supply
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:SupplyRequest;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:SupplyRequest.identifier [ Identifier ]; # 0..1 Unique identifier
  fhir:SupplyRequest.status [ code ]; # 0..1 draft | active | suspended +
  fhir:SupplyRequest.category [ CodeableConcept ]; # 0..1 The kind of supply (central, non-stock, etc.)
  fhir:SupplyRequest.priority [ code ]; # 0..1 routine | urgent | asap | stat
  fhir:SupplyRequest.orderedItem [ # 0..1 The item being requested
    fhir:SupplyRequest.orderedItem.quantity [ Quantity ]; # 1..1 The requested amount of the item indicated
    # SupplyRequest.orderedItem.item[x] : 0..1 Medication, Substance, or Device requested to be supplied. One of these 2
      fhir:SupplyRequest.orderedItem.itemCodeableConcept [ CodeableConcept ]
      fhir:SupplyRequest.orderedItem.itemReference [ Reference(Medication|Substance|Device) ]
  ];
  # SupplyRequest.occurrence[x] : 0..1 When the request should be fulfilled. One of these 3
    fhir:SupplyRequest.occurrenceDateTime [ dateTime ]
    fhir:SupplyRequest.occurrencePeriod [ Period ]
    fhir:SupplyRequest.occurrenceTiming [ Timing ]
  fhir:SupplyRequest.authoredOn [ dateTime ]; # 0..1 When the request was made
  fhir:SupplyRequest.requester [ # 0..1 Who/what is requesting service
    fhir:SupplyRequest.requester.agent [ Reference(Practitioner|Organization|Patient|RelatedPerson|Device) ]; # 1..1 Individual making the request
    fhir:SupplyRequest.requester.onBehalfOf [ Reference(Organization) ]; # 0..1 Organization agent is acting for
  ];
  fhir:SupplyRequest.supplier [ Reference(Organization) ], ... ; # 0..* Who is intended to fulfill the request
  # SupplyRequest.reason[x] : 0..1 Why the supply item was requested. One of these 2
    fhir:SupplyRequest.reasonCodeableConcept [ CodeableConcept ]
    fhir:SupplyRequest.reasonReference [ Reference(Any) ]
  fhir:SupplyRequest.deliverFrom [ Reference(Organization|Location) ]; # 0..1 The origin of the supply
  fhir:SupplyRequest.deliverTo [ Reference(Organization|Location|Patient) ]; # 0..1 The destination of the supply
]

Changes since DSTU2

SupplyRequest
SupplyRequest.category
  • Renamed from kind to category
  • Remove Binding http://hl7.org/fhir/ValueSet/supplyrequest-kind (required)
SupplyRequest.priority
  • Added Element
SupplyRequest.orderedItem
  • Remove Reference(Medication), Remove Reference(Substance), Remove Reference(Device)
SupplyRequest.orderedItem.quantity
  • Added Element
SupplyRequest.orderedItem.item[x]
  • Added Element
SupplyRequest.occurrence[x]
  • Added Element
SupplyRequest.authoredOn
  • Renamed from date to authoredOn
SupplyRequest.requester
  • Added Element
SupplyRequest.requester.agent
  • Added Element
SupplyRequest.requester.onBehalfOf
  • Added Element
SupplyRequest.deliverFrom
  • Added Element
SupplyRequest.deliverTo
  • Added Element
SupplyRequest.patient
  • deleted
SupplyRequest.source
  • deleted
SupplyRequest.when
  • deleted

See the Full Difference for further information

This analysis is available as XML or JSON.

See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. All tests pass round-trip testing and all r3 resources are valid.).

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. SupplyRequest DomainResourceRequest for a medication, substance or device
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..1IdentifierUnique identifier
... status ?!Σ0..1codedraft | active | suspended +
SupplyRequestStatus (Required)
... category Σ0..1CodeableConceptThe kind of supply (central, non-stock, etc.)
Supply Type (Example)
... priority Σ0..1coderoutine | urgent | asap | stat
RequestPriority (Required)
... orderedItem Σ0..1BackboneElementThe item being requested
.... quantity Σ1..1QuantityThe requested amount of the item indicated
.... item[x] Σ0..1Medication, Substance, or Device requested to be supplied
SNOMED CT Supply Item (Example)
..... itemCodeableConceptCodeableConcept
..... itemReferenceReference(Medication | Substance | Device)
... occurrence[x] Σ0..1When the request should be fulfilled
.... occurrenceDateTimedateTime
.... occurrencePeriodPeriod
.... occurrenceTimingTiming
... authoredOn Σ0..1dateTimeWhen the request was made
... requester Σ0..1BackboneElementWho/what is requesting service
.... agent Σ1..1Reference(Practitioner | Organization | Patient | RelatedPerson | Device)Individual making the request
.... onBehalfOf 0..1Reference(Organization)Organization agent is acting for
... supplier Σ0..*Reference(Organization)Who is intended to fulfill the request
... reason[x] 0..1Why the supply item was requested
SupplyRequestReason (Example)
.... reasonCodeableConceptCodeableConcept
.... reasonReferenceReference(Any)
... deliverFrom 0..1Reference(Organization | Location)The origin of the supply
... deliverTo 0..1Reference(Organization | Location | Patient)The destination of the supply

doco Documentation for this format

UML Diagram (Legend)

SupplyRequest (DomainResource)Unique identifier for this supply requestidentifier : Identifier [0..1]Status of the supply request (this element modifies the meaning of other elements)status : code [0..1] Status of the supply request (Strength=Required)SupplyRequestStatus! Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply processcategory : CodeableConcept [0..1] Category of supply request (Strength=Example)Supply Type?? Indicates how quickly this SupplyRequest should be addressed with respect to other requestspriority : code [0..1] Identifies the level of importance to be assigned to actioning the request (Strength=Required)RequestPriority! When the request should be fulfilledoccurrence[x] : Type [0..1] dateTime|Period|Timing When the request was madeauthoredOn : dateTime [0..1]Who is intended to fulfill the requestsupplier : Reference [0..*] Organization Why the supply item was requestedreason[x] : Type [0..1] CodeableConcept|Reference(Any); Why the supply item was requested (Strength=Example) SupplyRequestReason?? Where the supply is expected to come fromdeliverFrom : Reference [0..1] Organization|Location Where the supply is destined to godeliverTo : Reference [0..1] Organization|Location|Patient OrderedItemThe amount that is being ordered of the indicated itemquantity : Quantity [1..1]The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known listitem[x] : Type [0..1] CodeableConcept|Reference(Medication| Substance|Device); The item that was requested (Strength=Example)SNOMED CT Supply Item?? RequesterThe device, practitioner, etc. who initiated the requestagent : Reference [1..1] Practitioner|Organization|Patient| RelatedPerson|Device The organization the device or practitioner was acting on behalf ofonBehalfOf : Reference [0..1] Organization The item being requestedorderedItem[0..1]The individual who initiated the request and has responsibility for its activationrequester[0..1]

XML Template

<SupplyRequest xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..1 Identifier Unique identifier --></identifier>
 <status value="[code]"/><!-- 0..1 draft | active | suspended + -->
 <category><!-- 0..1 CodeableConcept The kind of supply (central, non-stock, etc.) --></category>
 <priority value="[code]"/><!-- 0..1 routine | urgent | asap | stat -->
 <orderedItem>  <!-- 0..1 The item being requested -->
  <quantity><!-- 1..1 Quantity The requested amount of the item indicated --></quantity>
  <item[x]><!-- 0..1 CodeableConcept|Reference(Medication|Substance|Device) Medication, Substance, or Device requested to be supplied --></item[x]>
 </orderedItem>
 <occurrence[x]><!-- 0..1 dateTime|Period|Timing When the request should be fulfilled --></occurrence[x]>
 <authoredOn value="[dateTime]"/><!-- 0..1 When the request was made -->
 <requester>  <!-- 0..1 Who/what is requesting service -->
  <agent><!-- 1..1 Reference(Practitioner|Organization|Patient|RelatedPerson|
    Device) Individual making the request --></agent>
  <onBehalfOf><!-- 0..1 Reference(Organization) Organization agent is acting for --></onBehalfOf>
 </requester>
 <supplier><!-- 0..* Reference(Organization) Who is intended to fulfill the request --></supplier>
 <reason[x]><!-- 0..1 CodeableConcept|Reference(Any) Why the supply item was requested --></reason[x]>
 <deliverFrom><!-- 0..1 Reference(Organization|Location) The origin of the supply --></deliverFrom>
 <deliverTo><!-- 0..1 Reference(Organization|Location|Patient) The destination of the supply --></deliverTo>
</SupplyRequest>

JSON Template

{doco
  "resourceType" : "SupplyRequest",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : { Identifier }, // Unique identifier
  "status" : "<code>", // draft | active | suspended +
  "category" : { CodeableConcept }, // The kind of supply (central, non-stock, etc.)
  "priority" : "<code>", // routine | urgent | asap | stat
  "orderedItem" : { // The item being requested
    "quantity" : { Quantity }, // R!  The requested amount of the item indicated
    // item[x]: Medication, Substance, or Device requested to be supplied. One of these 2:
    "itemCodeableConcept" : { CodeableConcept }
    "itemReference" : { Reference(Medication|Substance|Device) }
  },
  // occurrence[x]: When the request should be fulfilled. One of these 3:
  "occurrenceDateTime" : "<dateTime>",
  "occurrencePeriod" : { Period },
  "occurrenceTiming" : { Timing },
  "authoredOn" : "<dateTime>", // When the request was made
  "requester" : { // Who/what is requesting service
    "agent" : { Reference(Practitioner|Organization|Patient|RelatedPerson|
    Device) }, // R!  Individual making the request
    "onBehalfOf" : { Reference(Organization) } // Organization agent is acting for
  },
  "supplier" : [{ Reference(Organization) }], // Who is intended to fulfill the request
  // reason[x]: Why the supply item was requested. One of these 2:
  "reasonCodeableConcept" : { CodeableConcept },
  "reasonReference" : { Reference(Any) },
  "deliverFrom" : { Reference(Organization|Location) }, // The origin of the supply
  "deliverTo" : { Reference(Organization|Location|Patient) } // The destination of the supply
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:SupplyRequest;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:SupplyRequest.identifier [ Identifier ]; # 0..1 Unique identifier
  fhir:SupplyRequest.status [ code ]; # 0..1 draft | active | suspended +
  fhir:SupplyRequest.category [ CodeableConcept ]; # 0..1 The kind of supply (central, non-stock, etc.)
  fhir:SupplyRequest.priority [ code ]; # 0..1 routine | urgent | asap | stat
  fhir:SupplyRequest.orderedItem [ # 0..1 The item being requested
    fhir:SupplyRequest.orderedItem.quantity [ Quantity ]; # 1..1 The requested amount of the item indicated
    # SupplyRequest.orderedItem.item[x] : 0..1 Medication, Substance, or Device requested to be supplied. One of these 2
      fhir:SupplyRequest.orderedItem.itemCodeableConcept [ CodeableConcept ]
      fhir:SupplyRequest.orderedItem.itemReference [ Reference(Medication|Substance|Device) ]
  ];
  # SupplyRequest.occurrence[x] : 0..1 When the request should be fulfilled. One of these 3
    fhir:SupplyRequest.occurrenceDateTime [ dateTime ]
    fhir:SupplyRequest.occurrencePeriod [ Period ]
    fhir:SupplyRequest.occurrenceTiming [ Timing ]
  fhir:SupplyRequest.authoredOn [ dateTime ]; # 0..1 When the request was made
  fhir:SupplyRequest.requester [ # 0..1 Who/what is requesting service
    fhir:SupplyRequest.requester.agent [ Reference(Practitioner|Organization|Patient|RelatedPerson|Device) ]; # 1..1 Individual making the request
    fhir:SupplyRequest.requester.onBehalfOf [ Reference(Organization) ]; # 0..1 Organization agent is acting for
  ];
  fhir:SupplyRequest.supplier [ Reference(Organization) ], ... ; # 0..* Who is intended to fulfill the request
  # SupplyRequest.reason[x] : 0..1 Why the supply item was requested. One of these 2
    fhir:SupplyRequest.reasonCodeableConcept [ CodeableConcept ]
    fhir:SupplyRequest.reasonReference [ Reference(Any) ]
  fhir:SupplyRequest.deliverFrom [ Reference(Organization|Location) ]; # 0..1 The origin of the supply
  fhir:SupplyRequest.deliverTo [ Reference(Organization|Location|Patient) ]; # 0..1 The destination of the supply
]

Changes since DSTU2

SupplyRequest
SupplyRequest.category
  • Renamed from kind to category
  • Remove Binding http://hl7.org/fhir/ValueSet/supplyrequest-kind (required)
SupplyRequest.priority
  • Added Element
SupplyRequest.orderedItem
  • Remove Reference(Medication), Remove Reference(Substance), Remove Reference(Device)
SupplyRequest.orderedItem.quantity
  • Added Element
SupplyRequest.orderedItem.item[x]
  • Added Element
SupplyRequest.occurrence[x]
  • Added Element
SupplyRequest.authoredOn
  • Renamed from date to authoredOn
SupplyRequest.requester
  • Added Element
SupplyRequest.requester.agent
  • Added Element
SupplyRequest.requester.onBehalfOf
  • Added Element
SupplyRequest.deliverFrom
  • Added Element
SupplyRequest.deliverTo
  • Added Element
SupplyRequest.patient
  • deleted
SupplyRequest.source
  • deleted
SupplyRequest.when
  • deleted

See the Full Difference for further information

This analysis is available as XML or JSON.

See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. All tests pass round-trip testing and all r3 resources are valid.).

 

Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)

PathDefinitionTypeReference
SupplyRequest.status Status of the supply requestRequiredSupplyRequestStatus
SupplyRequest.category Category of supply requestExampleSupply Type
SupplyRequest.priority Identifies the level of importance to be assigned to actioning the requestRequiredRequestPriority
SupplyRequest.orderedItem.item[x] The item that was requestedExampleSNOMED CT Supply Item
SupplyRequest.reason[x] Why the supply item was requestedExampleSupplyRequestReason

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionExpressionIn Common
categorytokenThe kind of supply (central, non-stock, etc.)SupplyRequest.category
datedateWhen the request was madeSupplyRequest.authoredOn18 Resources
identifiertokenUnique identifierSupplyRequest.identifier26 Resources
requesterreferenceIndividual making the requestSupplyRequest.requester.agent
(Practitioner, Organization, Device, Patient, RelatedPerson)
statustokendraft | active | suspended +SupplyRequest.status
supplierreferenceWho is intended to fulfill the requestSupplyRequest.supplier
(Organization)