static ClinicalUseDefinition.Builder |
ClinicalUseDefinition.builder() |
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.category(java.util.Collection<CodeableConcept> category) |
A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and
Lactation", "Overdose", "Effects on Ability to Drive and Use Machines".
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.category(CodeableConcept... category) |
A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and
Lactation", "Overdose", "Effects on Ability to Drive and Use Machines".
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.contraindication(ClinicalUseDefinition.Contraindication contraindication) |
Specifics for when this is a contraindication.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.from(ClinicalUseDefinition clinicalUseDefinition) |
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifier for this issue.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.identifier(Identifier... identifier) |
Business identifier for this issue.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.indication(ClinicalUseDefinition.Indication indication) |
Specifics for when this is an indication.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.interaction(ClinicalUseDefinition.Interaction interaction) |
Specifics for when this is an interaction.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.language(Code language) |
The base language in which the resource is written.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.meta(Meta meta) |
The metadata about the resource.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.population(java.util.Collection<Reference> population) |
The population group to which this applies.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.population(Reference... population) |
The population group to which this applies.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.status(CodeableConcept status) |
Whether this is a current issue or one that has been retired etc.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.subject(java.util.Collection<Reference> subject) |
The medication or procedure for which this is an indication.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.subject(Reference... subject) |
The medication or procedure for which this is an indication.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.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.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.toBuilder() |
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.type(ClinicalUseDefinitionType type) |
indication | contraindication | interaction | undesirable-effect | warning.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.undesirableEffect(ClinicalUseDefinition.UndesirableEffect undesirableEffect) |
Describe the possible undesirable effects (negative outcomes) from the use of the medicinal product as treatment.
|
ClinicalUseDefinition.Builder |
ClinicalUseDefinition.Builder.warning(ClinicalUseDefinition.Warning warning) |
A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the
user.
|