public static enum Enumerations.DataType extends Enum<Enumerations.DataType>
| Enum Constant and Description |
|---|
ADDRESS
An address expressed using postal conventions (as opposed to GPS or other location definition formats).
|
AGE
A duration of time during which an organism (or a process) has existed.
|
ANNOTATION
A text note which also contains information about who made the statement and when.
|
ATTACHMENT
For referring to data content defined in other formats.
|
BACKBONEELEMENT
Base definition for all elements that are defined inside a resource - but not those in a data type.
|
BASE64BINARY
A stream of bytes
|
BOOLEAN
Value of "true" or "false"
|
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
|
CODEABLECONCEPT
A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
|
CODING
A reference to a code defined by a terminology system.
|
CONTACTDETAIL
Specifies contact information for a person or organization.
|
CONTACTPOINT
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
|
CONTRIBUTOR
A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
|
COUNT
A measured amount (or an amount that can potentially be measured).
|
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.
|
DATE
A date or partial date (e.g.
|
DATETIME
A date, date-time or partial date (e.g.
|
DECIMAL
A rational number with implicit precision
|
DISTANCE
A length - a value with a unit that is a physical distance.
|
DOSAGE
Indicates how the medication is/was taken or should be taken by the patient.
|
DURATION
A length of time.
|
ELEMENT
Base definition for all elements in a resource.
|
ELEMENTDEFINITION
Captures constraints on each element within the resource, profile, or extension.
|
EXTENSION
Optional Extension Element - found in all resources.
|
HUMANNAME
A human's name with the ability to identify parts and usage.
|
ID
Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters.
|
IDENTIFIER
A technical identifier - identifies some entity uniquely and unambiguously.
|
INSTANT
An instant in time - known at least to the second
|
INTEGER
A whole number
|
MARKDOWN
A string that may contain markdown syntax for optional processing by a mark down presentation engine
|
META
The metadata about a resource.
|
MONEY
An amount of economic utility in some recognized currency.
|
NARRATIVE
A human-readable formatted text, including images.
|
NULL
added to help the parsers
|
OID
An OID represented as a URI
|
PARAMETERDEFINITION
The parameters to the module.
|
PERIOD
A time period defined by a start and end date and optionally time.
|
POSITIVEINT
An integer with a value that is positive (e.g.
|
QUANTITY
A measured amount (or an amount that can potentially be measured).
|
RANGE
A set of ordered Quantities defined by a low and high limit.
|
RATIO
A relationship of two Quantity values - expressed as a numerator and a denominator.
|
REFERENCE
A reference from one resource to another.
|
RELATEDARTIFACT
Related artifacts such as additional documentation, justification, or bibliographic references.
|
SAMPLEDDATA
A series of measurements taken by a device, with upper and lower limits.
|
SIGNATURE
A digital signature along with supporting context.
|
SIMPLEQUANTITY
null
|
STRING
A sequence of Unicode characters
|
TIME
A time during the day, with no date specified
|
TIMING
Specifies an event that may occur multiple times.
|
TRIGGERDEFINITION
A description of a triggering event.
|
UNSIGNEDINT
An integer with a value that is not negative (e.g.
|
URI
String of characters used to identify a name or a resource
|
USAGECONTEXT
Specifies clinical/business/etc metadata that can be used to retrieve, index and/or categorize an artifact.
|
UUID
A UUID, represented as a URI
|
XHTML
XHTML format, as defined by W3C, but restricted usage (mainly, no active content)
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.DataType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.DataType ADDRESS
public static final Enumerations.DataType AGE
public static final Enumerations.DataType ANNOTATION
public static final Enumerations.DataType ATTACHMENT
public static final Enumerations.DataType BACKBONEELEMENT
public static final Enumerations.DataType CODEABLECONCEPT
public static final Enumerations.DataType CODING
public static final Enumerations.DataType CONTACTDETAIL
public static final Enumerations.DataType CONTACTPOINT
public static final Enumerations.DataType CONTRIBUTOR
public static final Enumerations.DataType COUNT
public static final Enumerations.DataType DATAREQUIREMENT
public static final Enumerations.DataType DISTANCE
public static final Enumerations.DataType DOSAGE
public static final Enumerations.DataType DURATION
public static final Enumerations.DataType ELEMENT
public static final Enumerations.DataType ELEMENTDEFINITION
public static final Enumerations.DataType EXTENSION
public static final Enumerations.DataType HUMANNAME
public static final Enumerations.DataType IDENTIFIER
public static final Enumerations.DataType META
public static final Enumerations.DataType MONEY
public static final Enumerations.DataType NARRATIVE
public static final Enumerations.DataType PARAMETERDEFINITION
public static final Enumerations.DataType PERIOD
public static final Enumerations.DataType QUANTITY
public static final Enumerations.DataType RANGE
public static final Enumerations.DataType RATIO
public static final Enumerations.DataType REFERENCE
public static final Enumerations.DataType RELATEDARTIFACT
public static final Enumerations.DataType SAMPLEDDATA
public static final Enumerations.DataType SIGNATURE
public static final Enumerations.DataType SIMPLEQUANTITY
public static final Enumerations.DataType TIMING
public static final Enumerations.DataType TRIGGERDEFINITION
public static final Enumerations.DataType USAGECONTEXT
public static final Enumerations.DataType BASE64BINARY
public static final Enumerations.DataType BOOLEAN
public static final Enumerations.DataType CODE
public static final Enumerations.DataType DATE
public static final Enumerations.DataType DATETIME
public static final Enumerations.DataType DECIMAL
public static final Enumerations.DataType ID
public static final Enumerations.DataType INSTANT
public static final Enumerations.DataType INTEGER
public static final Enumerations.DataType MARKDOWN
public static final Enumerations.DataType OID
public static final Enumerations.DataType POSITIVEINT
public static final Enumerations.DataType STRING
public static final Enumerations.DataType TIME
public static final Enumerations.DataType UNSIGNEDINT
public static final Enumerations.DataType URI
public static final Enumerations.DataType UUID
public static final Enumerations.DataType XHTML
public static final Enumerations.DataType NULL
public static Enumerations.DataType[] values()
for (Enumerations.DataType c : Enumerations.DataType.values()) System.out.println(c);
public static Enumerations.DataType 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 Enumerations.DataType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.