Class OrderSet

  • 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 OrderSet
    extends DomainResource
    This resource allows for the definition of an order set as a sharable, consumable, and executable artifact in support of clinical decision support.
    See Also:
    Serialized Form
    • Field Detail

      • library

        protected List<Reference> library
        A reference to a Library resource containing any formal logic used by the orderset.
      • libraryTarget

        protected List<Library> libraryTarget
        The actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the orderset.)
      • action

        protected List<ActionDefinition> action
        The definition of the actions that make up the order set. Order set groups and sections are represented as actions which contain sub-actions.
      • SP_TOPIC

        public static final String SP_TOPIC
        Search parameter: topic

        Description: Topics associated with the module
        Type: token
        Path: OrderSet.moduleMetadata.topic

        See Also:
        Constant Field Values
      • TOPIC

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

        Description: Topics associated with the module
        Type: token
        Path: OrderSet.moduleMetadata.topic

      • SP_TITLE

        public static final String SP_TITLE
        Search parameter: title

        Description: Text search against the title
        Type: string
        Path: OrderSet.moduleMetadata.title

        See Also:
        Constant Field Values
      • TITLE

        public static final ca.uhn.fhir.rest.gclient.StringClientParam TITLE
        Fluent Client search parameter constant for title

        Description: Text search against the title
        Type: string
        Path: OrderSet.moduleMetadata.title

      • SP_STATUS

        public static final String SP_STATUS
        Search parameter: status

        Description: Status of the module
        Type: token
        Path: OrderSet.moduleMetadata.status

        See Also:
        Constant Field Values
      • STATUS

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

        Description: Status of the module
        Type: token
        Path: OrderSet.moduleMetadata.status

      • SP_DESCRIPTION

        public static final String SP_DESCRIPTION
        Search parameter: description

        Description: Text search against the description
        Type: string
        Path: OrderSet.moduleMetadata.description

        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
        Fluent Client search parameter constant for description

        Description: Text search against the description
        Type: string
        Path: OrderSet.moduleMetadata.description

      • SP_IDENTIFIER

        public static final String SP_IDENTIFIER
        Search parameter: identifier

        Description: Logical identifier for the module (e.g. CMS-143)
        Type: token
        Path: OrderSet.moduleMetadata.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: Logical identifier for the module (e.g. CMS-143)
        Type: token
        Path: OrderSet.moduleMetadata.identifier

      • SP_VERSION

        public static final String SP_VERSION
        Search parameter: version

        Description: Version of the module (e.g. 1.0.0)
        Type: string
        Path: OrderSet.moduleMetadata.version

        See Also:
        Constant Field Values
      • VERSION

        public static final ca.uhn.fhir.rest.gclient.StringClientParam VERSION
        Fluent Client search parameter constant for version

        Description: Version of the module (e.g. 1.0.0)
        Type: string
        Path: OrderSet.moduleMetadata.version

    • Constructor Detail

      • OrderSet

        public OrderSet()
        Constructor