--- type: "codesystem" title: "Supply Delivery Status" codesystem: "supplydelivery-status" --- # Supply Delivery Status - **Official URL**: http://hl7.org/fhir/supplydelivery-status - **Version**: 6.0.0 - **Status**: draft - **Name**: SupplyDeliveryStatus - **Title**: Supply Delivery Status - **Publisher**: HL7 (FHIR Project) - **Description**: Status of the supply delivery. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | in-progress | In Progress | Supply has been requested, but not delivered. | | completed | Delivered | Supply has been delivered ("completed"). | | abandoned | Abandoned | Delivery was not completed. | | entered-in-error | Entered In Error | This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "abandoned" rather than "entered-in-error".). | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Status of the supply delivery."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/supplydelivery-status"/> <content value="complete"/> <concept> <code value="in-progress"/> <display value="In Progress"/> <definition value="Supply has been requested, but not delivered."/> </concept> <concept> <code value="completed"/> <display value="Delivered"/> <definition value="Supply has been delivered ("completed")."/> </concept> <concept> <code value="abandoned"/> <display value="Abandoned"/> <definition value="Delivery was not completed."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered In Error"/> <definition value="This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "abandoned" rather than "entered-in-error".)."/> </concept> </CodeSystem> ```