public enum V3Hl7CMETAttribution extends Enum<V3Hl7CMETAttribution>
| Enum Constant and Description |
|---|
CONTACT
Description: Provides sufficient information to allow the object identified to be contacted.
|
IDENTIFIED
Description: This variant is a proper subset of universal and is intended to provide sufficient information to identify the object(s) modeled by the CMET.
|
IDENTIFIEDCONFIRMABLE
Description: This extends the identified variant by adding just sufficient additional information to allow the identity of object modeled to be confirmed by a number of corroborating items of data; for instance a patient's date of birth and current address.
|
IDENTIFIEDINFORMATIONAL
Description: Generally the same information content as "contactable" but using new "informational" CMETs as dependant CMETs.
|
INFORMATIONAL
Description: Generally the same information content as "contactable", but with required (not mandatory) ids on entry point class.
|
MINIMAL
Description: Provides more than identified, but not as much as universal.
|
NULL
added to help the parsers
|
UNIVERSAL
Description: This variant includes all attributes and associations present in the R-MIM.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7CMETAttribution |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7CMETAttribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7CMETAttribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7CMETAttribution CONTACT
public static final V3Hl7CMETAttribution IDENTIFIED
public static final V3Hl7CMETAttribution IDENTIFIEDCONFIRMABLE
public static final V3Hl7CMETAttribution IDENTIFIEDINFORMATIONAL
public static final V3Hl7CMETAttribution INFORMATIONAL
public static final V3Hl7CMETAttribution MINIMAL
public static final V3Hl7CMETAttribution UNIVERSAL
public static final V3Hl7CMETAttribution NULL
public static V3Hl7CMETAttribution[] values()
for (V3Hl7CMETAttribution c : V3Hl7CMETAttribution.values()) System.out.println(c);
public static V3Hl7CMETAttribution 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 V3Hl7CMETAttribution fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.