Package org.hl7.fhir

Class ProcedureRequest

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class ProcedureRequest
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for ProcedureRequest complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ProcedureRequest">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subject" type="{http://hl7.org/fhir}Reference"/>
             <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="reasonCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
               <element name="reasonReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <choice minOccurs="0">
               <element name="scheduledDateTime" type="{http://hl7.org/fhir}dateTime"/>
               <element name="scheduledPeriod" type="{http://hl7.org/fhir}Period"/>
               <element name="scheduledTiming" type="{http://hl7.org/fhir}Timing"/>
             </choice>
             <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="status" type="{http://hl7.org/fhir}ProcedureRequestStatus" minOccurs="0"/>
             <element name="notes" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="asNeededBoolean" type="{http://hl7.org/fhir}boolean"/>
               <element name="asNeededCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
             </choice>
             <element name="orderedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="orderer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="priority" type="{http://hl7.org/fhir}ProcedureRequestPriority" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProcedureRequest

        public ProcedureRequest()
    • Method Detail

      • getIdentifier

        public java.util.List<Identifier> getIdentifier()
        Gets the value of the identifier property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the identifier property.

        For example, to add a new item, do as follows:

            getIdentifier().add(newItem);
         

        Objects of the following type(s) are allowed in the list Identifier

      • getSubject

        public Reference getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is Reference
      • setSubject

        public void setSubject​(Reference value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is Reference
      • getBodySite

        public java.util.List<CodeableConcept> getBodySite()
        Gets the value of the bodySite property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bodySite property.

        For example, to add a new item, do as follows:

            getBodySite().add(newItem);
         

        Objects of the following type(s) are allowed in the list CodeableConcept

      • getReasonCodeableConcept

        public CodeableConcept getReasonCodeableConcept()
        Gets the value of the reasonCodeableConcept property.
        Returns:
        possible object is CodeableConcept
      • setReasonCodeableConcept

        public void setReasonCodeableConcept​(CodeableConcept value)
        Sets the value of the reasonCodeableConcept property.
        Parameters:
        value - allowed object is CodeableConcept
      • getReasonReference

        public Reference getReasonReference()
        Gets the value of the reasonReference property.
        Returns:
        possible object is Reference
      • setReasonReference

        public void setReasonReference​(Reference value)
        Sets the value of the reasonReference property.
        Parameters:
        value - allowed object is Reference
      • getScheduledDateTime

        public DateTime getScheduledDateTime()
        Gets the value of the scheduledDateTime property.
        Returns:
        possible object is DateTime
      • setScheduledDateTime

        public void setScheduledDateTime​(DateTime value)
        Sets the value of the scheduledDateTime property.
        Parameters:
        value - allowed object is DateTime
      • getScheduledPeriod

        public Period getScheduledPeriod()
        Gets the value of the scheduledPeriod property.
        Returns:
        possible object is Period
      • setScheduledPeriod

        public void setScheduledPeriod​(Period value)
        Sets the value of the scheduledPeriod property.
        Parameters:
        value - allowed object is Period
      • getScheduledTiming

        public Timing getScheduledTiming()
        Gets the value of the scheduledTiming property.
        Returns:
        possible object is Timing
      • setScheduledTiming

        public void setScheduledTiming​(Timing value)
        Sets the value of the scheduledTiming property.
        Parameters:
        value - allowed object is Timing
      • getEncounter

        public Reference getEncounter()
        Gets the value of the encounter property.
        Returns:
        possible object is Reference
      • setEncounter

        public void setEncounter​(Reference value)
        Sets the value of the encounter property.
        Parameters:
        value - allowed object is Reference
      • getPerformer

        public Reference getPerformer()
        Gets the value of the performer property.
        Returns:
        possible object is Reference
      • setPerformer

        public void setPerformer​(Reference value)
        Sets the value of the performer property.
        Parameters:
        value - allowed object is Reference
      • getNotes

        public java.util.List<Annotation> getNotes()
        Gets the value of the notes property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the notes property.

        For example, to add a new item, do as follows:

            getNotes().add(newItem);
         

        Objects of the following type(s) are allowed in the list Annotation

      • getAsNeededBoolean

        public Boolean getAsNeededBoolean()
        Gets the value of the asNeededBoolean property.
        Returns:
        possible object is Boolean
      • setAsNeededBoolean

        public void setAsNeededBoolean​(Boolean value)
        Sets the value of the asNeededBoolean property.
        Parameters:
        value - allowed object is Boolean
      • getAsNeededCodeableConcept

        public CodeableConcept getAsNeededCodeableConcept()
        Gets the value of the asNeededCodeableConcept property.
        Returns:
        possible object is CodeableConcept
      • setAsNeededCodeableConcept

        public void setAsNeededCodeableConcept​(CodeableConcept value)
        Sets the value of the asNeededCodeableConcept property.
        Parameters:
        value - allowed object is CodeableConcept
      • getOrderedOn

        public DateTime getOrderedOn()
        Gets the value of the orderedOn property.
        Returns:
        possible object is DateTime
      • setOrderedOn

        public void setOrderedOn​(DateTime value)
        Sets the value of the orderedOn property.
        Parameters:
        value - allowed object is DateTime
      • getOrderer

        public Reference getOrderer()
        Gets the value of the orderer property.
        Returns:
        possible object is Reference
      • setOrderer

        public void setOrderer​(Reference value)
        Sets the value of the orderer property.
        Parameters:
        value - allowed object is Reference
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class DomainResource
      • equals

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class DomainResource
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class DomainResource
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class DomainResource