static CodeSystem.Builder |
CodeSystem.builder() |
|
CodeSystem.Builder |
CodeSystem.Builder.caseSensitive(Boolean caseSensitive) |
If code comparison is case sensitive when codes within this system are compared to each other.
|
CodeSystem.Builder |
CodeSystem.Builder.compositional(Boolean compositional) |
The code system defines a compositional (post-coordination) grammar.
|
CodeSystem.Builder |
CodeSystem.Builder.concept(CodeSystem.Concept... concept) |
Concepts that are in the code system.
|
CodeSystem.Builder |
CodeSystem.Builder.concept(Collection<CodeSystem.Concept> concept) |
Concepts that are in the code system.
|
CodeSystem.Builder |
CodeSystem.Builder.contact(ContactDetail... contact) |
Contact details to assist a user in finding and communicating with the publisher.
|
CodeSystem.Builder |
CodeSystem.Builder.contact(Collection<ContactDetail> contact) |
Contact details to assist a user in finding and communicating with the publisher.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.Builder.content(CodeSystemContentMode content) |
The extent of the content of the code system (the concepts and codes it defines) are represented in this resource
instance.
|
CodeSystem.Builder |
CodeSystem.Builder.copyright(Markdown copyright) |
A copyright statement relating to the code system and/or its contents.
|
CodeSystem.Builder |
CodeSystem.Builder.count(UnsignedInt count) |
The total number of concepts defined by the code system.
|
CodeSystem.Builder |
CodeSystem.Builder.date(DateTime date) |
The date (and optionally time) when the code system was published.
|
CodeSystem.Builder |
CodeSystem.Builder.description(Markdown description) |
A free text natural language description of the code system from a consumer's perspective.
|
CodeSystem.Builder |
CodeSystem.Builder.experimental(Boolean experimental) |
A Boolean value to indicate that this code system is authored for testing purposes (or education/evaluation/marketing)
and is not intended to be used for genuine usage.
|
CodeSystem.Builder |
CodeSystem.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
CodeSystem.Builder |
CodeSystem.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
CodeSystem.Builder |
CodeSystem.Builder.filter(CodeSystem.Filter... filter) |
A filter that can be used in a value set compose statement when selecting concepts using a filter.
|
CodeSystem.Builder |
CodeSystem.Builder.filter(Collection<CodeSystem.Filter> filter) |
A filter that can be used in a value set compose statement when selecting concepts using a filter.
|
protected CodeSystem.Builder |
CodeSystem.Builder.from(CodeSystem codeSystem) |
|
CodeSystem.Builder |
CodeSystem.Builder.hierarchyMeaning(CodeSystemHierarchyMeaning hierarchyMeaning) |
The meaning of the hierarchy of concepts as represented in this resource.
|
CodeSystem.Builder |
CodeSystem.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
CodeSystem.Builder |
CodeSystem.Builder.identifier(Identifier... identifier) |
A formal identifier that is used to identify this code system when it is represented in other formats, or referenced
in a specification, model, design or an instance.
|
CodeSystem.Builder |
CodeSystem.Builder.identifier(Collection<Identifier> identifier) |
A formal identifier that is used to identify this code system when it is represented in other formats, or referenced
in a specification, model, design or an instance.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.Builder.jurisdiction(CodeableConcept... jurisdiction) |
A legal or geographic region in which the code system is intended to be used.
|
CodeSystem.Builder |
CodeSystem.Builder.jurisdiction(Collection<CodeableConcept> jurisdiction) |
A legal or geographic region in which the code system is intended to be used.
|
CodeSystem.Builder |
CodeSystem.Builder.language(Code language) |
The base language in which the resource is written.
|
CodeSystem.Builder |
CodeSystem.Builder.meta(Meta meta) |
The metadata about the resource.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.Builder.name(String name) |
A natural language name identifying the code system.
|
CodeSystem.Builder |
CodeSystem.Builder.property(CodeSystem.Property... property) |
A property defines an additional slot through which additional information can be provided about a concept.
|
CodeSystem.Builder |
CodeSystem.Builder.property(Collection<CodeSystem.Property> property) |
A property defines an additional slot through which additional information can be provided about a concept.
|
CodeSystem.Builder |
CodeSystem.Builder.publisher(String publisher) |
The name of the organization or individual that published the code system.
|
CodeSystem.Builder |
CodeSystem.Builder.purpose(Markdown purpose) |
Explanation of why this code system is needed and why it has been designed as it has.
|
CodeSystem.Builder |
CodeSystem.Builder.status(PublicationStatus status) |
The date (and optionally time) when the code system resource was created or revised.
|
CodeSystem.Builder |
CodeSystem.Builder.supplements(Canonical supplements) |
The canonical URL of the code system that this code system supplement is adding designations and properties to.
|
CodeSystem.Builder |
CodeSystem.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.
|
CodeSystem.Builder |
CodeSystem.Builder.title(String title) |
A short, descriptive, user-friendly title for the code system.
|
CodeSystem.Builder |
CodeSystem.toBuilder() |
|
CodeSystem.Builder |
CodeSystem.Builder.url(Uri url) |
An absolute URI that is used to identify this code system when it is referenced in a specification, model, design or
an instance; also called its canonical identifier.
|
CodeSystem.Builder |
CodeSystem.Builder.useContext(UsageContext... useContext) |
The content was developed with a focus and intent of supporting the contexts that are listed.
|
CodeSystem.Builder |
CodeSystem.Builder.useContext(Collection<UsageContext> useContext) |
The content was developed with a focus and intent of supporting the contexts that are listed.
|
CodeSystem.Builder |
CodeSystem.Builder.valueSet(Canonical valueSet) |
Canonical reference to the value set that contains the entire code system.
|
CodeSystem.Builder |
CodeSystem.Builder.version(String version) |
The identifier that is used to identify this version of the code system when it is referenced in a specification,
model, design or instance.
|
CodeSystem.Builder |
CodeSystem.Builder.versionNeeded(Boolean versionNeeded) |
This flag is used to signify that the code system does not commit to concept permanence across versions.
|