Class Device
- java.lang.Object
-
- org.hl7.fhir.r4.model.Base
-
- org.hl7.fhir.r4.model.BaseResource
-
- org.hl7.fhir.r4.model.Resource
-
- org.hl7.fhir.r4.model.DomainResource
-
- org.hl7.fhir.r4.model.Device
-
- 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 Device extends DomainResource
A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDevice.DeviceDeviceNameComponentstatic classDevice.DeviceNameTypestatic classDevice.DeviceNameTypeEnumFactorystatic classDevice.DevicePropertyComponentstatic classDevice.DeviceSpecializationComponentstatic classDevice.DeviceUdiCarrierComponentstatic classDevice.DeviceVersionComponentstatic classDevice.FHIRDeviceStatusstatic classDevice.FHIRDeviceStatusEnumFactorystatic classDevice.UDIEntryTypestatic classDevice.UDIEntryTypeEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected List<ContactPoint>contactContact details for an organization or a particular human that is responsible for the device.protected ReferencedefinitionThe reference to the definition for the device.protected DeviceDefinitiondefinitionTargetThe actual object that is the target of the reference (The reference to the definition for the device.)static ca.uhn.fhir.rest.gclient.StringClientParamDEVICE_NAMEFluent Client search parameter constant for device-nameprotected List<Device.DeviceDeviceNameComponent>deviceNameThis represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.protected StringTypedistinctIdentifierThe distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.protected DateTimeTypeexpirationDateThe date and time beyond which this device is no longer valid or should not be used (if applicable).protected List<Identifier>identifierUnique instance identifiers assigned to a device by manufacturers other organizations or owners.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_LOCATIONConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_ORGANIZATIONConstant 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.protected ReferencelocationThe place where the device can be found.static ca.uhn.fhir.rest.gclient.ReferenceClientParamLOCATIONFluent Client search parameter constant for locationprotected LocationlocationTargetThe actual object that is the target of the reference (The place where the device can be found.)protected StringTypelotNumberLot number assigned by the manufacturer.protected DateTimeTypemanufactureDateThe date and time when the device was manufactured.protected StringTypemanufacturerA name of the manufacturer.static ca.uhn.fhir.rest.gclient.StringClientParamMANUFACTURERFluent Client search parameter constant for manufacturerstatic ca.uhn.fhir.rest.gclient.StringClientParamMODELFluent Client search parameter constant for modelprotected StringTypemodelNumberThe model number for the device.protected List<Annotation>noteDescriptive information, usage information or implantation information that is not captured in an existing element.static ca.uhn.fhir.rest.gclient.ReferenceClientParamORGANIZATIONFluent Client search parameter constant for organizationprotected ReferenceownerAn organization that is responsible for the provision and ongoing maintenance of the device.protected OrganizationownerTargetThe actual object that is the target of the reference (An organization that is responsible for the provision and ongoing maintenance of the device.)protected ReferenceparentThe parent device.protected DeviceparentTargetThe actual object that is the target of the reference (The parent device.)protected StringTypepartNumberThe part number of the device.protected ReferencepatientPatient information, If the device is affixed to a person.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientprotected PatientpatientTargetThe actual object that is the target of the reference (Patient information, If the device is affixed to a person.)protected List<Device.DevicePropertyComponent>propertyThe actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.protected List<CodeableConcept>safetyProvides additional safety characteristics about a medical device.protected StringTypeserialNumberThe serial number assigned by the organization when the device was manufactured.static StringSP_DEVICE_NAMESearch parameter: device-namestatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_LOCATIONSearch parameter: locationstatic StringSP_MANUFACTURERSearch parameter: manufacturerstatic StringSP_MODELSearch parameter: modelstatic StringSP_ORGANIZATIONSearch parameter: organizationstatic StringSP_PATIENTSearch parameter: patientstatic StringSP_STATUSSearch parameter: statusstatic StringSP_TYPESearch parameter: typestatic StringSP_UDI_CARRIERSearch parameter: udi-carrierstatic StringSP_UDI_DISearch parameter: udi-distatic StringSP_URLSearch parameter: urlprotected List<Device.DeviceSpecializationComponent>specializationThe capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.protected Enumeration<Device.FHIRDeviceStatus>statusStatus of the Device availability.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected List<CodeableConcept>statusReasonReason for the dtatus of the Device availability.protected CodeableConcepttypeThe kind or type of device.static ca.uhn.fhir.rest.gclient.TokenClientParamTYPEFluent Client search parameter constant for typestatic ca.uhn.fhir.rest.gclient.StringClientParamUDI_CARRIERFluent Client search parameter constant for udi-carrierstatic ca.uhn.fhir.rest.gclient.StringClientParamUDI_DIFluent Client search parameter constant for udi-diprotected List<Device.DeviceUdiCarrierComponent>udiCarrierUnique device identifier (UDI) assigned to device label or package.protected UriTypeurlA network address on which the device may be contacted directly.static ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlprotected List<Device.DeviceVersionComponent>versionThe actual design of the device or software version running on the device.-
Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Device()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
Unique instance identifiers assigned to a device by manufacturers other organizations or owners.
-
definition
protected Reference definition
The reference to the definition for the device.
-
definitionTarget
protected DeviceDefinition definitionTarget
The actual object that is the target of the reference (The reference to the definition for the device.)
-
udiCarrier
protected List<Device.DeviceUdiCarrierComponent> udiCarrier
Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.
-
status
protected Enumeration<Device.FHIRDeviceStatus> status
Status of the Device availability.
-
statusReason
protected List<CodeableConcept> statusReason
Reason for the dtatus of the Device availability.
-
distinctIdentifier
protected StringType distinctIdentifier
The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.
-
manufacturer
protected StringType manufacturer
A name of the manufacturer.
-
manufactureDate
protected DateTimeType manufactureDate
The date and time when the device was manufactured.
-
expirationDate
protected DateTimeType expirationDate
The date and time beyond which this device is no longer valid or should not be used (if applicable).
-
lotNumber
protected StringType lotNumber
Lot number assigned by the manufacturer.
-
serialNumber
protected StringType serialNumber
The serial number assigned by the organization when the device was manufactured.
-
deviceName
protected List<Device.DeviceDeviceNameComponent> deviceName
This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition.
-
modelNumber
protected StringType modelNumber
The model number for the device.
-
partNumber
protected StringType partNumber
The part number of the device.
-
type
protected CodeableConcept type
The kind or type of device.
-
specialization
protected List<Device.DeviceSpecializationComponent> specialization
The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.
-
version
protected List<Device.DeviceVersionComponent> version
The actual design of the device or software version running on the device.
-
property
protected List<Device.DevicePropertyComponent> property
The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.
-
patientTarget
protected Patient patientTarget
The actual object that is the target of the reference (Patient information, If the device is affixed to a person.)
-
owner
protected Reference owner
An organization that is responsible for the provision and ongoing maintenance of the device.
-
ownerTarget
protected Organization ownerTarget
The actual object that is the target of the reference (An organization that is responsible for the provision and ongoing maintenance of the device.)
-
contact
protected List<ContactPoint> contact
Contact details for an organization or a particular human that is responsible for the device.
-
locationTarget
protected Location locationTarget
The actual object that is the target of the reference (The place where the device can be found.)
-
note
protected List<Annotation> note
Descriptive information, usage information or implantation information that is not captured in an existing element.
-
safety
protected List<CodeableConcept> safety
Provides additional safety characteristics about a medical device. For example devices containing latex.
-
parentTarget
protected Device parentTarget
The actual object that is the target of the reference (The parent device.)
-
SP_UDI_DI
public static final String SP_UDI_DI
Search parameter: udi-diDescription: The udi Device Identifier (DI)
Type: string
Path: Device.udiCarrier
- See Also:
- Constant Field Values
-
UDI_DI
public static final ca.uhn.fhir.rest.gclient.StringClientParam UDI_DI
Fluent Client search parameter constant for udi-diDescription: The udi Device Identifier (DI)
Type: string
Path: Device.udiCarrier
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: Instance id from manufacturer, owner, and others
Type: token
Path: Device.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Instance id from manufacturer, owner, and others
Type: token
Path: Device.identifier
-
SP_UDI_CARRIER
public static final String SP_UDI_CARRIER
Search parameter: udi-carrierDescription: UDI Barcode (RFID or other technology) string in *HRF* format.
Type: string
Path: Device.udiCarrier
- See Also:
- Constant Field Values
-
UDI_CARRIER
public static final ca.uhn.fhir.rest.gclient.StringClientParam UDI_CARRIER
Fluent Client search parameter constant for udi-carrierDescription: UDI Barcode (RFID or other technology) string in *HRF* format.
Type: string
Path: Device.udiCarrier
-
SP_DEVICE_NAME
public static final String SP_DEVICE_NAME
Search parameter: device-nameDescription: A server defined search that may match any of the string fields in Device.deviceName or Device.type.
Type: string
Path: Device.deviceName
- See Also:
- Constant Field Values
-
DEVICE_NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam DEVICE_NAME
Fluent Client search parameter constant for device-nameDescription: A server defined search that may match any of the string fields in Device.deviceName or Device.type.
Type: string
Path: Device.deviceName
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: Patient information, if the resource is affixed to a person
Type: reference
Path: Device.patient
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: Patient information, if the resource is affixed to a person
Type: reference
Path: Device.patient
-
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 "Device:patient".
-
SP_ORGANIZATION
public static final String SP_ORGANIZATION
Search parameter: organizationDescription: The organization responsible for the device
Type: reference
Path: Device.owner
- See Also:
- Constant Field Values
-
ORGANIZATION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ORGANIZATION
Fluent Client search parameter constant for organizationDescription: The organization responsible for the device
Type: reference
Path: Device.owner
-
INCLUDE_ORGANIZATION
public static final ca.uhn.fhir.model.api.Include INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Device:organization".
-
SP_MODEL
public static final String SP_MODEL
Search parameter: modelDescription: The model of the device
Type: string
Path: Device.modelNumber
- See Also:
- Constant Field Values
-
MODEL
public static final ca.uhn.fhir.rest.gclient.StringClientParam MODEL
Fluent Client search parameter constant for modelDescription: The model of the device
Type: string
Path: Device.modelNumber
-
SP_LOCATION
public static final String SP_LOCATION
Search parameter: locationDescription: A location, where the resource is found
Type: reference
Path: Device.location
- See Also:
- Constant Field Values
-
LOCATION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam LOCATION
Fluent Client search parameter constant for locationDescription: A location, where the resource is found
Type: reference
Path: Device.location
-
INCLUDE_LOCATION
public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Device:location".
-
SP_TYPE
public static final String SP_TYPE
Search parameter: typeDescription: The type of the device
Type: token
Path: Device.type
- See Also:
- Constant Field Values
-
TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Fluent Client search parameter constant for typeDescription: The type of the device
Type: token
Path: Device.type
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: Network address to contact device
Type: uri
Path: Device.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: Network address to contact device
Type: uri
Path: Device.url
-
SP_MANUFACTURER
public static final String SP_MANUFACTURER
Search parameter: manufacturerDescription: The manufacturer of the device
Type: string
Path: Device.manufacturer
- See Also:
- Constant Field Values
-
MANUFACTURER
public static final ca.uhn.fhir.rest.gclient.StringClientParam MANUFACTURER
Fluent Client search parameter constant for manufacturerDescription: The manufacturer of the device
Type: string
Path: Device.manufacturer
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: active | inactive | entered-in-error | unknown
Type: token
Path: Device.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: active | inactive | entered-in-error | unknown
Type: token
Path: Device.status
-
-
Constructor Detail
-
Device
public Device()
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(Unique instance identifiers assigned to a device by manufacturers other organizations or owners.)
-
setIdentifier
public Device setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public Device addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist
-
getDefinition
public Reference getDefinition()
- Returns:
definition(The reference to the definition for the device.)
-
hasDefinition
public boolean hasDefinition()
-
setDefinition
public Device setDefinition(Reference value)
- Parameters:
value-definition(The reference to the definition for the device.)
-
getDefinitionTarget
public DeviceDefinition getDefinitionTarget()
- Returns:
definitionThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The reference to the definition for the device.)
-
setDefinitionTarget
public Device setDefinitionTarget(DeviceDefinition value)
- Parameters:
value-definitionThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The reference to the definition for the device.)
-
getUdiCarrier
public List<Device.DeviceUdiCarrierComponent> getUdiCarrier()
- Returns:
udiCarrier(Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.)
-
setUdiCarrier
public Device setUdiCarrier(List<Device.DeviceUdiCarrierComponent> theUdiCarrier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasUdiCarrier
public boolean hasUdiCarrier()
-
addUdiCarrier
public Device.DeviceUdiCarrierComponent addUdiCarrier()
-
addUdiCarrier
public Device addUdiCarrier(Device.DeviceUdiCarrierComponent t)
-
getUdiCarrierFirstRep
public Device.DeviceUdiCarrierComponent getUdiCarrierFirstRep()
- Returns:
- The first repetition of repeating field
udiCarrier, creating it if it does not already exist
-
getStatusElement
public Enumeration<Device.FHIRDeviceStatus> getStatusElement()
- Returns:
status(Status of the Device availability.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public Device setStatusElement(Enumeration<Device.FHIRDeviceStatus> value)
- Parameters:
value-status(Status of the Device availability.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Device.FHIRDeviceStatus getStatus()
- Returns:
- Status of the Device availability.
-
setStatus
public Device setStatus(Device.FHIRDeviceStatus value)
- Parameters:
value- Status of the Device availability.
-
getStatusReason
public List<CodeableConcept> getStatusReason()
- Returns:
statusReason(Reason for the dtatus of the Device availability.)
-
setStatusReason
public Device setStatusReason(List<CodeableConcept> theStatusReason)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasStatusReason
public boolean hasStatusReason()
-
addStatusReason
public CodeableConcept addStatusReason()
-
addStatusReason
public Device addStatusReason(CodeableConcept t)
-
getStatusReasonFirstRep
public CodeableConcept getStatusReasonFirstRep()
- Returns:
- The first repetition of repeating field
statusReason, creating it if it does not already exist
-
getDistinctIdentifierElement
public StringType getDistinctIdentifierElement()
- Returns:
distinctIdentifier(The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.). This is the underlying object with id, value and extensions. The accessor "getDistinctIdentifier" gives direct access to the value
-
hasDistinctIdentifierElement
public boolean hasDistinctIdentifierElement()
-
hasDistinctIdentifier
public boolean hasDistinctIdentifier()
-
setDistinctIdentifierElement
public Device setDistinctIdentifierElement(StringType value)
- Parameters:
value-distinctIdentifier(The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.). This is the underlying object with id, value and extensions. The accessor "getDistinctIdentifier" gives direct access to the value
-
getDistinctIdentifier
public String getDistinctIdentifier()
- Returns:
- The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.
-
setDistinctIdentifier
public Device setDistinctIdentifier(String value)
- Parameters:
value- The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.
-
getManufacturerElement
public StringType getManufacturerElement()
- Returns:
manufacturer(A name of the manufacturer.). This is the underlying object with id, value and extensions. The accessor "getManufacturer" gives direct access to the value
-
hasManufacturerElement
public boolean hasManufacturerElement()
-
hasManufacturer
public boolean hasManufacturer()
-
setManufacturerElement
public Device setManufacturerElement(StringType value)
- Parameters:
value-manufacturer(A name of the manufacturer.). This is the underlying object with id, value and extensions. The accessor "getManufacturer" gives direct access to the value
-
getManufacturer
public String getManufacturer()
- Returns:
- A name of the manufacturer.
-
setManufacturer
public Device setManufacturer(String value)
- Parameters:
value- A name of the manufacturer.
-
getManufactureDateElement
public DateTimeType getManufactureDateElement()
- Returns:
manufactureDate(The date and time when the device was manufactured.). This is the underlying object with id, value and extensions. The accessor "getManufactureDate" gives direct access to the value
-
hasManufactureDateElement
public boolean hasManufactureDateElement()
-
hasManufactureDate
public boolean hasManufactureDate()
-
setManufactureDateElement
public Device setManufactureDateElement(DateTimeType value)
- Parameters:
value-manufactureDate(The date and time when the device was manufactured.). This is the underlying object with id, value and extensions. The accessor "getManufactureDate" gives direct access to the value
-
getManufactureDate
public Date getManufactureDate()
- Returns:
- The date and time when the device was manufactured.
-
setManufactureDate
public Device setManufactureDate(Date value)
- Parameters:
value- The date and time when the device was manufactured.
-
getExpirationDateElement
public DateTimeType getExpirationDateElement()
- Returns:
expirationDate(The date and time beyond which this device is no longer valid or should not be used (if applicable).). This is the underlying object with id, value and extensions. The accessor "getExpirationDate" gives direct access to the value
-
hasExpirationDateElement
public boolean hasExpirationDateElement()
-
hasExpirationDate
public boolean hasExpirationDate()
-
setExpirationDateElement
public Device setExpirationDateElement(DateTimeType value)
- Parameters:
value-expirationDate(The date and time beyond which this device is no longer valid or should not be used (if applicable).). This is the underlying object with id, value and extensions. The accessor "getExpirationDate" gives direct access to the value
-
getExpirationDate
public Date getExpirationDate()
- Returns:
- The date and time beyond which this device is no longer valid or should not be used (if applicable).
-
setExpirationDate
public Device setExpirationDate(Date value)
- Parameters:
value- The date and time beyond which this device is no longer valid or should not be used (if applicable).
-
getLotNumberElement
public StringType getLotNumberElement()
- Returns:
lotNumber(Lot number assigned by the manufacturer.). This is the underlying object with id, value and extensions. The accessor "getLotNumber" gives direct access to the value
-
hasLotNumberElement
public boolean hasLotNumberElement()
-
hasLotNumber
public boolean hasLotNumber()
-
setLotNumberElement
public Device setLotNumberElement(StringType value)
- Parameters:
value-lotNumber(Lot number assigned by the manufacturer.). This is the underlying object with id, value and extensions. The accessor "getLotNumber" gives direct access to the value
-
getLotNumber
public String getLotNumber()
- Returns:
- Lot number assigned by the manufacturer.
-
setLotNumber
public Device setLotNumber(String value)
- Parameters:
value- Lot number assigned by the manufacturer.
-
getSerialNumberElement
public StringType getSerialNumberElement()
- Returns:
serialNumber(The serial number assigned by the organization when the device was manufactured.). This is the underlying object with id, value and extensions. The accessor "getSerialNumber" gives direct access to the value
-
hasSerialNumberElement
public boolean hasSerialNumberElement()
-
hasSerialNumber
public boolean hasSerialNumber()
-
setSerialNumberElement
public Device setSerialNumberElement(StringType value)
- Parameters:
value-serialNumber(The serial number assigned by the organization when the device was manufactured.). This is the underlying object with id, value and extensions. The accessor "getSerialNumber" gives direct access to the value
-
getSerialNumber
public String getSerialNumber()
- Returns:
- The serial number assigned by the organization when the device was manufactured.
-
setSerialNumber
public Device setSerialNumber(String value)
- Parameters:
value- The serial number assigned by the organization when the device was manufactured.
-
getDeviceName
public List<Device.DeviceDeviceNameComponent> getDeviceName()
- Returns:
deviceName(This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition.)
-
setDeviceName
public Device setDeviceName(List<Device.DeviceDeviceNameComponent> theDeviceName)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasDeviceName
public boolean hasDeviceName()
-
addDeviceName
public Device.DeviceDeviceNameComponent addDeviceName()
-
addDeviceName
public Device addDeviceName(Device.DeviceDeviceNameComponent t)
-
getDeviceNameFirstRep
public Device.DeviceDeviceNameComponent getDeviceNameFirstRep()
- Returns:
- The first repetition of repeating field
deviceName, creating it if it does not already exist
-
getModelNumberElement
public StringType getModelNumberElement()
- Returns:
modelNumber(The model number for the device.). This is the underlying object with id, value and extensions. The accessor "getModelNumber" gives direct access to the value
-
hasModelNumberElement
public boolean hasModelNumberElement()
-
hasModelNumber
public boolean hasModelNumber()
-
setModelNumberElement
public Device setModelNumberElement(StringType value)
- Parameters:
value-modelNumber(The model number for the device.). This is the underlying object with id, value and extensions. The accessor "getModelNumber" gives direct access to the value
-
getModelNumber
public String getModelNumber()
- Returns:
- The model number for the device.
-
setModelNumber
public Device setModelNumber(String value)
- Parameters:
value- The model number for the device.
-
getPartNumberElement
public StringType getPartNumberElement()
- Returns:
partNumber(The part number of the device.). This is the underlying object with id, value and extensions. The accessor "getPartNumber" gives direct access to the value
-
hasPartNumberElement
public boolean hasPartNumberElement()
-
hasPartNumber
public boolean hasPartNumber()
-
setPartNumberElement
public Device setPartNumberElement(StringType value)
- Parameters:
value-partNumber(The part number of the device.). This is the underlying object with id, value and extensions. The accessor "getPartNumber" gives direct access to the value
-
getPartNumber
public String getPartNumber()
- Returns:
- The part number of the device.
-
setPartNumber
public Device setPartNumber(String value)
- Parameters:
value- The part number of the device.
-
getType
public CodeableConcept getType()
- Returns:
type(The kind or type of device.)
-
hasType
public boolean hasType()
-
setType
public Device setType(CodeableConcept value)
- Parameters:
value-type(The kind or type of device.)
-
getSpecialization
public List<Device.DeviceSpecializationComponent> getSpecialization()
- Returns:
specialization(The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.)
-
setSpecialization
public Device setSpecialization(List<Device.DeviceSpecializationComponent> theSpecialization)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSpecialization
public boolean hasSpecialization()
-
addSpecialization
public Device.DeviceSpecializationComponent addSpecialization()
-
addSpecialization
public Device addSpecialization(Device.DeviceSpecializationComponent t)
-
getSpecializationFirstRep
public Device.DeviceSpecializationComponent getSpecializationFirstRep()
- Returns:
- The first repetition of repeating field
specialization, creating it if it does not already exist
-
getVersion
public List<Device.DeviceVersionComponent> getVersion()
- Returns:
version(The actual design of the device or software version running on the device.)
-
setVersion
public Device setVersion(List<Device.DeviceVersionComponent> theVersion)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasVersion
public boolean hasVersion()
-
addVersion
public Device.DeviceVersionComponent addVersion()
-
addVersion
public Device addVersion(Device.DeviceVersionComponent t)
-
getVersionFirstRep
public Device.DeviceVersionComponent getVersionFirstRep()
- Returns:
- The first repetition of repeating field
version, creating it if it does not already exist
-
getProperty
public List<Device.DevicePropertyComponent> getProperty()
- Returns:
property(The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.)
-
setProperty
public Device setProperty(List<Device.DevicePropertyComponent> theProperty)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasProperty
public boolean hasProperty()
-
addProperty
public Device.DevicePropertyComponent addProperty()
-
addProperty
public Device addProperty(Device.DevicePropertyComponent t)
-
getPropertyFirstRep
public Device.DevicePropertyComponent getPropertyFirstRep()
- Returns:
- The first repetition of repeating field
property, creating it if it does not already exist
-
getPatient
public Reference getPatient()
- Returns:
patient(Patient information, If the device is affixed to a person.)
-
hasPatient
public boolean hasPatient()
-
setPatient
public Device setPatient(Reference value)
- Parameters:
value-patient(Patient information, If the device is affixed to a person.)
-
getPatientTarget
public Patient getPatientTarget()
- Returns:
patientThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Patient information, If the device is affixed to a person.)
-
setPatientTarget
public Device setPatientTarget(Patient value)
- Parameters:
value-patientThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Patient information, If the device is affixed to a person.)
-
getOwner
public Reference getOwner()
- Returns:
owner(An organization that is responsible for the provision and ongoing maintenance of the device.)
-
hasOwner
public boolean hasOwner()
-
setOwner
public Device setOwner(Reference value)
- Parameters:
value-owner(An organization that is responsible for the provision and ongoing maintenance of the device.)
-
getOwnerTarget
public Organization getOwnerTarget()
- Returns:
ownerThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (An organization that is responsible for the provision and ongoing maintenance of the device.)
-
setOwnerTarget
public Device setOwnerTarget(Organization value)
- Parameters:
value-ownerThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (An organization that is responsible for the provision and ongoing maintenance of the device.)
-
getContact
public List<ContactPoint> getContact()
- Returns:
contact(Contact details for an organization or a particular human that is responsible for the device.)
-
setContact
public Device setContact(List<ContactPoint> theContact)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasContact
public boolean hasContact()
-
addContact
public ContactPoint addContact()
-
addContact
public Device addContact(ContactPoint t)
-
getContactFirstRep
public ContactPoint getContactFirstRep()
- Returns:
- The first repetition of repeating field
contact, creating it if it does not already exist
-
getLocation
public Reference getLocation()
- Returns:
location(The place where the device can be found.)
-
hasLocation
public boolean hasLocation()
-
setLocation
public Device setLocation(Reference value)
- Parameters:
value-location(The place where the device can be found.)
-
getLocationTarget
public Location getLocationTarget()
- Returns:
locationThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The place where the device can be found.)
-
setLocationTarget
public Device setLocationTarget(Location value)
- Parameters:
value-locationThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The place where the device can be found.)
-
getUrlElement
public UriType getUrlElement()
- Returns:
url(A network address on which the device may be contacted directly.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
public boolean hasUrlElement()
-
hasUrl
public boolean hasUrl()
-
setUrlElement
public Device setUrlElement(UriType value)
- Parameters:
value-url(A network address on which the device may be contacted directly.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
public String getUrl()
- Returns:
- A network address on which the device may be contacted directly.
-
setUrl
public Device setUrl(String value)
- Parameters:
value- A network address on which the device may be contacted directly.
-
getNote
public List<Annotation> getNote()
- Returns:
note(Descriptive information, usage information or implantation information that is not captured in an existing element.)
-
setNote
public Device setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public Device addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist
-
getSafety
public List<CodeableConcept> getSafety()
- Returns:
safety(Provides additional safety characteristics about a medical device. For example devices containing latex.)
-
setSafety
public Device setSafety(List<CodeableConcept> theSafety)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSafety
public boolean hasSafety()
-
addSafety
public CodeableConcept addSafety()
-
addSafety
public Device addSafety(CodeableConcept t)
-
getSafetyFirstRep
public CodeableConcept getSafetyFirstRep()
- Returns:
- The first repetition of repeating field
safety, creating it if it does not already exist
-
hasParent
public boolean hasParent()
-
getParentTarget
public Device getParentTarget()
- Returns:
parentThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The parent device.)
-
setParentTarget
public Device setParentTarget(Device value)
- Parameters:
value-parentThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The parent device.)
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public Device copy()
- Specified by:
copyin classDomainResource
-
copyValues
public void copyValues(Device dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-