Package com.ibm.fhir.model.resource
Class BiologicallyDerivedProduct
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.resource.Resource
-
- com.ibm.fhir.model.resource.DomainResource
-
- com.ibm.fhir.model.resource.BiologicallyDerivedProduct
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class BiologicallyDerivedProduct extends DomainResource
A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.Maturity level: FMM0 (Trial Use)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBiologicallyDerivedProduct.Builderstatic classBiologicallyDerivedProduct.CollectionHow this product was collected.static classBiologicallyDerivedProduct.ManipulationAny manipulation of product post-collection that is intended to alter the product.static classBiologicallyDerivedProduct.ProcessingAny processing of the product during collection that does not change the fundamental nature of the product.static classBiologicallyDerivedProduct.StorageProduct storage.
-
Field Summary
-
Fields inherited from class com.ibm.fhir.model.resource.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class com.ibm.fhir.model.resource.Resource
id, implicitRules, language, meta
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static BiologicallyDerivedProduct.Builderbuilder()booleanequals(Object obj)BiologicallyDerivedProduct.CollectiongetCollection()How this product was collected.List<Identifier>getIdentifier()This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g.BiologicallyDerivedProduct.ManipulationgetManipulation()Any manipulation of product post-collection that is intended to alter the product.List<Reference>getParent()Parent product (if any).List<BiologicallyDerivedProduct.Processing>getProcessing()Any processing of the product during collection that does not change the fundamental nature of the product.BiologicallyDerivedProductCategorygetProductCategory()Broad category of this product.CodeableConceptgetProductCode()A code that identifies the kind of this biologically derived product (SNOMED Ctcode).IntegergetQuantity()Number of discrete units within this product.List<Reference>getRequest()Procedure request to obtain this biologically derived product.BiologicallyDerivedProductStatusgetStatus()Whether the product is currently available.List<BiologicallyDerivedProduct.Storage>getStorage()Product storage.booleanhasChildren()inthashCode()BiologicallyDerivedProduct.BuildertoBuilder()Create a new Builder from the contents of this Resource-
Methods inherited from class com.ibm.fhir.model.resource.DomainResource
getContained, getExtension, getModifierExtension, getText
-
Methods inherited from class com.ibm.fhir.model.resource.Resource
as, getId, getImplicitRules, getLanguage, getMeta, is
-
-
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).- Returns:
- An unmodifiable list containing immutable objects of type
Identifierthat may be empty.
-
getProductCategory
public BiologicallyDerivedProductCategory getProductCategory()
Broad category of this product.- Returns:
- An immutable object of type
BiologicallyDerivedProductCategorythat may be null.
-
getProductCode
public CodeableConcept getProductCode()
A code that identifies the kind of this biologically derived product (SNOMED Ctcode).- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getStatus
public BiologicallyDerivedProductStatus getStatus()
Whether the product is currently available.- Returns:
- An immutable object of type
BiologicallyDerivedProductStatusthat may be null.
-
getRequest
public List<Reference> getRequest()
Procedure request to obtain this biologically derived product.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getQuantity
public Integer getQuantity()
Number of discrete units within this product.- Returns:
- An immutable object of type
Integerthat may be null.
-
getParent
public List<Reference> getParent()
Parent product (if any).- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getCollection
public BiologicallyDerivedProduct.Collection getCollection()
How this product was collected.- Returns:
- An immutable object of type
BiologicallyDerivedProduct.Collectionthat may be null.
-
getProcessing
public List<BiologicallyDerivedProduct.Processing> getProcessing()
Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells.- Returns:
- An unmodifiable list containing immutable objects of type
BiologicallyDerivedProduct.Processingthat may be empty.
-
getManipulation
public BiologicallyDerivedProduct.Manipulation getManipulation()
Any manipulation of product post-collection that is intended to alter the product. For example a buffy-coat enrichment or CD8 reduction of Peripheral Blood Stem Cells to make it more suitable for infusion.- Returns:
- An immutable object of type
BiologicallyDerivedProduct.Manipulationthat may be null.
-
getStorage
public List<BiologicallyDerivedProduct.Storage> getStorage()
Product storage.- Returns:
- An unmodifiable list containing immutable objects of type
BiologicallyDerivedProduct.Storagethat may be empty.
-
hasChildren
public boolean hasChildren()
- Overrides:
hasChildrenin classDomainResource
-
accept
public void accept(String elementName, int elementIndex, Visitor visitor)
Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
acceptin interfaceVisitable- Specified by:
acceptin classAbstractVisitable- Parameters:
elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
-
toBuilder
public BiologicallyDerivedProduct.Builder toBuilder()
Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
toBuilderin classDomainResource
-
builder
public static BiologicallyDerivedProduct.Builder builder()
-
-