Class DeviceUseRequest
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.dstu2.resource.BaseResource
-
- ca.uhn.fhir.model.dstu2.resource.DeviceUseRequest
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IResource,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseResource
public class DeviceUseRequest extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR DeviceUseRequest Resource (workflow.order)Definition: 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.
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/DeviceUseRequest
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.ReferenceClientParamDEVICEFluent Client search parameter constant for devicestatic ca.uhn.fhir.model.api.IncludeINCLUDE_DEVICEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PATIENTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SUBJECTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientstatic StringSP_DEVICESearch parameter constant for devicestatic StringSP_PATIENTSearch parameter constant for patientstatic StringSP_SUBJECTSearch parameter constant for subjectstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamSUBJECTFluent Client search parameter constant for subject-
Fields inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
RES_ID, SP_RES_ID, SP_RES_LANGUAGE
-
-
Constructor Summary
Constructors Constructor Description DeviceUseRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifierDtaddIdentifier()Adds and returns a new value for identifier (id)DeviceUseRequestaddIdentifier(IdentifierDt theValue)Adds a given new value for identifier (id)CodeableConceptDtaddIndication()Adds and returns a new value for indication (why)DeviceUseRequestaddIndication(CodeableConceptDt theValue)Adds a given new value for indication (why)ca.uhn.fhir.model.primitive.StringDtaddNotes()Adds and returns a new value for notes ()DeviceUseRequestaddNotes(ca.uhn.fhir.model.primitive.StringDt theValue)Adds a given new value for notes ()DeviceUseRequestaddNotes(String theString)Adds a new value for notes ()CodeableConceptDtaddPrnReason()Adds and returns a new value for prnReason ()DeviceUseRequestaddPrnReason(CodeableConceptDt theValue)Adds a given new value for prnReason ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)ca.uhn.fhir.model.api.IDatatypegetBodySite()Gets the value(s) for bodySite[x] ().ResourceReferenceDtgetDevice()Gets the value(s) for device ().ResourceReferenceDtgetEncounter()Gets the value(s) for encounter (context).List<IdentifierDt>getIdentifier()Gets the value(s) for identifier (id).IdentifierDtgetIdentifierFirstRep()Gets the first repetition for identifier (id), creating it if it does not already exist.List<CodeableConceptDt>getIndication()Gets the value(s) for indication (why).CodeableConceptDtgetIndicationFirstRep()Gets the first repetition for indication (why), creating it if it does not already exist.List<ca.uhn.fhir.model.primitive.StringDt>getNotes()Gets the value(s) for notes ().ca.uhn.fhir.model.primitive.StringDtgetNotesFirstRep()Gets the first repetition for notes (), creating it if it does not already exist.DategetOrderedOn()Gets the value(s) for orderedOn (when.init).ca.uhn.fhir.model.primitive.DateTimeDtgetOrderedOnElement()Gets the value(s) for orderedOn (when.init).StringgetPriority()Gets the value(s) for priority (grade).ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestPriorityEnum>getPriorityElement()Gets the value(s) for priority (grade).List<CodeableConceptDt>getPrnReason()Gets the value(s) for prnReason ().CodeableConceptDtgetPrnReasonFirstRep()Gets the first repetition for prnReason (), creating it if it does not already exist.DategetRecordedOn()Gets the value(s) for recordedOn (when.recorded).ca.uhn.fhir.model.primitive.DateTimeDtgetRecordedOnElement()Gets the value(s) for recordedOn (when.recorded).StringgetResourceName()StringgetStatus()Gets the value(s) for status (status).ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestStatusEnum>getStatusElement()Gets the value(s) for status (status).ca.uhn.fhir.context.FhirVersionEnumgetStructureFhirVersionEnum()ResourceReferenceDtgetSubject()Gets the value(s) for subject (who.focus).ca.uhn.fhir.model.api.IDatatypegetTiming()Gets the value(s) for timing[x] (when.planned).booleanisEmpty()DeviceUseRequestsetBodySite(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for bodySite[x] ()DeviceUseRequestsetDevice(ResourceReferenceDt theValue)Sets the value(s) for device ()DeviceUseRequestsetEncounter(ResourceReferenceDt theValue)Sets the value(s) for encounter (context)DeviceUseRequestsetIdentifier(List<IdentifierDt> theValue)Sets the value(s) for identifier (id)DeviceUseRequestsetIndication(List<CodeableConceptDt> theValue)Sets the value(s) for indication (why)DeviceUseRequestsetNotes(List<ca.uhn.fhir.model.primitive.StringDt> theValue)Sets the value(s) for notes ()DeviceUseRequestsetOrderedOn(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for orderedOn (when.init)DeviceUseRequestsetOrderedOn(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for orderedOn (when.init)DeviceUseRequestsetOrderedOnWithSecondsPrecision(Date theDate)Sets the value for orderedOn (when.init)DeviceUseRequestsetPriority(DeviceUseRequestPriorityEnum theValue)Sets the value(s) for priority (grade)DeviceUseRequestsetPriority(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestPriorityEnum> theValue)Sets the value(s) for priority (grade)DeviceUseRequestsetPrnReason(List<CodeableConceptDt> theValue)Sets the value(s) for prnReason ()DeviceUseRequestsetRecordedOn(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for recordedOn (when.recorded)DeviceUseRequestsetRecordedOn(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for recordedOn (when.recorded)DeviceUseRequestsetRecordedOnWithSecondsPrecision(Date theDate)Sets the value for recordedOn (when.recorded)DeviceUseRequestsetStatus(DeviceUseRequestStatusEnum theValue)Sets the value(s) for status (status)DeviceUseRequestsetStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestStatusEnum> theValue)Sets the value(s) for status (status)DeviceUseRequestsetSubject(ResourceReferenceDt theValue)Sets the value(s) for subject (who.focus)DeviceUseRequestsetTiming(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for timing[x] (when.planned)-
Methods inherited from class ca.uhn.fhir.model.dstu2.resource.BaseResource
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toString
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
-
-
-
Field Detail
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter constant for subjectDescription: 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 subjectDescription: Search by subject
Type: reference
Path: DeviceUseRequest.subject
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter constant for patientDescription: 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 patientDescription: Search by subject - a patient
Type: reference
Path: DeviceUseRequest.subject
-
SP_DEVICE
public static final String SP_DEVICE
Search parameter constant for deviceDescription:
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 deviceDescription:
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".
-
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".
-
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".
-
-
Constructor Detail
-
DeviceUseRequest
public DeviceUseRequest()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getBodySite
public ca.uhn.fhir.model.api.IDatatype getBodySite()
Gets the value(s) for bodySite[x] (). creating it if it does not exist. Will not returnnull.Definition: Indicates the site on the subject's body where the device should be used ( i.e. the target site).
-
setBodySite
public DeviceUseRequest setBodySite(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for bodySite[x] ()Definition: Indicates the site on the subject's body where the device should be used ( i.e. the target site).
-
getStatusElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestStatusEnum> getStatusElement()
Gets the value(s) for status (status). creating it if it does not exist. Will not returnnull.Definition: The status of the request.
-
getStatus
public String getStatus()
Gets the value(s) for status (status). creating it if it does not exist. This method may returnnull.Definition: The status of the request.
-
setStatus
public DeviceUseRequest setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestStatusEnum> theValue)
Sets the value(s) for status (status)Definition: The status of the request.
-
setStatus
public DeviceUseRequest setStatus(DeviceUseRequestStatusEnum theValue)
Sets the value(s) for status (status)Definition: The status of the request.
-
getDevice
public ResourceReferenceDt getDevice()
Gets the value(s) for device (). creating it if it does not exist. Will not returnnull.Definition: The details of the device to be used.
-
setDevice
public DeviceUseRequest setDevice(ResourceReferenceDt theValue)
Sets the value(s) for device ()Definition: The details of the device to be used.
-
getEncounter
public ResourceReferenceDt getEncounter()
Gets the value(s) for encounter (context). creating it if it does not exist. Will not returnnull.Definition: An encounter that provides additional context in which this request is made.
-
setEncounter
public DeviceUseRequest setEncounter(ResourceReferenceDt theValue)
Sets the value(s) for encounter (context)Definition: An encounter that provides additional context in which this request is made.
-
getIdentifier
public List<IdentifierDt> getIdentifier()
Gets the value(s) for identifier (id). creating it if it does not exist. Will not returnnull.Definition: Identifiers assigned to this order by the orderer or by the receiver.
-
setIdentifier
public DeviceUseRequest setIdentifier(List<IdentifierDt> theValue)
Sets the value(s) for identifier (id)Definition: Identifiers assigned to this order by the orderer or by the receiver.
-
addIdentifier
public IdentifierDt addIdentifier()
Adds and returns a new value for identifier (id)Definition: Identifiers assigned to this order by the orderer or by the receiver.
-
addIdentifier
public DeviceUseRequest addIdentifier(IdentifierDt theValue)
Adds a given new value for identifier (id)Definition: Identifiers assigned to this order by the orderer or by the receiver.
- Parameters:
theValue- The identifier to add (must not benull)
-
getIdentifierFirstRep
public IdentifierDt getIdentifierFirstRep()
Gets the first repetition for identifier (id), creating it if it does not already exist.Definition: Identifiers assigned to this order by the orderer or by the receiver.
-
getIndication
public List<CodeableConceptDt> getIndication()
Gets the value(s) for indication (why). creating it if it does not exist. Will not returnnull.Definition: Reason or justification for the use of this device.
-
setIndication
public DeviceUseRequest setIndication(List<CodeableConceptDt> theValue)
Sets the value(s) for indication (why)Definition: Reason or justification for the use of this device.
-
addIndication
public CodeableConceptDt addIndication()
Adds and returns a new value for indication (why)Definition: Reason or justification for the use of this device.
-
addIndication
public DeviceUseRequest addIndication(CodeableConceptDt theValue)
Adds a given new value for indication (why)Definition: Reason or justification for the use of this device.
- Parameters:
theValue- The indication to add (must not benull)
-
getIndicationFirstRep
public CodeableConceptDt getIndicationFirstRep()
Gets the first repetition for indication (why), creating it if it does not already exist.Definition: Reason or justification for the use of this device.
-
getNotes
public List<ca.uhn.fhir.model.primitive.StringDt> getNotes()
Gets the value(s) for notes (). creating it if it does not exist. Will not returnnull.Definition: 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.
-
setNotes
public DeviceUseRequest setNotes(List<ca.uhn.fhir.model.primitive.StringDt> theValue)
Sets the value(s) for notes ()Definition: 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.
-
addNotes
public ca.uhn.fhir.model.primitive.StringDt addNotes()
Adds and returns a new value for notes ()Definition: 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.
-
addNotes
public DeviceUseRequest addNotes(ca.uhn.fhir.model.primitive.StringDt theValue)
Adds a given new value for notes ()Definition: 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.
- Parameters:
theValue- The notes to add (must not benull)
-
getNotesFirstRep
public ca.uhn.fhir.model.primitive.StringDt getNotesFirstRep()
Gets the first repetition for notes (), creating it if it does not already exist.Definition: 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.
-
addNotes
public DeviceUseRequest addNotes(String theString)
Adds a new value for notes ()Definition: 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.
- Returns:
- Returns a reference to this object, to allow for simple chaining.
-
getPrnReason
public List<CodeableConceptDt> getPrnReason()
Gets the value(s) for prnReason (). creating it if it does not exist. Will not returnnull.Definition: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
-
setPrnReason
public DeviceUseRequest setPrnReason(List<CodeableConceptDt> theValue)
Sets the value(s) for prnReason ()Definition: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
-
addPrnReason
public CodeableConceptDt addPrnReason()
Adds and returns a new value for prnReason ()Definition: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
-
addPrnReason
public DeviceUseRequest addPrnReason(CodeableConceptDt theValue)
Adds a given new value for prnReason ()Definition: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
- Parameters:
theValue- The prnReason to add (must not benull)
-
getPrnReasonFirstRep
public CodeableConceptDt getPrnReasonFirstRep()
Gets the first repetition for prnReason (), creating it if it does not already exist.Definition: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
-
getOrderedOnElement
public ca.uhn.fhir.model.primitive.DateTimeDt getOrderedOnElement()
Gets the value(s) for orderedOn (when.init). creating it if it does not exist. Will not returnnull.Definition: The time when the request was made.
-
getOrderedOn
public Date getOrderedOn()
Gets the value(s) for orderedOn (when.init). creating it if it does not exist. This method may returnnull.Definition: The time when the request was made.
-
setOrderedOn
public DeviceUseRequest setOrderedOn(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for orderedOn (when.init)Definition: The time when the request was made.
-
setOrderedOn
public DeviceUseRequest setOrderedOn(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for orderedOn (when.init)Definition: The time when the request was made.
-
setOrderedOnWithSecondsPrecision
public DeviceUseRequest setOrderedOnWithSecondsPrecision(Date theDate)
Sets the value for orderedOn (when.init)Definition: The time when the request was made.
-
getRecordedOnElement
public ca.uhn.fhir.model.primitive.DateTimeDt getRecordedOnElement()
Gets the value(s) for recordedOn (when.recorded). creating it if it does not exist. Will not returnnull.Definition: The time at which the request was made/recorded.
-
getRecordedOn
public Date getRecordedOn()
Gets the value(s) for recordedOn (when.recorded). creating it if it does not exist. This method may returnnull.Definition: The time at which the request was made/recorded.
-
setRecordedOn
public DeviceUseRequest setRecordedOn(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for recordedOn (when.recorded)Definition: The time at which the request was made/recorded.
-
setRecordedOn
public DeviceUseRequest setRecordedOn(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for recordedOn (when.recorded)Definition: The time at which the request was made/recorded.
-
setRecordedOnWithSecondsPrecision
public DeviceUseRequest setRecordedOnWithSecondsPrecision(Date theDate)
Sets the value for recordedOn (when.recorded)Definition: The time at which the request was made/recorded.
-
getSubject
public ResourceReferenceDt getSubject()
Gets the value(s) for subject (who.focus). creating it if it does not exist. Will not returnnull.Definition: The patient who will use the device.
-
setSubject
public DeviceUseRequest setSubject(ResourceReferenceDt theValue)
Sets the value(s) for subject (who.focus)Definition: The patient who will use the device.
-
getTiming
public ca.uhn.fhir.model.api.IDatatype getTiming()
Gets the value(s) for timing[x] (when.planned). creating it if it does not exist. Will not returnnull.Definition: 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\".
-
setTiming
public DeviceUseRequest setTiming(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for timing[x] (when.planned)Definition: 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\".
-
getPriorityElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestPriorityEnum> getPriorityElement()
Gets the value(s) for priority (grade). creating it if it does not exist. Will not returnnull.Definition: Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
-
getPriority
public String getPriority()
Gets the value(s) for priority (grade). creating it if it does not exist. This method may returnnull.Definition: Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
-
setPriority
public DeviceUseRequest setPriority(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceUseRequestPriorityEnum> theValue)
Sets the value(s) for priority (grade)Definition: Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
-
setPriority
public DeviceUseRequest setPriority(DeviceUseRequestPriorityEnum theValue)
Sets the value(s) for priority (grade)Definition: Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceca.uhn.fhir.model.api.IResource
-
getStructureFhirVersionEnum
public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
- Specified by:
getStructureFhirVersionEnumin interfaceorg.hl7.fhir.instance.model.api.IBaseResource- Specified by:
getStructureFhirVersionEnumin interfaceca.uhn.fhir.model.api.IResource
-
-