Class Substance
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.BaseResource
-
- org.hl7.fhir.dstu2016may.model.Resource
-
- org.hl7.fhir.dstu2016may.model.DomainResource
-
- org.hl7.fhir.dstu2016may.model.Substance
-
- 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 Substance extends DomainResource
A homogeneous material with a definite composition.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubstance.SubstanceIngredientComponentstatic classSubstance.SubstanceInstanceComponent
-
Field Summary
Fields Modifier and Type Field Description protected List<CodeableConcept>categoryA code that classifies the general type of substance.static ca.uhn.fhir.rest.gclient.TokenClientParamCATEGORYFluent Client search parameter constant for categoryprotected CodeableConceptcodeA code (or set of codes) that identify this substance.static ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.TokenClientParamCONTAINER_IDENTIFIERFluent Client search parameter constant for container-identifierprotected StringTypedescriptionA description of the substance - its appearance, handling requirements, and other usage notes.static ca.uhn.fhir.rest.gclient.DateClientParamEXPIRYFluent Client search parameter constant for expiryprotected List<Identifier>identifierUnique identifier for the substance.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_SUBSTANCEConstant for fluent queries to be used to add include statements.protected List<Substance.SubstanceIngredientComponent>ingredientA substance can be composed of other substances.protected List<Substance.SubstanceInstanceComponent>instanceSubstance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.static ca.uhn.fhir.rest.gclient.QuantityClientParamQUANTITYFluent Client search parameter constant for quantitystatic StringSP_CATEGORYSearch parameter: categorystatic StringSP_CODESearch parameter: codestatic StringSP_CONTAINER_IDENTIFIERSearch parameter: container-identifierstatic StringSP_EXPIRYSearch parameter: expirystatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_QUANTITYSearch parameter: quantitystatic StringSP_SUBSTANCESearch parameter: substancestatic ca.uhn.fhir.rest.gclient.ReferenceClientParamSUBSTANCEFluent Client search parameter constant for substance-
Fields inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2016may.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Substance()ConstructorSubstance(CodeableConcept code)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, 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 identifier for the substance.
-
category
protected List<CodeableConcept> category
A code that classifies the general type of substance. This is used for searching, sorting and display purposes.
-
code
protected CodeableConcept code
A code (or set of codes) that identify this substance.
-
description
protected StringType description
A description of the substance - its appearance, handling requirements, and other usage notes.
-
instance
protected List<Substance.SubstanceInstanceComponent> instance
Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.
-
ingredient
protected List<Substance.SubstanceIngredientComponent> ingredient
A substance can be composed of other substances.
-
SP_SUBSTANCE
public static final String SP_SUBSTANCE
Search parameter: substanceDescription: A component of the substance
Type: reference
Path: Substance.ingredient.substance
- See Also:
- Constant Field Values
-
SUBSTANCE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBSTANCE
Fluent Client search parameter constant for substanceDescription: A component of the substance
Type: reference
Path: Substance.ingredient.substance
-
INCLUDE_SUBSTANCE
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBSTANCE
Constant for fluent queries to be used to add include statements. Specifies the path value of "Substance:substance".
-
SP_CONTAINER_IDENTIFIER
public static final String SP_CONTAINER_IDENTIFIER
Search parameter: container-identifierDescription: Identifier of the package/container
Type: token
Path: Substance.instance.identifier
- See Also:
- Constant Field Values
-
CONTAINER_IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTAINER_IDENTIFIER
Fluent Client search parameter constant for container-identifierDescription: Identifier of the package/container
Type: token
Path: Substance.instance.identifier
-
SP_CATEGORY
public static final String SP_CATEGORY
Search parameter: categoryDescription: The category of the substance
Type: token
Path: Substance.category
- See Also:
- Constant Field Values
-
CATEGORY
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CATEGORY
Fluent Client search parameter constant for categoryDescription: The category of the substance
Type: token
Path: Substance.category
-
SP_QUANTITY
public static final String SP_QUANTITY
Search parameter: quantityDescription: Amount of substance in the package
Type: quantity
Path: Substance.instance.quantity
- See Also:
- Constant Field Values
-
QUANTITY
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam QUANTITY
Fluent Client search parameter constant for quantityDescription: Amount of substance in the package
Type: quantity
Path: Substance.instance.quantity
-
SP_CODE
public static final String SP_CODE
Search parameter: codeDescription: The code of the substance
Type: token
Path: Substance.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: The code of the substance
Type: token
Path: Substance.code
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: Unique identifier for the substance
Type: token
Path: Substance.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Unique identifier for the substance
Type: token
Path: Substance.identifier
-
SP_EXPIRY
public static final String SP_EXPIRY
Search parameter: expiryDescription: Expiry date of package or container of substance
Type: date
Path: Substance.instance.expiry
- See Also:
- Constant Field Values
-
EXPIRY
public static final ca.uhn.fhir.rest.gclient.DateClientParam EXPIRY
Fluent Client search parameter constant for expiryDescription: Expiry date of package or container of substance
Type: date
Path: Substance.instance.expiry
-
-
Constructor Detail
-
Substance
public Substance()
Constructor
-
Substance
public Substance(CodeableConcept code)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(Unique identifier for the substance.)
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
- Returns:
identifier(Unique identifier for the substance.)
-
addIdentifier
public Substance addIdentifier(Identifier t)
-
getCategory
public List<CodeableConcept> getCategory()
- Returns:
category(A code that classifies the general type of substance. This is used for searching, sorting and display purposes.)
-
hasCategory
public boolean hasCategory()
-
addCategory
public CodeableConcept addCategory()
- Returns:
category(A code that classifies the general type of substance. This is used for searching, sorting and display purposes.)
-
addCategory
public Substance addCategory(CodeableConcept t)
-
getCode
public CodeableConcept getCode()
- Returns:
code(A code (or set of codes) that identify this substance.)
-
hasCode
public boolean hasCode()
-
setCode
public Substance setCode(CodeableConcept value)
- Parameters:
value-code(A code (or set of codes) that identify this substance.)
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(A description of the substance - its appearance, handling requirements, and other usage notes.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public Substance setDescriptionElement(StringType value)
- Parameters:
value-description(A description of the substance - its appearance, handling requirements, and other usage notes.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- A description of the substance - its appearance, handling requirements, and other usage notes.
-
setDescription
public Substance setDescription(String value)
- Parameters:
value- A description of the substance - its appearance, handling requirements, and other usage notes.
-
getInstance
public List<Substance.SubstanceInstanceComponent> getInstance()
- Returns:
instance(Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.)
-
hasInstance
public boolean hasInstance()
-
addInstance
public Substance.SubstanceInstanceComponent addInstance()
- Returns:
instance(Substance may be used to describe a kind of substance, or a specific package/container of the substance: an instance.)
-
addInstance
public Substance addInstance(Substance.SubstanceInstanceComponent t)
-
getIngredient
public List<Substance.SubstanceIngredientComponent> getIngredient()
- Returns:
ingredient(A substance can be composed of other substances.)
-
hasIngredient
public boolean hasIngredient()
-
addIngredient
public Substance.SubstanceIngredientComponent addIngredient()
- Returns:
ingredient(A substance can be composed of other substances.)
-
addIngredient
public Substance addIngredient(Substance.SubstanceIngredientComponent t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
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 void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void 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
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classDomainResource- Returns:
- 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 Substance copy()
- Specified by:
copyin classDomainResource
-
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
-
-