Enum Iso21089Lifecycle
- All Implemented Interfaces:
Serializable
,Comparable<Iso21089Lifecycle>
-
Enum Constant Summary
Enum ConstantDescriptionoccurs 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 recordoccurs 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 reversibleoccurs 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 reversibleoccurs when an agent causes the system to restore information to data that allows identification of information source and/or information subjectoccurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteriaoccurs when an agent causes the system to create and move archive artifacts containing record entry content, typically to long-term offline storageoccurs when an agent causes the system to recreate record entries and their content from a previous created archive artifactoccurs when an agent causes the system to permanently erase record entry content from the systemoccurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future useoccurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecatedoccurs when an agent causes the system to combine or join content from two or more record entries, resulting in a single logical record entryoccurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent)occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate againoccurs when an agent causes the system to connect related record entriesoccurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) againoccurs 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?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 policyoccurs when an agent causes the system to encode record entry content in a cipheroccurs when an agent causes the system to decode record entry content from a cipheroccurs when an agent causes the system to change the form, language or code system used to represent record entry contentoccurs when an agent causes the system to capture the agent??s digital signature (or equivalent indication) during formal validation of record entry contentoccurs when an agent causes the system to produce and deliver record entry content in a particular form and manneroccurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry contentoccurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to anotheroccurs 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 recordadded to help the parsers -
Method Summary
Modifier and TypeMethodDescriptionstatic Iso21089Lifecycle
toCode()
static Iso21089Lifecycle
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 Details
-
_2
occurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent) -
_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
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
occurs when an agent causes the system to decode record entry content from a cipher -
_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
occurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use -
_16
occurs when an agent causes the system to permanently erase record entry content from the system -
_7
occurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content -
_26
occurs when an agent causes the system to encode record entry content in a cipher -
_13
occurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria -
_21
occurs when an agent causes the system to connect related record entries -
_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
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
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
occurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated -
_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
occurs when an agent causes the system to produce and deliver record entry content in a particular form and manner -
_12
occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject -
_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
occurs when an agent causes the system to recreate record entries and their content from a previous created archive artifact -
_3
occurs when an agent causes the system to change the form, language or code system used to represent record entry content -
_8
occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another -
_22
occurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again -
_20
occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again -
_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
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-