pub enum TemplateStatusCodeLifeCycle {
Active,
Cancelled,
Draft,
Pending,
Rejected,
Retired,
Review,
Terminated,
}Expand description
TemplateStatusCodeLifeCycle. Life cycle of the Status Code of a Template Design (Version)
FHIR version: 5.0.0.
Variants§
Active
active
active. Design has been deemed fit for the intended purpose and is published by the governance group.
Cancelled
cancelled
Cancelled. A drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state.
Draft
draft
Draft. Design is under development (nascent).
Pending
pending
Under pre-publication review. Design is completed and is being reviewed.
Rejected
rejected
Rejected. A previously drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published for consideration in a pending state.
Retired
retired
retired. A previously active design is discontinued from use. It should no longer be used for future designs, but for historical purposes may be used to process data previously recorded using this design. A newer design may or may not exist. The design is published in the retired state.
Review
review
In Review. Design is active, but is under review. The review may result in a change to the design. The change may necessitate a new version to be created. This in turn may result in the prior version of the template to be retired. Alternatively, the review may result in a change to the design that does not require a new version to be created, or it may result in no change to the design at all.
Terminated
terminated
Terminated. A design is determined to be erroneous or not fit for the intended purpose and should no longer be used, even for historical purposes. No new designs can be developed for this template. The associated template no longer needs to be published, but if published, is shown in the terminated state.
Trait Implementations§
Source§impl AsRef<str> for TemplateStatusCodeLifeCycle
impl AsRef<str> for TemplateStatusCodeLifeCycle
Source§impl Clone for TemplateStatusCodeLifeCycle
impl Clone for TemplateStatusCodeLifeCycle
Source§fn clone(&self) -> TemplateStatusCodeLifeCycle
fn clone(&self) -> TemplateStatusCodeLifeCycle
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 TemplateStatusCodeLifeCycle
impl Debug for TemplateStatusCodeLifeCycle
Source§impl<'de> Deserialize<'de> for TemplateStatusCodeLifeCycle
impl<'de> Deserialize<'de> for TemplateStatusCodeLifeCycle
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 From<TemplateStatusCodeLifeCycle> for CodeableConcept
impl From<TemplateStatusCodeLifeCycle> for CodeableConcept
Source§fn from(code: TemplateStatusCodeLifeCycle) -> Self
fn from(code: TemplateStatusCodeLifeCycle) -> Self
Source§impl From<TemplateStatusCodeLifeCycle> for Coding
impl From<TemplateStatusCodeLifeCycle> for Coding
Source§fn from(code: TemplateStatusCodeLifeCycle) -> Self
fn from(code: TemplateStatusCodeLifeCycle) -> Self
Source§impl Hash for TemplateStatusCodeLifeCycle
impl Hash for TemplateStatusCodeLifeCycle
Source§impl PartialEq for TemplateStatusCodeLifeCycle
impl PartialEq for TemplateStatusCodeLifeCycle
Source§fn eq(&self, other: &TemplateStatusCodeLifeCycle) -> bool
fn eq(&self, other: &TemplateStatusCodeLifeCycle) -> bool
self and other values to be equal, and is used by ==.