public enum ImmunizationOrigin extends Enum<ImmunizationOrigin>
| Enum Constant and Description |
|---|
JURISDICTION
The data for the immunization event originated with an immunization information system (IIS) or registry operating within the jurisdiction.
|
NULL
added to help the parsers
|
PROVIDER
The data for the immunization event originated with another provider.
|
RECALL
The data for the immunization event originated from the recollection of the patient or parent/guardian of the patient.
|
RECORD
The data for the immunization event originated with a written record for the patient.
|
SCHOOL
The data for the immunization event originated with a school record for the patient.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmunizationOrigin |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImmunizationOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmunizationOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmunizationOrigin PROVIDER
public static final ImmunizationOrigin RECORD
public static final ImmunizationOrigin RECALL
public static final ImmunizationOrigin SCHOOL
public static final ImmunizationOrigin JURISDICTION
public static final ImmunizationOrigin NULL
public static ImmunizationOrigin[] values()
for (ImmunizationOrigin c : ImmunizationOrigin.values()) System.out.println(c);
public static ImmunizationOrigin 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 ImmunizationOrigin 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.