Flag.Builder |
Flag.Builder.author(Reference author) |
The person, organization or device that created the flag.
|
static Flag.Builder |
Flag.builder() |
|
Flag.Builder |
Flag.Builder.category(CodeableConcept... category) |
Allows a flag to be divided into different categories like clinical, administrative etc.
|
Flag.Builder |
Flag.Builder.category(java.util.Collection<CodeableConcept> category) |
Allows a flag to be divided into different categories like clinical, administrative etc.
|
Flag.Builder |
Flag.Builder.code(CodeableConcept code) |
The coded value or textual component of the flag to display to the user.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.Builder.encounter(Reference encounter) |
This alert is only relevant during the encounter.
|
Flag.Builder |
Flag.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Flag.Builder |
Flag.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.
|
protected Flag.Builder |
Flag.Builder.from(Flag flag) |
|
Flag.Builder |
Flag.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Flag.Builder |
Flag.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is
updated and propagates from server to server.
|
Flag.Builder |
Flag.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is
updated and propagates from server to server.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.Builder.language(Code language) |
The base language in which the resource is written.
|
Flag.Builder |
Flag.Builder.meta(Meta meta) |
The metadata about the resource.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.Builder.period(Period period) |
The period of time from the activation of the flag to inactivation of the flag.
|
Flag.Builder |
Flag.Builder.status(FlagStatus status) |
Supports basic workflow.
|
Flag.Builder |
Flag.Builder.subject(Reference subject) |
The patient, location, group, organization, or practitioner etc.
|
Flag.Builder |
Flag.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.
|
Flag.Builder |
Flag.toBuilder() |
|