Enum ModuleMetadataFocusType
- java.lang.Object
-
- java.lang.Enum<ModuleMetadataFocusType>
-
- org.hl7.fhir.dstu2016may.model.codesystems.ModuleMetadataFocusType
-
- All Implemented Interfaces:
Serializable,Comparable<ModuleMetadataFocusType>
public enum ModuleMetadataFocusType extends Enum<ModuleMetadataFocusType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLINICALFOCUSThe clinical concept(s) addressed by the artifact.CLINICALVENUEThe venue in which an artifact could be used.JURISDICTIONThe jurisdiction in which the artifact is intended to be usedNULLadded to help the parsersPATIENTAGEGROUPA patient demographic category for which this artifact is applicable.PATIENTGENDERThe gender of the patient.TARGETUSERThe user types to which an artifact is targeted.WORKFLOWSETTINGThe settings in which the artifact is intended for use.WORKFLOWTASKThe context for the clinical task(s) represented by this artifact.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleMetadataFocusTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ModuleMetadataFocusTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ModuleMetadataFocusType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PATIENTGENDER
public static final ModuleMetadataFocusType PATIENTGENDER
The gender of the patient. For this item type, use HL7 administrative gender codes (OID: 2.16.840.1.113883.1.11.1)
-
PATIENTAGEGROUP
public static final ModuleMetadataFocusType PATIENTAGEGROUP
A patient demographic category for which this artifact is applicable. Allows specification of age groups using coded values originating from the MeSH Code system (OID: 2.16.840.1.113883.6.177). More specifically, only codes from the AgeGroupObservationValue value set are valid for this field [2.16.840.1.113883.11.75]
-
CLINICALFOCUS
public static final ModuleMetadataFocusType CLINICALFOCUS
The clinical concept(s) addressed by the artifact. For example, disease, diagnostic test interpretation, medication ordering. Please refer to the implementation guide on which code system and codes to use
-
TARGETUSER
public static final ModuleMetadataFocusType TARGETUSER
The user types to which an artifact is targeted. For example, PCP, Patient, Cardiologist, Behavioral Professional, Oral Health Professional, Prescriber, etc... taken from the NUCC Health Care provider taxonomyCode system (OID: 2.16.840.1.113883.6.101)
-
WORKFLOWSETTING
public static final ModuleMetadataFocusType WORKFLOWSETTING
The settings in which the artifact is intended for use. For example, admission, pre-op, etc
-
WORKFLOWTASK
public static final ModuleMetadataFocusType WORKFLOWTASK
The context for the clinical task(s) represented by this artifact. Can be any task context represented by the HL7 ActTaskCode value set (OID: 2.16.840.1.113883.1.11.19846). General categories include: order entry, patient documentation and patient information review
-
CLINICALVENUE
public static final ModuleMetadataFocusType CLINICALVENUE
The venue in which an artifact could be used. For example, Outpatient, Inpatient, Home, Nursing home. The code value may originate from either the HL7 ActEncounter (OID: 2.16.840.1.113883.1.11.13955) or NUCC non-individual provider codes OID: 2.16.840.1.113883.1.11.19465
-
JURISDICTION
public static final ModuleMetadataFocusType JURISDICTION
The jurisdiction in which the artifact is intended to be used
-
NULL
public static final ModuleMetadataFocusType NULL
added to help the parsers
-
-
Method Detail
-
values
public static ModuleMetadataFocusType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ModuleMetadataFocusType c : ModuleMetadataFocusType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModuleMetadataFocusType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static ModuleMetadataFocusType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-