Enum Iso21089Lifecycle
- java.lang.Object
-
- java.lang.Enum<Iso21089Lifecycle>
-
- org.hl7.fhir.dstu3.model.codesystems.Iso21089Lifecycle
-
- All Implemented Interfaces:
Serializable,Comparable<Iso21089Lifecycle>
public enum Iso21089Lifecycle extends Enum<Iso21089Lifecycle>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1occurs when an agent causes the system to: a) initiate capture of potential record content, and b) incorporate that content into the storage considered a permanent part of the health record_10occurs when an agent causes the system to scrub record entry content to reduce the association between a set of identifying data and the data subject in a way that may or may not be reversible_11occurs when an agent causes the system to remove record entry content to reduce the association between a set of identifying data and the data subject in a way that may be reversible_12occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject_13occurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria_14occurs when an agent causes the system to create and move archive artifacts containing record entry content, typically to long-term offline storage_15occurs when an agent causes the system to recreate record entries and their content from a previous created archive artifact_16occurs when an agent causes the system to permanently erase record entry content from the system_17occurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use_18occurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated_19occurs when an agent causes the system to combine or join content from two or more record entries, resulting in a single logical record entry_2occurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent)_20occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again_21occurs when an agent causes the system to connect related record entries_22occurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again_24occurs when an agent causes the system to remove a tag or other cues for special access management had required to fulfill organizational policy under the legal doctrine of “duty to preserveâ€_25occurs when an agent causes the system to confirm compliance of data or data objects with regulations, requirements, specifications, or other imposed conditions based on organizational policy_26occurs when an agent causes the system to encode record entry content in a cipher_27occurs when an agent causes the system to decode record entry content from a cipher_3occurs when an agent causes the system to change the form, language or code system used to represent record entry content_4occurs when an agent causes the system to capture the agent’s digital signature (or equivalent indication) during formal validation of record entry content_6occurs when an agent causes the system to produce and deliver record entry content in a particular form and manner_7occurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content_8occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another_9occurs when an agent causes the system to: a) initiate capture of data content from elseware, and b) incorporate that content into the storage considered a permanent part of the health recordNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iso21089LifecyclefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static Iso21089LifecyclevalueOf(String name)Returns the enum constant of this type with the specified name.static Iso21089Lifecycle[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_2
public static final Iso21089Lifecycle _2
occurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent)
-
_14
public static final Iso21089Lifecycle _14
occurs when an agent causes the system to create and move archive artifacts containing record entry content, typically to long-term offline storage
-
_4
public static final Iso21089Lifecycle _4
occurs when an agent causes the system to capture the agent’s digital signature (or equivalent indication) during formal validation of record entry content
-
_27
public static final Iso21089Lifecycle _27
occurs when an agent causes the system to decode record entry content from a cipher
-
_10
public static final Iso21089Lifecycle _10
occurs when an agent causes the system to scrub record entry content to reduce the association between a set of identifying data and the data subject in a way that may or may not be reversible
-
_17
public static final Iso21089Lifecycle _17
occurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use
-
_16
public static final Iso21089Lifecycle _16
occurs when an agent causes the system to permanently erase record entry content from the system
-
_7
public static final Iso21089Lifecycle _7
occurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content
-
_26
public static final Iso21089Lifecycle _26
occurs when an agent causes the system to encode record entry content in a cipher
-
_13
public static final Iso21089Lifecycle _13
occurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria
-
_21
public static final Iso21089Lifecycle _21
occurs when an agent causes the system to connect related record entries
-
_19
public static final Iso21089Lifecycle _19
occurs when an agent causes the system to combine or join content from two or more record entries, resulting in a single logical record entry
-
_1
public static final Iso21089Lifecycle _1
occurs when an agent causes the system to: a) initiate capture of potential record content, and b) incorporate that content into the storage considered a permanent part of the health record
-
_11
public static final Iso21089Lifecycle _11
occurs when an agent causes the system to remove record entry content to reduce the association between a set of identifying data and the data subject in a way that may be reversible
-
_18
public static final Iso21089Lifecycle _18
occurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated
-
_9
public static final Iso21089Lifecycle _9
occurs when an agent causes the system to: a) initiate capture of data content from elseware, and b) incorporate that content into the storage considered a permanent part of the health record
-
_6
public static final Iso21089Lifecycle _6
occurs when an agent causes the system to produce and deliver record entry content in a particular form and manner
-
_12
public static final Iso21089Lifecycle _12
occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject
-
_24
public static final Iso21089Lifecycle _24
occurs when an agent causes the system to remove a tag or other cues for special access management had required to fulfill organizational policy under the legal doctrine of “duty to preserveâ€
-
_15
public static final Iso21089Lifecycle _15
occurs when an agent causes the system to recreate record entries and their content from a previous created archive artifact
-
_3
public static final Iso21089Lifecycle _3
occurs when an agent causes the system to change the form, language or code system used to represent record entry content
-
_8
public static final Iso21089Lifecycle _8
occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another
-
_22
public static final Iso21089Lifecycle _22
occurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again
-
_20
public static final Iso21089Lifecycle _20
occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again
-
_25
public static final Iso21089Lifecycle _25
occurs when an agent causes the system to confirm compliance of data or data objects with regulations, requirements, specifications, or other imposed conditions based on organizational policy
-
NULL
public static final Iso21089Lifecycle NULL
added to help the parsers
-
-
Method Detail
-
values
public static Iso21089Lifecycle[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Iso21089Lifecycle c : Iso21089Lifecycle.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Iso21089Lifecycle valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static Iso21089Lifecycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-