Medication.Builder |
Medication.Builder.amount(Ratio amount) |
Specific amount of the drug in the packaged product.
|
Medication.Builder |
Medication.Builder.batch(Medication.Batch batch) |
Information that only applies to packages (not products).
|
static Medication.Builder |
Medication.builder() |
|
Medication.Builder |
Medication.Builder.code(CodeableConcept code) |
A code (or set of codes) that specify this medication, or a textual description if no code is available.
|
Medication.Builder |
Medication.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Medication.Builder |
Medication.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Medication.Builder |
Medication.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Medication.Builder |
Medication.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Medication.Builder |
Medication.Builder.form(CodeableConcept form) |
Describes the form of the item.
|
protected Medication.Builder |
Medication.Builder.from(Medication medication) |
|
Medication.Builder |
Medication.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Medication.Builder |
Medication.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifier for this medication.
|
Medication.Builder |
Medication.Builder.identifier(Identifier... identifier) |
Business identifier for this medication.
|
Medication.Builder |
Medication.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Medication.Builder |
Medication.Builder.ingredient(java.util.Collection<Medication.Ingredient> ingredient) |
Identifies a particular constituent of interest in the product.
|
Medication.Builder |
Medication.Builder.ingredient(Medication.Ingredient... ingredient) |
Identifies a particular constituent of interest in the product.
|
Medication.Builder |
Medication.Builder.language(Code language) |
The base language in which the resource is written.
|
Medication.Builder |
Medication.Builder.manufacturer(Reference manufacturer) |
Describes the details of the manufacturer of the medication product.
|
Medication.Builder |
Medication.Builder.meta(Meta meta) |
The metadata about the resource.
|
Medication.Builder |
Medication.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Medication.Builder |
Medication.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Medication.Builder |
Medication.Builder.status(MedicationStatus status) |
A code to indicate if the medication is in active use.
|
Medication.Builder |
Medication.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
Medication.Builder |
Medication.toBuilder() |
|