pub enum CompositionStatus {
Amended,
Appended,
Cancelled,
Corrected,
Deprecated,
EnteredInError,
Final,
Partial,
Preliminary,
Registered,
Unknown,
}Expand description
CompositionStatus. The workflow/clinical status of the composition.
FHIR version: 5.0.0.
Variants§
Amended
amended
Amended. The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as “final” and the composition is complete and verified by an authorized person.
Appended
appended
Appended. Subsequent to being final, the composition content has been modified by adding new content. The existing content is unchanged.
Cancelled
cancelled
Cancelled. The composition is unavailable because the measurement was not started or not completed (also sometimes called “aborted”).
Corrected
corrected
Corrected. Subsequent to being final, the composition content has been modified to correct an error in the composition or referenced results.
Deprecated
deprecated
Deprecated. This composition has been withdrawn or superseded and should no longer be used.
EnteredInError
entered-in-error
Entered in Error. The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.
Final
final
Final. This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.
Partial
partial
Partial. This is a partial (e.g. initial, interim or preliminary) composition: data in the composition may be incomplete or unverified.
Preliminary
preliminary
Preliminary. Verified early results are available, but not all results are final.
Registered
registered
Registered. The existence of the composition is registered, but there is nothing yet available.
Unknown
unknown
Unknown. The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for “other” - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.
Trait Implementations§
Source§impl AsRef<str> for CompositionStatus
impl AsRef<str> for CompositionStatus
Source§impl Clone for CompositionStatus
impl Clone for CompositionStatus
Source§fn clone(&self) -> CompositionStatus
fn clone(&self) -> CompositionStatus
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 CompositionStatus
impl Debug for CompositionStatus
Source§impl<'de> Deserialize<'de> for CompositionStatus
impl<'de> Deserialize<'de> for CompositionStatus
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 CompositionStatus
impl Display for CompositionStatus
Source§impl From<CompositionStatus> for CodeableConcept
impl From<CompositionStatus> for CodeableConcept
Source§fn from(code: CompositionStatus) -> Self
fn from(code: CompositionStatus) -> Self
Source§impl From<CompositionStatus> for Coding
impl From<CompositionStatus> for Coding
Source§fn from(code: CompositionStatus) -> Self
fn from(code: CompositionStatus) -> Self
Source§impl FromStr for CompositionStatus
impl FromStr for CompositionStatus
Source§impl Hash for CompositionStatus
impl Hash for CompositionStatus
Source§impl PartialEq for CompositionStatus
impl PartialEq for CompositionStatus
Source§fn eq(&self, other: &CompositionStatus) -> bool
fn eq(&self, other: &CompositionStatus) -> bool
self and other values to be equal, and is used by ==.