public enum UsageContextType extends Enum<UsageContextType>
| Enum Constant and Description |
|---|
AGE
The age of the patient.
|
FOCUS
The clinical concept(s) addressed by the artifact.
|
GENDER
The gender of the patient.
|
NULL
added to help the parsers
|
PROGRAM
A program/project of work for which this artifact is applicable.
|
SPECIES
The species to which an artifact applies.
|
TASK
The context for the clinical task(s) represented by this artifact.
|
USER
The clinical specialty of the context in which the patient is being treated - For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc...
|
VENUE
The venue in which an artifact could be used.
|
WORKFLOW
The settings in which the artifact is intended for use.
|
| Modifier and Type | Method and Description |
|---|---|
static UsageContextType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static UsageContextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageContextType GENDER
public static final UsageContextType AGE
public static final UsageContextType FOCUS
public static final UsageContextType USER
public static final UsageContextType WORKFLOW
public static final UsageContextType TASK
public static final UsageContextType VENUE
public static final UsageContextType SPECIES
public static final UsageContextType PROGRAM
public static final UsageContextType NULL
public static UsageContextType[] values()
for (UsageContextType c : UsageContextType.values()) System.out.println(c);
public static UsageContextType 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 UsageContextType 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.