public enum DataTypes extends Enum<DataTypes>
| 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"
|
CANONICAL
A URI that is a reference to a canonical URL on a FHIR resource
|
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.
|
EXPRESSION
A expression that is evaluated in a specified context and returns a value.
|
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
An 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 Github Flavored Markdown syntax for optional processing by a mark down presentation engine
|
MARKETINGSTATUS
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.
|
META
The metadata about a resource.
|
MONEY
An amount of economic utility in some recognized currency.
|
MONEYQUANTITY
null
|
NARRATIVE
A human-readable summary of the resource conveying the essential clinical and business information for the resource.
|
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.
|
POPULATION
A populatioof people with some set of grouping criteria.
|
POSITIVEINT
An integer with a value that is positive (e.g.
|
PRODCHARACTERISTIC
The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.
|
PRODUCTSHELFLIFE
The shelf-life and storage information for a medicinal product item or container can be described using this class.
|
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 signature along with supporting context.
|
SIMPLEQUANTITY
null
|
STRING
A sequence of Unicode characters
|
SUBSTANCEAMOUNT
Chemical substances are a single substance type whose primary defining element is the molecular structure.
|
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
|
URL
A URI that is a literal reference
|
USAGECONTEXT
Specifies clinical/business/etc.
|
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 DataTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DataTypes |
valueOf(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.
|
public static final DataTypes ADDRESS
public static final DataTypes AGE
public static final DataTypes ANNOTATION
public static final DataTypes ATTACHMENT
public static final DataTypes BACKBONEELEMENT
public static final DataTypes CODEABLECONCEPT
public static final DataTypes CONTACTDETAIL
public static final DataTypes CONTACTPOINT
public static final DataTypes CONTRIBUTOR
public static final DataTypes COUNT
public static final DataTypes DATAREQUIREMENT
public static final DataTypes DISTANCE
public static final DataTypes DOSAGE
public static final DataTypes ELEMENTDEFINITION
public static final DataTypes EXPRESSION
public static final DataTypes EXTENSION
public static final DataTypes HUMANNAME
public static final DataTypes IDENTIFIER
public static final DataTypes MARKETINGSTATUS
public static final DataTypes META
public static final DataTypes MONEY
public static final DataTypes MONEYQUANTITY
public static final DataTypes NARRATIVE
public static final DataTypes PARAMETERDEFINITION
public static final DataTypes PERIOD
public static final DataTypes POPULATION
public static final DataTypes PRODCHARACTERISTIC
public static final DataTypes PRODUCTSHELFLIFE
public static final DataTypes QUANTITY
public static final DataTypes RANGE
public static final DataTypes RATIO
public static final DataTypes RELATEDARTIFACT
public static final DataTypes SAMPLEDDATA
public static final DataTypes SIGNATURE
public static final DataTypes SIMPLEQUANTITY
public static final DataTypes SUBSTANCEAMOUNT
public static final DataTypes TIMING
public static final DataTypes TRIGGERDEFINITION
public static final DataTypes USAGECONTEXT
public static final DataTypes BASE64BINARY
public static final DataTypes CANONICAL
public static final DataTypes CODE
public static final DataTypes DATE
public static final DataTypes DATETIME
public static final DataTypes ID
public static final DataTypes MARKDOWN
public static final DataTypes POSITIVEINT
public static final DataTypes UNSIGNEDINT
public static final DataTypes XHTML
public static DataTypes[] values()
for (DataTypes c : DataTypes.values()) System.out.println(c);
public static DataTypes 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 DataTypes 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.