pub enum ExtraActivityType {
Aggregate,
Compose,
Label,
_Custom(String),
}Expand description
ExtraActivityType. This value set includes coded concepts not well covered in any of the included valuesets.
FHIR version: 5.0.0.
Variants§
Aggregate
aggregate
aggregate. Activity resulting in a structured collection of preexisting content that does not necessarily result in an integral object with semantic context making it more than the sum of component parts, from which components could be disaggregated without loss of semantic context, e.g., the assembly of multiple stand-alone documents.
Compose
compose
compose. Activity resulting in the structured compilation of new and preexisting content for the purposes of forming an integral object with semantic context making it more than the sum of component parts, which would be lost if decomposed. For example, the composition of a document that includes in whole or part other documents along with new content that result in a new document that has unique semantic meaning.
Label
label
label. The means used to associate a set of security attributes with a specific information object as part of the data structure for that object. [ISO-10181-3 Access Control]
_Custom(String)
Custom code value.
Trait Implementations§
Source§impl AsRef<str> for ExtraActivityType
impl AsRef<str> for ExtraActivityType
Source§impl Clone for ExtraActivityType
impl Clone for ExtraActivityType
Source§fn clone(&self) -> ExtraActivityType
fn clone(&self) -> ExtraActivityType
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ExtraActivityType
impl Debug for ExtraActivityType
Source§impl<'de> Deserialize<'de> for ExtraActivityType
impl<'de> Deserialize<'de> for ExtraActivityType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Source§impl Display for ExtraActivityType
impl Display for ExtraActivityType
Source§impl From<ExtraActivityType> for CodeableConcept
impl From<ExtraActivityType> for CodeableConcept
Source§fn from(code: ExtraActivityType) -> Self
fn from(code: ExtraActivityType) -> Self
Source§impl From<ExtraActivityType> for Coding
impl From<ExtraActivityType> for Coding
Source§fn from(code: ExtraActivityType) -> Self
fn from(code: ExtraActivityType) -> Self
Source§impl FromStr for ExtraActivityType
impl FromStr for ExtraActivityType
Source§impl Hash for ExtraActivityType
impl Hash for ExtraActivityType
Source§impl PartialEq for ExtraActivityType
impl PartialEq for ExtraActivityType
Source§fn eq(&self, other: &ExtraActivityType) -> bool
fn eq(&self, other: &ExtraActivityType) -> bool
self and other values to be equal, and is used by ==.