
Enum Class Iso21089Lifecycle
- All Implemented Interfaces:
- Serializable,- Comparable<Iso21089Lifecycle>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionOccurs when an agent causes the system to obtain and open a record entry for inspection or review.Occurs 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 create and move archive artifacts containing record entry content, typically to long-term offline storage.Occurs when an agent causes the system to capture the agent?s digital signature (or equivalent indication) during formal validation of record entry content.Occurs when an agent causes the system to decode record entry content from a cipher.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 might or might not be reversible.Occurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use.Occurs when an agent causes the system to permanently erase record entry content from the system.Occurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content.Occurs when an agent causes the system to encode record entry content in a cipher.Occurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria.Occurs when an agent causes the system to tag or otherwise indicate special access management and suspension of record entry deletion/destruction, if deemed relevant to a lawsuit or which are reasonably anticipated to be relevant or to fulfill organizational policy under the legal doctrine of ?duty to preserve?.Occurs when an agent causes the system to connect related record entries.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.added to help the parsersOccurs 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.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.Occurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated.Occurs when an agent causes the system to a) initiate capture of data content from elsewhere, and b) incorporate that content into the storage considered a permanent part of the health record.Occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject.Occurs when an agent causes the system to produce and deliver record entry content in a particular form and manner.Occurs when an agent causes the system to recreate record entries and their content from a previous created archive artefact.Occurs when an agent causes the system to change the form, language or code system used to represent record entry content.Occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another.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?.Occurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again.Occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again.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.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Iso21089LifecycletoCode()static Iso21089LifecycleReturns the enum constant of this class with the specified name.static Iso21089Lifecycle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ACCESSOccurs when an agent causes the system to obtain and open a record entry for inspection or review.
- 
HOLDOccurs when an agent causes the system to tag or otherwise indicate special access management and suspension of record entry deletion/destruction, if deemed relevant to a lawsuit or which are reasonably anticipated to be relevant or to fulfill organizational policy under the legal doctrine of ?duty to preserve?.
- 
AMENDOccurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent).
- 
ARCHIVEOccurs when an agent causes the system to create and move archive artifacts containing record entry content, typically to long-term offline storage.
- 
ATTESTOccurs when an agent causes the system to capture the agent?s digital signature (or equivalent indication) during formal validation of record entry content.
- 
DECRYPTOccurs when an agent causes the system to decode record entry content from a cipher.
- 
DEIDENTIFYOccurs 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 might or might not be reversible.
- 
DEPRECATEOccurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use.
- 
DESTROYOccurs when an agent causes the system to permanently erase record entry content from the system.
- 
DISCLOSEOccurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content.
- 
ENCRYPTOccurs when an agent causes the system to encode record entry content in a cipher.
- 
EXTRACTOccurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria.
- 
LINKOccurs when an agent causes the system to connect related record entries.
- 
MERGEOccurs when an agent causes the system to combine or join content from two or more record entries, resulting in a single logical record entry.
- 
ORIGINATEOccurs 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.
- 
PSEUDONYMIZEOccurs 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.
- 
REACTIVATEOccurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated.
- 
RECEIVEOccurs when an agent causes the system to a) initiate capture of data content from elsewhere, and b) incorporate that content into the storage considered a permanent part of the health record.
- 
REIDENTIFYOccurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject.
- 
UNHOLDOccurs 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?.
- 
REPORTOccurs when an agent causes the system to produce and deliver record entry content in a particular form and manner.
- 
RESTOREOccurs when an agent causes the system to recreate record entries and their content from a previous created archive artefact.
- 
TRANSFORMOccurs when an agent causes the system to change the form, language or code system used to represent record entry content.
- 
TRANSMITOccurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another.
- 
UNLINKOccurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again.
- 
UNMERGEOccurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again.
- 
VERIFYOccurs 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.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static Iso21089Lifecycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-