Class SupplyDelivery

  • All Implemented Interfaces:
    Visitable

    @Generated("org.linuxforhealth.fhir.tools.CodeGenerator")
    public class SupplyDelivery
    extends DomainResource
    Record of delivery of what is supplied.

    Maturity level: FMM1 (Trial Use)

    • Method Detail

      • getIdentifier

        public java.util.List<Identifier> getIdentifier()
        Identifier for the supply delivery event that is used to identify it across multiple disparate systems.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getBasedOn

        public java.util.List<Reference> getBasedOn()
        A plan, proposal or order that is fulfilled in whole or in part by this event.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getPartOf

        public java.util.List<Reference> getPartOf()
        A larger event of which this particular event is a component or step.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getPatient

        public Reference getPatient()
        A link to a resource representing the person whom the delivered item is for.
        Returns:
        An immutable object of type Reference that may be null.
      • getType

        public CodeableConcept getType()
        Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getOccurrence

        public Element getOccurrence()
        The date or time(s) the activity occurred.
        Returns:
        An immutable object of type DateTime, Period or Timing that may be null.
      • getSupplier

        public Reference getSupplier()
        The individual responsible for dispensing the medication, supplier or device.
        Returns:
        An immutable object of type Reference that may be null.
      • getDestination

        public Reference getDestination()
        Identification of the facility/location where the Supply was shipped to, as part of the dispense event.
        Returns:
        An immutable object of type Reference that may be null.
      • getReceiver

        public java.util.List<Reference> getReceiver()
        Identifies the person who picked up the Supply.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • accept

        public void accept​(java.lang.String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object