CatalogEntry.Builder |
CatalogEntry.Builder.additionalCharacteristic(CodeableConcept... additionalCharacteristic) |
Used for examplefor Out of Formulary, or any specifics.
|
CatalogEntry.Builder |
CatalogEntry.Builder.additionalCharacteristic(Collection<CodeableConcept> additionalCharacteristic) |
Used for examplefor Out of Formulary, or any specifics.
|
CatalogEntry.Builder |
CatalogEntry.Builder.additionalClassification(CodeableConcept... additionalClassification) |
User for example for ATC classification, or.
|
CatalogEntry.Builder |
CatalogEntry.Builder.additionalClassification(Collection<CodeableConcept> additionalClassification) |
User for example for ATC classification, or.
|
CatalogEntry.Builder |
CatalogEntry.Builder.additionalIdentifier(Identifier... additionalIdentifier) |
Used in supporting related concepts, e.g.
|
CatalogEntry.Builder |
CatalogEntry.Builder.additionalIdentifier(Collection<Identifier> additionalIdentifier) |
Used in supporting related concepts, e.g.
|
static CatalogEntry.Builder |
CatalogEntry.builder() |
|
CatalogEntry.Builder |
CatalogEntry.Builder.classification(CodeableConcept... classification) |
Classes of devices, or ATC for medication.
|
CatalogEntry.Builder |
CatalogEntry.Builder.classification(Collection<CodeableConcept> classification) |
Classes of devices, or ATC for medication.
|
CatalogEntry.Builder |
CatalogEntry.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.
|
CatalogEntry.Builder |
CatalogEntry.Builder.contained(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.
|
CatalogEntry.Builder |
CatalogEntry.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
CatalogEntry.Builder |
CatalogEntry.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected CatalogEntry.Builder |
CatalogEntry.Builder.from(CatalogEntry catalogEntry) |
|
CatalogEntry.Builder |
CatalogEntry.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
CatalogEntry.Builder |
CatalogEntry.Builder.identifier(Identifier... identifier) |
Used in supporting different identifiers for the same product, e.g.
|
CatalogEntry.Builder |
CatalogEntry.Builder.identifier(Collection<Identifier> identifier) |
Used in supporting different identifiers for the same product, e.g.
|
CatalogEntry.Builder |
CatalogEntry.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.
|
CatalogEntry.Builder |
CatalogEntry.Builder.language(Code language) |
The base language in which the resource is written.
|
CatalogEntry.Builder |
CatalogEntry.Builder.lastUpdated(DateTime lastUpdated) |
Typically date of issue is different from the beginning of the validity.
|
CatalogEntry.Builder |
CatalogEntry.Builder.meta(Meta meta) |
The metadata about the resource.
|
CatalogEntry.Builder |
CatalogEntry.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.
|
CatalogEntry.Builder |
CatalogEntry.Builder.modifierExtension(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.
|
CatalogEntry.Builder |
CatalogEntry.Builder.orderable(Boolean orderable) |
Whether the entry represents an orderable item.
|
CatalogEntry.Builder |
CatalogEntry.Builder.referencedItem(Reference referencedItem) |
The item in a catalog or definition.
|
CatalogEntry.Builder |
CatalogEntry.Builder.relatedEntry(CatalogEntry.RelatedEntry... relatedEntry) |
Used for example, to point to a substance, or to a device used to administer a medication.
|
CatalogEntry.Builder |
CatalogEntry.Builder.relatedEntry(Collection<CatalogEntry.RelatedEntry> relatedEntry) |
Used for example, to point to a substance, or to a device used to administer a medication.
|
CatalogEntry.Builder |
CatalogEntry.Builder.status(PublicationStatus status) |
Used to support catalog exchange even for unsupported products, e.g.
|
CatalogEntry.Builder |
CatalogEntry.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.
|
CatalogEntry.Builder |
CatalogEntry.toBuilder() |
|
CatalogEntry.Builder |
CatalogEntry.Builder.type(CodeableConcept type) |
The type of item - medication, device, service, protocol or other.
|
CatalogEntry.Builder |
CatalogEntry.Builder.validityPeriod(Period validityPeriod) |
The time period in which this catalog entry is expected to be active.
|
CatalogEntry.Builder |
CatalogEntry.Builder.validTo(DateTime validTo) |
The date until which this catalog entry is expected to be active.
|