> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SupplyDelivery

> Record of delivery of what is supplied.

## Properties

| Name                | Required | Type                                                                                                                                                                                                                                  | Description                                            |
| ------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| identifier          | No       | [Identifier](/medical-api/fhir/data-types/identifier)\[]                                                                                                                                                                              | External identifier                                    |
| basedOn             | No       | Reference\<[SupplyRequest](/medical-api/fhir/resources/supplyrequest)>\[]                                                                                                                                                             | Fulfills plan, proposal or order                       |
| partOf              | No       | Reference\<[SupplyDelivery](/medical-api/fhir/resources/supplydelivery) / [Contract](/medical-api/fhir/resources/contract)>\[]                                                                                                        | Part of referenced event                               |
| status              | No       | code                                                                                                                                                                                                                                  | in-progress / completed / abandoned / entered-in-error |
| patient             | No       | Reference\<[Patient](/medical-api/fhir/resources/patient)>                                                                                                                                                                            | Patient for whom the item is supplied                  |
| type                | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                       | Category of dispense event                             |
| suppliedItem        | No       | SupplyDeliverySuppliedItem                                                                                                                                                                                                            | The item that is delivered or supplied                 |
| - id                | No       | string                                                                                                                                                                                                                                | Unique id for inter-element referencing                |
| - extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                | Additional content defined by implementations          |
| - modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                | Extensions that cannot be ignored even if unrecognized |
| - quantity          | No       | [Quantity](/medical-api/fhir/data-types/quantity)                                                                                                                                                                                     | Amount dispensed                                       |
| - item\[x]          | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept), Reference\<[Medication](/medical-api/fhir/resources/medication) / [Substance](/medical-api/fhir/resources/substance) / [Device](/medical-api/fhir/resources/device)> | Medication, Substance, or Device supplied              |
| occurrence\[x]      | No       | dateTime, [Period](/medical-api/fhir/data-types/period), [Timing](/medical-api/fhir/data-types/timing)                                                                                                                                | When event occurred                                    |
| supplier            | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization)>                                    | Dispenser                                              |
| destination         | No       | Reference\<[Location](/medical-api/fhir/resources/location)>                                                                                                                                                                          | Where the Supply was sent                              |
| receiver            | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole)>\[]                                                                                            | Who collected the Supply                               |

## Search Parameters

| Name       | Type      | Description                                            | Expression                |
| ---------- | --------- | ------------------------------------------------------ | ------------------------- |
| identifier | token     | External identifier                                    | SupplyDelivery.identifier |
| patient    | reference | Patient for whom the item is supplied                  | SupplyDelivery.patient    |
| receiver   | reference | Who collected the Supply                               | SupplyDelivery.receiver   |
| status     | token     | in-progress / completed / abandoned / entered-in-error | SupplyDelivery.status     |
| supplier   | reference | Dispenser                                              | SupplyDelivery.supplier   |

## Inherited Properties

| Name              | Required | Type                                                   | Description                                            |
| ----------------- | -------- | ------------------------------------------------------ | ------------------------------------------------------ |
| id                | No       | string                                                 | Logical id of this artifact                            |
| meta              | No       | [Meta](/medical-api/fhir/data-types/meta)              | Metadata about the resource                            |
| implicitRules     | No       | uri                                                    | A set of rules under which this content was created    |
| language          | No       | code                                                   | Language of the resource content                       |
| text              | No       | [Narrative](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [SupplyDelivery](https://www.hl7.org/fhir/StructureDefinition/SupplyDelivery).
