
Class 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
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic enumstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContactPoint> Contact details for an organization or a particular human that is responsible for the device.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for device-nameprotected DateTimeTypeThe date and time beyond which this device is no longer valid or should not be used (if applicable).protected List<Identifier> Unique instance identifiers assigned to a device by manufacturers other organizations or owners.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected ReferenceThe place where the device can be found.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for locationprotected LocationThe actual object that is the target of the reference (The place where the device can be found.)protected StringTypeLot number assigned by the manufacturer.protected DateTimeTypeThe date and time when the device was manufactured.protected StringTypeA name of the manufacturer.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for manufacturerprotected StringTypeThe "model" is an identifier assigned by the manufacturer to identify the product by its type.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for modelprotected List<Annotation> Descriptive information, usage information or implantation information that is not captured in an existing element.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for organizationprotected ReferenceAn organization that is responsible for the provision and ongoing maintenance of the device.protected OrganizationThe actual object that is the target of the reference (An organization that is responsible for the provision and ongoing maintenance of the device.)protected ReferencePatient information, If the device is affixed to a person.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientprotected PatientThe actual object that is the target of the reference (Patient information, If the device is affixed to a person.)protected List<CodeableConcept> Provides additional safety characteristics about a medical device.static final StringSearch parameter: device-namestatic final StringSearch parameter: identifierstatic final StringSearch parameter: locationstatic final StringSearch parameter: manufacturerstatic final StringSearch parameter: modelstatic final StringSearch parameter: organizationstatic final StringSearch parameter: patientstatic final StringSearch parameter: statusstatic final StringSearch parameter: typestatic final StringSearch parameter: udi-carrierstatic final StringSearch parameter: udi-distatic final StringSearch parameter: urlprotected Enumeration<Device.FHIRDeviceStatus> Status of the Device availability.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for statusprotected CodeableConceptCode or identifier to identify a kind of device.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for typeprotected Device.DeviceUdiComponent[Unique device identifier (UDI)](device.html#5.11.3.2.2) assigned to device label or package.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for udi-carrierstatic final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for udi-diprotected UriTypeA network address on which the device may be contacted directly.static final ca.uhn.fhir.rest.gclient.UriClientParamFluent Client search parameter constant for urlprotected StringTypeThe version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAGFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNote()copy()booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getModel()getNamedProperty(int _hash, String _name, boolean _checkValid) getNote()getOwner()Base[]getProperty(int hash, String name, boolean checkValid) getType()String[]getTypesForProperty(int hash, String name) getUdi()getUrl()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasModel()booleanbooleanhasNote()booleanhasOwner()booleanbooleanbooleanbooleanbooleanhasType()booleanhasUdi()booleanhasUrl()booleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setContact(List<ContactPoint> theContact) setExpirationDate(Date value) setIdentifier(List<Identifier> theIdentifier) setLocation(Reference value) setLocationTarget(Location value) setLotNumber(String value) setLotNumberElement(StringType value) setManufactureDate(Date value) setManufacturer(String value) setManufacturerElement(StringType value) setModelElement(StringType value) setNote(List<Annotation> theNote) setOwnerTarget(Organization value) setPatient(Reference value) setPatientTarget(Patient value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setSafety(List<CodeableConcept> theSafety) setStatus(Device.FHIRDeviceStatus value) setType(CodeableConcept value) setUdi(Device.DeviceUdiComponent value) setUrlElement(UriType value) setVersion(String value) setVersionElement(StringType value) protected DeviceMethods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetaMethods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
Unique instance identifiers assigned to a device by manufacturers other organizations or owners. -
udi
[Unique device identifier (UDI)](device.html#5.11.3.2.2) assigned to device label or package. -
status
Status of the Device availability. -
type
Code or identifier to identify a kind of device. -
lotNumber
Lot number assigned by the manufacturer. -
manufacturer
A name of the manufacturer. -
manufactureDate
The date and time when the device was manufactured. -
expirationDate
The date and time beyond which this device is no longer valid or should not be used (if applicable). -
model
The "model" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type. -
version
The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware. -
patient
Patient information, If the device is affixed to a person. -
patientTarget
The actual object that is the target of the reference (Patient information, If the device is affixed to a person.) -
owner
An organization that is responsible for the provision and ongoing maintenance of the device. -
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
Contact details for an organization or a particular human that is responsible for the device. -
location
The place where the device can be found. -
locationTarget
The actual object that is the target of the reference (The place where the device can be found.) -
url
A network address on which the device may be contacted directly. -
note
Descriptive information, usage information or implantation information that is not captured in an existing element. -
safety
Provides additional safety characteristics about a medical device. For example devices containing latex. -
SP_UDI_DI
Search parameter: udi-diDescription: The udi Device Identifier (DI)
Type: string
Path: Device.udi.deviceIdentifier
- See Also:
-
UDI_DI
Fluent Client search parameter constant for udi-diDescription: The udi Device Identifier (DI)
Type: string
Path: Device.udi.deviceIdentifier
-
SP_IDENTIFIER
Search parameter: identifierDescription: Instance id from manufacturer, owner, and others
Type: token
Path: Device.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Instance id from manufacturer, owner, and others
Type: token
Path: Device.identifier
-
SP_UDI_CARRIER
Search parameter: udi-carrierDescription: UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string.
Type: string
Path: Device.udi.carrierHRF, Device.udi.carrierAIDC
- See Also:
-
UDI_CARRIER
Fluent Client search parameter constant for udi-carrierDescription: UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string.
Type: string
Path: Device.udi.carrierHRF, Device.udi.carrierAIDC
-
SP_DEVICE_NAME
Search parameter: device-nameDescription: A server defined search that may match any of the string fields in the Device.udi.name or Device.type.coding.display or Device.type.text
Type: string
Path: Device.udi.name, Device.type.text, Device.type.coding.display
- See Also:
-
DEVICE_NAME
Fluent Client search parameter constant for device-nameDescription: A server defined search that may match any of the string fields in the Device.udi.name or Device.type.coding.display or Device.type.text
Type: string
Path: Device.udi.name, Device.type.text, Device.type.coding.display
-
SP_PATIENT
Search parameter: patientDescription: Patient information, if the resource is affixed to a person
Type: reference
Path: Device.patient
- See Also:
-
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
Constant for fluent queries to be used to add include statements. Specifies the path value of "Device:patient". -
SP_ORGANIZATION
Search parameter: organizationDescription: The organization responsible for the device
Type: reference
Path: Device.owner
- See Also:
-
ORGANIZATION
Fluent Client search parameter constant for organizationDescription: The organization responsible for the device
Type: reference
Path: Device.owner
-
INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Device:organization". -
SP_MODEL
Search parameter: modelDescription: The model of the device
Type: string
Path: Device.model
- See Also:
-
MODEL
Fluent Client search parameter constant for modelDescription: The model of the device
Type: string
Path: Device.model
-
SP_LOCATION
Search parameter: locationDescription: A location, where the resource is found
Type: reference
Path: Device.location
- See Also:
-
LOCATION
Fluent Client search parameter constant for locationDescription: A location, where the resource is found
Type: reference
Path: Device.location
-
INCLUDE_LOCATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Device:location". -
SP_TYPE
Search parameter: typeDescription: The type of the device
Type: token
Path: Device.type
- See Also:
-
TYPE
Fluent Client search parameter constant for typeDescription: The type of the device
Type: token
Path: Device.type
-
SP_URL
Search parameter: urlDescription: Network address to contact device
Type: uri
Path: Device.url
- See Also:
-
URL
Fluent Client search parameter constant for urlDescription: Network address to contact device
Type: uri
Path: Device.url
-
SP_MANUFACTURER
Search parameter: manufacturerDescription: The manufacturer of the device
Type: string
Path: Device.manufacturer
- See Also:
-
MANUFACTURER
Fluent Client search parameter constant for manufacturerDescription: The manufacturer of the device
Type: string
Path: Device.manufacturer
-
SP_STATUS
Search parameter: statusDescription: active | inactive | entered-in-error | unknown
Type: token
Path: Device.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: active | inactive | entered-in-error | unknown
Type: token
Path: Device.status
-
-
Constructor Details
-
Device
public Device()Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Unique instance identifiers assigned to a device by manufacturers other organizations or owners.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist
-
getUdi
- Returns:
udi([Unique device identifier (UDI)](device.html#5.11.3.2.2) assigned to device label or package.)
-
hasUdi
-
setUdi
- Parameters:
value-udi([Unique device identifier (UDI)](device.html#5.11.3.2.2) assigned to device label or package.)
-
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
-
hasStatus
-
setStatusElement
- 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
- Returns:
- Status of the Device availability.
-
setStatus
- Parameters:
value- Status of the Device availability.
-
getType
- Returns:
type(Code or identifier to identify a kind of device.)
-
hasType
-
setType
- Parameters:
value-type(Code or identifier to identify a kind of device.)
-
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
-
hasLotNumber
-
setLotNumberElement
- 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
- Returns:
- Lot number assigned by the manufacturer.
-
setLotNumber
- Parameters:
value- Lot number assigned by the manufacturer.
-
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
-
hasManufacturer
-
setManufacturerElement
- 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
- Returns:
- A name of the manufacturer.
-
setManufacturer
- Parameters:
value- A name of the manufacturer.
-
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
-
hasManufactureDate
-
setManufactureDateElement
- 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
- Returns:
- The date and time when the device was manufactured.
-
setManufactureDate
- Parameters:
value- The date and time when the device was manufactured.
-
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
-
hasExpirationDate
-
setExpirationDateElement
- 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
- Returns:
- The date and time beyond which this device is no longer valid or should not be used (if applicable).
-
setExpirationDate
- Parameters:
value- The date and time beyond which this device is no longer valid or should not be used (if applicable).
-
getModelElement
- Returns:
model(The "model" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type.). This is the underlying object with id, value and extensions. The accessor "getModel" gives direct access to the value
-
hasModelElement
-
hasModel
-
setModelElement
- Parameters:
value-model(The "model" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type.). This is the underlying object with id, value and extensions. The accessor "getModel" gives direct access to the value
-
getModel
- Returns:
- The "model" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type.
-
setModel
- Parameters:
value- The "model" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type.
-
getVersionElement
- Returns:
version(The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
-
hasVersion
-
setVersionElement
- Parameters:
value-version(The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
- Returns:
- The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.
-
setVersion
- Parameters:
value- The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.
-
getPatient
- Returns:
patient(Patient information, If the device is affixed to a person.)
-
hasPatient
-
setPatient
- Parameters:
value-patient(Patient information, If the device is affixed to a person.)
-
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
- 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
- Returns:
owner(An organization that is responsible for the provision and ongoing maintenance of the device.)
-
hasOwner
-
setOwner
- Parameters:
value-owner(An organization that is responsible for the provision and ongoing maintenance of the device.)
-
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
- 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
- Returns:
contact(Contact details for an organization or a particular human that is responsible for the device.)
-
setContact
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasContact
-
addContact
-
addContact
-
getContactFirstRep
- Returns:
- The first repetition of repeating field
contact, creating it if it does not already exist
-
getLocation
- Returns:
location(The place where the device can be found.)
-
hasLocation
-
setLocation
- Parameters:
value-location(The place where the device can be found.)
-
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
- 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
- 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
-
hasUrl
-
setUrlElement
- 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
- Returns:
- A network address on which the device may be contacted directly.
-
setUrl
- Parameters:
value- A network address on which the device may be contacted directly.
-
getNote
- Returns:
note(Descriptive information, usage information or implantation information that is not captured in an existing element.)
-
setNote
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
-
addNote
-
addNote
-
getNoteFirstRep
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist
-
getSafety
- Returns:
safety(Provides additional safety characteristics about a medical device. For example devices containing latex.)
-
setSafety
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSafety
-
addSafety
-
addSafety
-
getSafetyFirstRep
- Returns:
- The first repetition of repeating field
safety, creating it if it does not already exist
-
listChildren
- 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
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- 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
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-