Class DeviceUseRequest

  • 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 DeviceUseRequest
    extends DomainResource
    Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.
    See Also:
    Serialized Form
    • Field Detail

      • bodySite

        protected Type bodySite
        Indicates the site on the subject's body where the device should be used ( i.e. the target site).
      • deviceTarget

        protected Device deviceTarget
        The actual object that is the target of the reference (The details of the device to be used.)
      • encounter

        protected Reference encounter
        An encounter that provides additional context in which this request is made.
      • encounterTarget

        protected Encounter encounterTarget
        The actual object that is the target of the reference (An encounter that provides additional context in which this request is made.)
      • identifier

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

        protected List<StringType> notes
        Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.
      • prnReason

        protected List<CodeableConcept> prnReason
        The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
      • subjectTarget

        protected Patient subjectTarget
        The actual object that is the target of the reference (The patient who will use the device.)
      • timing

        protected Type timing
        The timing schedule for the use of the device The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013".
      • SP_PATIENT

        public static final String SP_PATIENT
        Search parameter: patient

        Description: Search by subject - a patient
        Type: reference
        Path: DeviceUseRequest.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: Search by subject - a patient
        Type: reference
        Path: DeviceUseRequest.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 "DeviceUseRequest:patient".
      • SP_SUBJECT

        public static final String SP_SUBJECT
        Search parameter: subject

        Description: Search by subject
        Type: reference
        Path: DeviceUseRequest.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: Search by subject
        Type: reference
        Path: DeviceUseRequest.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 "DeviceUseRequest:subject".
      • SP_DEVICE

        public static final String SP_DEVICE
        Search parameter: device

        Description: Device requested
        Type: reference
        Path: DeviceUseRequest.device

        See Also:
        Constant Field Values
      • DEVICE

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

        Description: Device requested
        Type: reference
        Path: DeviceUseRequest.device

      • INCLUDE_DEVICE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_DEVICE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "DeviceUseRequest:device".