pub struct ValueSet {Show 38 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 immutable: Option<BooleanDt>,
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 compose: Option<ValueSetComposeBackboneElement>,
pub expansion: Option<ValueSetExpansionBackboneElement>,
pub scope: Option<ValueSetScopeBackboneElement>,
}
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 value set, represented as a URI (globally unique)
identifier: Option<Vec<Identifier>>
Additional identifier for the value set (business identifier)
version: Option<StringDt>
Business version of the value set
version_algorithm: Option<Coding>
How to compare versions
name: Option<StringDt>
Name for this value set (computer friendly)
title: Option<StringDt>
Name for this value set (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 value set
use_context: Option<Vec<UsageContext>>
The context that the content is intended to support
jurisdiction: Option<Vec<CodeableConcept>>
Intended jurisdiction for value set (if applicable)
immutable: Option<BooleanDt>
Indicates whether or not any change to the content logical definition may occur
purpose: Option<MarkdownDt>
Why this value set 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 ValueSet was approved by publisher
last_review_date: Option<DateDt>
When the ValueSet was last reviewed by the publisher
effective_period: Option<Period>
When the ValueSet is expected to be used
topic: Option<Vec<CodeableConcept>>
E.g. Education, Treatment, Assessment, etc
Who authored the ValueSet
editor: Option<Vec<ContactDetail>>
Who edited the ValueSet
reviewer: Option<Vec<ContactDetail>>
Who reviewed the ValueSet
endorser: Option<Vec<ContactDetail>>
Who endorsed the ValueSet
Additional documentation, citations, etc
compose: Option<ValueSetComposeBackboneElement>
Content logical definition of the value set (CLD)
expansion: Option<ValueSetExpansionBackboneElement>
Used when the value set is “expanded”
scope: Option<ValueSetScopeBackboneElement>
Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description