Class Order

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

    public class Order
    extends DomainResource
    A request to perform an action.
    See Also:
    Serialized Form
    • Field Detail

      • identifier

        protected List<Identifier> identifier
        Identifiers assigned to this order by the orderer or by the receiver.
      • subjectTarget

        protected Resource subjectTarget
        The actual object that is the target of the reference (Patient this order is about.)
      • sourceTarget

        protected Resource sourceTarget
        The actual object that is the target of the reference (Who initiated the order.)
      • targetTarget

        protected Resource targetTarget
        The actual object that is the target of the reference (Who is intended to fulfill the order.)
      • reason

        protected Type reason
        Text - why the order was made.
      • detailTarget

        protected List<Resource> detailTarget
        The actual objects that are the target of the reference (What action is being ordered.)
      • SP_DETAIL

        public static final String SP_DETAIL
        Search parameter: detail

        Description: What action is being ordered
        Type: reference
        Path: Order.detail

        See Also:
        Constant Field Values
      • DETAIL

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DETAIL
        Fluent Client search parameter constant for detail

        Description: What action is being ordered
        Type: reference
        Path: Order.detail

      • INCLUDE_DETAIL

        public static final ca.uhn.fhir.model.api.Include INCLUDE_DETAIL
        Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:detail".
      • SP_PATIENT

        public static final String SP_PATIENT
        Search parameter: patient

        Description: Patient this order is about
        Type: reference
        Path: Order.subject

        See Also:
        Constant Field Values
      • PATIENT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
        Fluent Client search parameter constant for patient

        Description: Patient this order is about
        Type: reference
        Path: Order.subject

      • INCLUDE_PATIENT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:patient".
      • SOURCE

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
        Fluent Client search parameter constant for source

        Description: Who initiated the order
        Type: reference
        Path: Order.source

      • INCLUDE_SOURCE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:source".
      • SP_SUBJECT

        public static final String SP_SUBJECT
        Search parameter: subject

        Description: Patient this order is about
        Type: reference
        Path: Order.subject

        See Also:
        Constant Field Values
      • SUBJECT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
        Fluent Client search parameter constant for subject

        Description: Patient this order is about
        Type: reference
        Path: Order.subject

      • INCLUDE_SUBJECT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:subject".
      • WHEN

        public static final ca.uhn.fhir.rest.gclient.DateClientParam WHEN
        Fluent Client search parameter constant for when

        Description: A formal schedule
        Type: date
        Path: Order.when.schedule

      • SP_TARGET

        public static final String SP_TARGET
        Search parameter: target

        Description: Who is intended to fulfill the order
        Type: reference
        Path: Order.target

        See Also:
        Constant Field Values
      • TARGET

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam TARGET
        Fluent Client search parameter constant for target

        Description: Who is intended to fulfill the order
        Type: reference
        Path: Order.target

      • INCLUDE_TARGET

        public static final ca.uhn.fhir.model.api.Include INCLUDE_TARGET
        Constant for fluent queries to be used to add include statements. Specifies the path value of "Order:target".
      • SP_WHENCODE

        public static final String SP_WHENCODE
        Search parameter: when_code

        Description: Code specifies when request should be done. The code may simply be a priority code
        Type: token
        Path: Order.when.code

        See Also:
        Constant Field Values
      • WHENCODE

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam WHENCODE
        Fluent Client search parameter constant for when_code

        Description: Code specifies when request should be done. The code may simply be a priority code
        Type: token
        Path: Order.when.code

      • DATE

        public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
        Fluent Client search parameter constant for date

        Description: When the order was made
        Type: date
        Path: Order.date

      • SP_IDENTIFIER

        public static final String SP_IDENTIFIER
        Search parameter: identifier

        Description: Instance id from source, target, and/or others
        Type: token
        Path: Order.identifier

        See Also:
        Constant Field Values
      • IDENTIFIER

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
        Fluent Client search parameter constant for identifier

        Description: Instance id from source, target, and/or others
        Type: token
        Path: Order.identifier

    • Constructor Detail

      • Order

        public Order()
        Constructor