Enum DataTypes
- java.lang.Object
-
- java.lang.Enum<DataTypes>
-
- org.hl7.fhir.dstu2016may.model.codesystems.DataTypes
-
- All Implemented Interfaces:
Serializable,Comparable<DataTypes>
public enum DataTypes extends Enum<DataTypes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIONDEFINITIONThe definition of an action to be performed.ADDRESSAn address expressed using postal conventions (as opposed to GPS or other location definition formats).AGEnullANNOTATIONA text note which also contains information about who made the statement and when.ATTACHMENTFor referring to data content defined in other formats.BACKBONEELEMENTBase definition for all elements that are defined inside a resource - but not those in a data type.BASE64BINARYA stream of bytesBOOLEANValue of "true" or "false"CODEA string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contentsCODEABLECONCEPTA concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.CODINGA reference to a code defined by a terminology system.CONTACTPOINTDetails for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.COUNTnullDATAREQUIREMENTDescribes a required data item for evaluation in terms of the type of data, and optional code- or date-based filters of the data.DATEA date or partial date (e.g.DATETIMEA date, date-time or partial date (e.g.DECIMALA rational number with implicit precisionDISTANCEnullDURATIONnullELEMENTBase definition for all elements in a resource.ELEMENTDEFINITIONCaptures constraints on each element within the resource, profile, or extension.EXTENSIONOptional Extensions Element - found in all resources.HUMANNAMEA human's name with the ability to identify parts and usage.IDAny combination of letters, numerals, "-" and ".", with a length limit of 64 characters.IDENTIFIERA technical identifier - identifies some entity uniquely and unambiguously.INSTANTAn instant in time - known at least to the secondINTEGERA whole numberMARKDOWNA string that may contain markdown syntax for optional processing by a mark down presentation engineMETAThe metadata about a resource.MODULEMETADATAThe ModuleMetadata structure defines the common metadata elements used by quality improvement artifacts.MONEYnullNARRATIVEA human-readable formatted text, including images.NULLadded to help the parsersOIDAn oid represented as a URIPARAMETERDEFINITIONThe parameters to the module.PERIODA time period defined by a start and end date and optionally time.POSITIVEINTAn integer with a value that is positive (e.g.QUANTITYA measured amount (or an amount that can potentially be measured).RANGEA set of ordered Quantities defined by a low and high limit.RATIOA relationship of two Quantity values - expressed as a numerator and a denominator.REFERENCEA reference from one resource to another.SAMPLEDDATAA series of measurements taken by a device, with upper and lower limits.SIGNATUREA digital signature along with supporting context.SIMPLEQUANTITYnullSTRINGA sequence of Unicode charactersTIMEA time during the day, with no date specifiedTIMINGSpecifies an event that may occur multiple times.TRIGGERDEFINITIONA description of a triggering event.UNSIGNEDINTAn integer with a value that is not negative (e.g.URIString of characters used to identify a name or a resourceUUIDA UUID, represented as a URIXHTMLXHTML format, as defined by W3C, but restricted usage (mainly, no active content)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataTypesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static DataTypesvalueOf(String name)Returns the enum constant of this type with the specified name.static DataTypes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACTIONDEFINITION
public static final DataTypes ACTIONDEFINITION
The definition of an action to be performed. Some aspects of the definition are specified statically, and some aspects can be specified dynamically by referencing logic defined in a library.
-
ADDRESS
public static final DataTypes ADDRESS
An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.
-
ANNOTATION
public static final DataTypes ANNOTATION
A text note which also contains information about who made the statement and when.
-
ATTACHMENT
public static final DataTypes ATTACHMENT
For referring to data content defined in other formats.
-
BACKBONEELEMENT
public static final DataTypes BACKBONEELEMENT
Base definition for all elements that are defined inside a resource - but not those in a data type.
-
CODEABLECONCEPT
public static final DataTypes CODEABLECONCEPT
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
-
CONTACTPOINT
public static final DataTypes CONTACTPOINT
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
-
DATAREQUIREMENT
public static final DataTypes DATAREQUIREMENT
Describes a required data item for evaluation in terms of the type of data, and optional code- or date-based filters of the data.
-
ELEMENTDEFINITION
public static final DataTypes ELEMENTDEFINITION
Captures constraints on each element within the resource, profile, or extension.
-
EXTENSION
public static final DataTypes EXTENSION
Optional Extensions Element - found in all resources.
-
HUMANNAME
public static final DataTypes HUMANNAME
A human's name with the ability to identify parts and usage.
-
IDENTIFIER
public static final DataTypes IDENTIFIER
A technical identifier - identifies some entity uniquely and unambiguously.
-
META
public static final DataTypes META
The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.
-
MODULEMETADATA
public static final DataTypes MODULEMETADATA
The ModuleMetadata structure defines the common metadata elements used by quality improvement artifacts. This information includes descriptive and topical metadata to enable repository searches, as well as governance and evidentiary support information.
-
NARRATIVE
public static final DataTypes NARRATIVE
A human-readable formatted text, including images.
-
PARAMETERDEFINITION
public static final DataTypes PARAMETERDEFINITION
The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.
-
PERIOD
public static final DataTypes PERIOD
A time period defined by a start and end date and optionally time.
-
QUANTITY
public static final DataTypes QUANTITY
A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.
-
RANGE
public static final DataTypes RANGE
A set of ordered Quantities defined by a low and high limit.
-
RATIO
public static final DataTypes RATIO
A relationship of two Quantity values - expressed as a numerator and a denominator.
-
SAMPLEDDATA
public static final DataTypes SAMPLEDDATA
A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.
-
SIGNATURE
public static final DataTypes SIGNATURE
A digital signature along with supporting context. The signature may be electronic/cryptographic in nature, or a graphical image representing a hand-written signature, or a signature process. Different Signature approaches have different utilities.
-
SIMPLEQUANTITY
public static final DataTypes SIMPLEQUANTITY
null
-
TIMING
public static final DataTypes TIMING
Specifies an event that may occur multiple times. Timing schedules are used to record when things are expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds.
-
TRIGGERDEFINITION
public static final DataTypes TRIGGERDEFINITION
A description of a triggering event.
-
BASE64BINARY
public static final DataTypes BASE64BINARY
A stream of bytes
-
CODE
public static final DataTypes CODE
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents
-
DATE
public static final DataTypes DATE
A date or partial date (e.g. just year or year + month). There is no time zone. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates.
-
DATETIME
public static final DataTypes DATETIME
A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates.
-
ID
public static final DataTypes ID
Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive.
-
MARKDOWN
public static final DataTypes MARKDOWN
A string that may contain markdown syntax for optional processing by a mark down presentation engine
-
POSITIVEINT
public static final DataTypes POSITIVEINT
An integer with a value that is positive (e.g. >0)
-
UNSIGNEDINT
public static final DataTypes UNSIGNEDINT
An integer with a value that is not negative (e.g. >= 0)
-
XHTML
public static final DataTypes XHTML
XHTML format, as defined by W3C, but restricted usage (mainly, no active content)
-
-
Method Detail
-
values
public static DataTypes[] 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 (DataTypes c : DataTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataTypes 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 DataTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-