SupplyDeliveryStatus

public enum SupplyDeliveryStatus: String

Status of the supply delivery.

URL: http://hl7.org/fhir/supplydelivery-status ValueSet: http://hl7.org/fhir/ValueSet/supplydelivery-status

  • Supply has been requested, but not delivered.

    Declaration

    Swift

    case inProgress = "in-progress"
  • Supply has been delivered (completed).

    Declaration

    Swift

    case completed = "completed"
  • Delivery was not completed.

    Declaration

    Swift

    case abandoned = "abandoned"
  • 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 cancelled rather than entered-in-error.)

    Declaration

    Swift

    case enteredInError = "entered-in-error"