Class DeviceUseStatement

  • 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 DeviceUseStatement
    extends DomainResource
    A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.
    See Also:
    Serialized Form
    • Field Detail

      • bodySite

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

        protected Period whenUsed
        The time period over which the device was used.
      • deviceTarget

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

        protected List<StringType> notes
        Details about the device statement 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.
      • subjectTarget

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

        protected Type timing
        How often the device was used.
      • SP_PATIENT

        public static final String SP_PATIENT
        Search parameter: patient

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

        public static final String SP_SUBJECT
        Search parameter: subject

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

        public static final String SP_DEVICE
        Search parameter: device

        Description: Search by device
        Type: reference
        Path: DeviceUseStatement.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: Search by device
        Type: reference
        Path: DeviceUseStatement.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 "DeviceUseStatement:device".