interface SpecimenContainer {
    _description?: Element;
    additiveCodeableConcept?: CodeableConcept;
    additiveReference?: Reference;
    capacity?: Quantity;
    description?: string;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    modifierExtension?: Extension[];
    specimenQuantity?: Quantity;
    type?: CodeableConcept;
}

Properties

_description?: Element

Textual description of the container

additiveCodeableConcept?: CodeableConcept

Additive associated with container

additiveReference?: Reference

Additive associated with container

capacity?: Quantity

Container volume or size

description?: string

Textual description of the container

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

identifier?: Identifier[]

Id for the container

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

specimenQuantity?: Quantity

Quantity of specimen within container

Kind of container directly associated with specimen