public enum Iso21089Lifecycle extends Enum<Iso21089Lifecycle>
| Enum Constant and Description |
|---|
_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
|
_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
|
_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
|
_12
occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject
|
_13
occurs when an agent causes the system to selectively pull out a subset of record entry content, based on explicit criteria
|
_14
occurs when an agent causes the system to create and move archive artifacts containing record entry content, typically to long-term offline storage
|
_15
occurs when an agent causes the system to recreate record entries and their content from a previous created archive artifact
|
_16
occurs when an agent causes the system to permanently erase record entry content from the system
|
_17
occurs when an agent causes the system to tag record entry(ies) as obsolete, erroneous or untrustworthy, to warn against its future use
|
_18
occurs when an agent causes the system to recreate or restore full status to record entries previously deleted or deprecated
|
_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
|
_2
occurs when an agent makes any change to record entry content currently residing in storage considered permanent (persistent)
|
_20
occurs when an agent causes the system to reverse a previous record entry merge operation, rendering them separate again
|
_21
occurs when an agent causes the system to connect related record entries
|
_22
occurs when an agent causes the system to disconnect two or more record entries previously connected, rendering them separate (disconnected) again
|
_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â€
|
_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
|
_26
occurs when an agent causes the system to encode record entry content in a cipher
|
_27
occurs when an agent causes the system to decode record entry content from a cipher
|
_3
occurs when an agent causes the system to change the form, language or code system used to represent record entry content
|
_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
|
_6
occurs when an agent causes the system to produce and deliver record entry content in a particular form and manner
|
_7
occurs when an agent causes the system to release, transfer, provision access to, or otherwise divulge record entry content
|
_8
occurs when an agent causes the system to send record entry content from one (EHR/PHR/other) system to another
|
_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
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Iso21089Lifecycle |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Iso21089Lifecycle |
valueOf(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.
|
public static final Iso21089Lifecycle _2
public static final Iso21089Lifecycle _14
public static final Iso21089Lifecycle _4
public static final Iso21089Lifecycle _27
public static final Iso21089Lifecycle _10
public static final Iso21089Lifecycle _17
public static final Iso21089Lifecycle _16
public static final Iso21089Lifecycle _7
public static final Iso21089Lifecycle _26
public static final Iso21089Lifecycle _13
public static final Iso21089Lifecycle _21
public static final Iso21089Lifecycle _19
public static final Iso21089Lifecycle _1
public static final Iso21089Lifecycle _11
public static final Iso21089Lifecycle _18
public static final Iso21089Lifecycle _9
public static final Iso21089Lifecycle _6
public static final Iso21089Lifecycle _12
public static final Iso21089Lifecycle _24
public static final Iso21089Lifecycle _15
public static final Iso21089Lifecycle _3
public static final Iso21089Lifecycle _8
public static final Iso21089Lifecycle _22
public static final Iso21089Lifecycle _20
public static final Iso21089Lifecycle _25
public static final Iso21089Lifecycle NULL
public static Iso21089Lifecycle[] values()
for (Iso21089Lifecycle c : Iso21089Lifecycle.values()) System.out.println(c);
public static Iso21089Lifecycle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Iso21089Lifecycle fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.