public enum V3CodingRationale extends Enum<V3CodingRationale>
| Enum Constant and Description |
|---|
HL7
HL7 Specified or Mandated
|
NULL
added to help the parsers
|
O
Description: Originally produced code.
|
OR
Originally produced code, required by the specification describing the use of the coded concept.
|
P
Description: Post-coded from free text source
|
PR
Post-coded from free text source, required by the specification describing the use of the coded concept.
|
R
Description: Required standard code for HL7.
|
SH
Both HL7 mandated and the original code (precoordination)
|
SRC
Source (or original) code
|
| Modifier and Type | Method and Description |
|---|---|
static V3CodingRationale |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3CodingRationale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3CodingRationale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3CodingRationale O
public static final V3CodingRationale OR
public static final V3CodingRationale P
public static final V3CodingRationale PR
public static final V3CodingRationale R
public static final V3CodingRationale HL7
public static final V3CodingRationale SH
public static final V3CodingRationale SRC
public static final V3CodingRationale NULL
public static V3CodingRationale[] values()
for (V3CodingRationale c : V3CodingRationale.values()) System.out.println(c);
public static V3CodingRationale 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 V3CodingRationale 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.