pub struct CodeSystem {Show 45 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub url: Option<UriDt>,
pub identifier: Option<Vec<Identifier>>,
pub version: Option<StringDt>,
pub version_algorithm: Option<Coding>,
pub name: Option<StringDt>,
pub title: Option<StringDt>,
pub status: Option<CodeDt>,
pub experimental: Option<BooleanDt>,
pub date: Option<DateTimeDt>,
pub publisher: Option<StringDt>,
pub contact: Option<Vec<ContactDetail>>,
pub description: Option<MarkdownDt>,
pub use_context: Option<Vec<UsageContext>>,
pub jurisdiction: Option<Vec<CodeableConcept>>,
pub purpose: Option<MarkdownDt>,
pub copyright: Option<MarkdownDt>,
pub copyright_label: Option<StringDt>,
pub approval_date: Option<DateDt>,
pub last_review_date: Option<DateDt>,
pub effective_period: Option<Period>,
pub topic: Option<Vec<CodeableConcept>>,
pub author: Option<Vec<ContactDetail>>,
pub editor: Option<Vec<ContactDetail>>,
pub reviewer: Option<Vec<ContactDetail>>,
pub endorser: Option<Vec<ContactDetail>>,
pub related_artifact: Option<Vec<RelatedArtifact>>,
pub case_sensitive: Option<BooleanDt>,
pub value_set: Option<CanonicalDt>,
pub hierarchy_meaning: Option<CodeDt>,
pub compositional: Option<BooleanDt>,
pub version_needed: Option<BooleanDt>,
pub content: Option<CodeDt>,
pub supplements: Option<CanonicalDt>,
pub count: Option<UnsignedIntDt>,
pub filter: Option<Vec<CodeSystemFilterBackboneElement>>,
pub property: Option<Vec<CodeSystemPropertyBackboneElement>>,
pub concept: Option<Vec<CodeSystemConceptBackboneElement>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
url: Option<UriDt>
Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)
identifier: Option<Vec<Identifier>>
Additional identifier for the code system (business identifier)
version: Option<StringDt>
Business version of the code system (Coding.version)
version_algorithm: Option<Coding>
How to compare versions
name: Option<StringDt>
Name for this code system (computer friendly)
title: Option<StringDt>
Name for this code system (human friendly)
status: Option<CodeDt>
draft | active | retired | unknown
experimental: Option<BooleanDt>
For testing purposes, not real usage
date: Option<DateTimeDt>
Date last changed
publisher: Option<StringDt>
Name of the publisher/steward (organization or individual)
contact: Option<Vec<ContactDetail>>
Contact details for the publisher
description: Option<MarkdownDt>
Natural language description of the code system
use_context: Option<Vec<UsageContext>>
The context that the content is intended to support
jurisdiction: Option<Vec<CodeableConcept>>
Intended jurisdiction for code system (if applicable)
purpose: Option<MarkdownDt>
Why this code system is defined
copyright: Option<MarkdownDt>
Use and/or publishing restrictions
copyright_label: Option<StringDt>
Copyright holder and year(s)
approval_date: Option<DateDt>
When the CodeSystem was approved by publisher
last_review_date: Option<DateDt>
When the CodeSystem was last reviewed by the publisher
effective_period: Option<Period>
When the CodeSystem is expected to be used
topic: Option<Vec<CodeableConcept>>
E.g. Education, Treatment, Assessment, etc
Who authored the CodeSystem
editor: Option<Vec<ContactDetail>>
Who edited the CodeSystem
reviewer: Option<Vec<ContactDetail>>
Who reviewed the CodeSystem
endorser: Option<Vec<ContactDetail>>
Who endorsed the CodeSystem
Additional documentation, citations, etc
case_sensitive: Option<BooleanDt>
If code comparison is case sensitive
value_set: Option<CanonicalDt>
Canonical reference to the value set with entire code system
hierarchy_meaning: Option<CodeDt>
grouped-by | is-a | part-of | classified-with
compositional: Option<BooleanDt>
If code system defines a compositional grammar
version_needed: Option<BooleanDt>
If definitions are not stable
content: Option<CodeDt>
not-present | example | fragment | complete | supplement
supplements: Option<CanonicalDt>
Canonical URL of Code System this adds designations and properties to
count: Option<UnsignedIntDt>
Total concepts in the code system
filter: Option<Vec<CodeSystemFilterBackboneElement>>
Filter that can be used in a value set
property: Option<Vec<CodeSystemPropertyBackboneElement>>
Additional information supplied about each concept
concept: Option<Vec<CodeSystemConceptBackboneElement>>
Concepts in the code system
Implementations§
Source§impl CodeSystem
impl CodeSystem
pub fn set_url<T: Into<UriDt>>(self, v: T) -> Self
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_version<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_version_algorithm(self, v: Coding) -> Self
pub fn set_name<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_title<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_status<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_experimental<T: Into<BooleanDt>>(self, v: T) -> Self
pub fn set_date<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_publisher<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_contact(self, v: Vec<ContactDetail>) -> Self
pub fn add_contact(self, v: ContactDetail) -> Self
pub fn set_description<T: Into<MarkdownDt>>(self, v: T) -> Self
pub fn set_use_context(self, v: Vec<UsageContext>) -> Self
pub fn add_use_context(self, v: UsageContext) -> Self
pub fn set_jurisdiction(self, v: Vec<CodeableConcept>) -> Self
pub fn add_jurisdiction(self, v: CodeableConcept) -> Self
pub fn set_purpose<T: Into<MarkdownDt>>(self, v: T) -> Self
pub fn set_copyright<T: Into<MarkdownDt>>(self, v: T) -> Self
pub fn set_copyright_label<T: Into<StringDt>>(self, v: T) -> Self
pub fn set_approval_date<T: Into<DateDt>>(self, v: T) -> Self
pub fn set_last_review_date<T: Into<DateDt>>(self, v: T) -> Self
pub fn set_effective_period(self, v: Period) -> Self
pub fn set_topic(self, v: Vec<CodeableConcept>) -> Self
pub fn add_topic(self, v: CodeableConcept) -> Self
pub fn set_editor(self, v: Vec<ContactDetail>) -> Self
pub fn add_editor(self, v: ContactDetail) -> Self
pub fn set_reviewer(self, v: Vec<ContactDetail>) -> Self
pub fn add_reviewer(self, v: ContactDetail) -> Self
pub fn set_endorser(self, v: Vec<ContactDetail>) -> Self
pub fn add_endorser(self, v: ContactDetail) -> Self
pub fn set_case_sensitive<T: Into<BooleanDt>>(self, v: T) -> Self
pub fn set_value_set<T: Into<CanonicalDt>>(self, v: T) -> Self
pub fn set_hierarchy_meaning<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_compositional<T: Into<BooleanDt>>(self, v: T) -> Self
pub fn set_version_needed<T: Into<BooleanDt>>(self, v: T) -> Self
pub fn set_content<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_supplements<T: Into<CanonicalDt>>(self, v: T) -> Self
pub fn set_count<T: Into<UnsignedIntDt>>(self, v: T) -> Self
pub fn set_filter(self, v: Vec<CodeSystemFilterBackboneElement>) -> Self
pub fn add_filter(self, v: CodeSystemFilterBackboneElement) -> Self
pub fn set_property(self, v: Vec<CodeSystemPropertyBackboneElement>) -> Self
pub fn add_property(self, v: CodeSystemPropertyBackboneElement) -> Self
pub fn set_concept(self, v: Vec<CodeSystemConceptBackboneElement>) -> Self
pub fn add_concept(self, v: CodeSystemConceptBackboneElement) -> Self
Trait Implementations§
Source§impl Clone for CodeSystem
impl Clone for CodeSystem
Source§fn clone(&self) -> CodeSystem
fn clone(&self) -> CodeSystem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more