Enum Enumerations.DataType

java.lang.Object
java.lang.Enum<Enumerations.DataType>
org.hl7.fhir.r4.model.Enumerations.DataType
All Implemented Interfaces:
Serializable, Comparable<Enumerations.DataType>
Enclosing class:
Enumerations

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    An address expressed using postal conventions (as opposed to GPS or other location definition formats).
    A duration of time during which an organism (or a process) has existed.
    A text note which also contains information about who made the statement and when.
    For referring to data content defined in other formats.
    Base definition for all elements that are defined inside a resource - but not those in a data type.
    A stream of bytes
    Value of "true" or "false"
    A URI that is a reference to a canonical URL on a FHIR resource
    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
    A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
    A reference to a code defined by a terminology system.
    Specifies contact information for a person or organization.
    Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
    A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
    A measured amount (or an amount that can potentially be measured).
    Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.
    A date or partial date (e.g.
    A date, date-time or partial date (e.g.
    A rational number with implicit precision
    A length - a value with a unit that is a physical distance.
    Indicates how the medication is/was taken or should be taken by the patient.
    A length of time.
    Base definition for all elements in a resource.
    Captures constraints on each element within the resource, profile, or extension.
    A expression that is evaluated in a specified context and returns a value.
    Optional Extension Element - found in all resources.
    A human's name with the ability to identify parts and usage.
    Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters.
    An identifier - identifies some entity uniquely and unambiguously.
    An instant in time - known at least to the second
    A whole number
    A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine
    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.
    The metadata about a resource.
    An amount of economic utility in some recognized currency.
    null
    A human-readable summary of the resource conveying the essential clinical and business information for the resource.
    added to help the parsers
    An OID represented as a URI
    The parameters to the module.
    A time period defined by a start and end date and optionally time.
    A populatioof people with some set of grouping criteria.
    An integer with a value that is positive (e.g.
    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.
    The shelf-life and storage information for a medicinal product item or container can be described using this class.
    A measured amount (or an amount that can potentially be measured).
    A set of ordered Quantities defined by a low and high limit.
    A relationship of two Quantity values - expressed as a numerator and a denominator.
    A reference from one resource to another.
    Related artifacts such as additional documentation, justification, or bibliographic references.
    A series of measurements taken by a device, with upper and lower limits.
    A signature along with supporting context.
    null
    A sequence of Unicode characters
    Chemical substances are a single substance type whose primary defining element is the molecular structure.
    A time during the day, with no date specified
    Specifies an event that may occur multiple times.
    A description of a triggering event.
    An integer with a value that is not negative (e.g.
    String of characters used to identify a name or a resource
    A URI that is a literal reference
    Specifies clinical/business/etc.
    A UUID, represented as a URI
    XHTML format, as defined by W3C, but restricted usage (mainly, no active content)
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ADDRESS

      public static final Enumerations.DataType 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 which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.
    • AGE

      public static final Enumerations.DataType AGE
      A duration of time during which an organism (or a process) has existed.
    • ANNOTATION

      public static final Enumerations.DataType ANNOTATION
      A text note which also contains information about who made the statement and when.
    • ATTACHMENT

      public static final Enumerations.DataType 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.
    • CODEABLECONCEPT

      A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
    • CODING

      public static final Enumerations.DataType CODING
      A reference to a code defined by a terminology system.
    • CONTACTDETAIL

      public static final Enumerations.DataType CONTACTDETAIL
      Specifies contact information for a person or organization.
    • CONTACTPOINT

      public static final Enumerations.DataType CONTACTPOINT
      Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
    • CONTRIBUTOR

      public static final Enumerations.DataType CONTRIBUTOR
      A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
    • COUNT

      public static final Enumerations.DataType COUNT
      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.
    • 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.
    • DISTANCE

      public static final Enumerations.DataType DISTANCE
      A length - a value with a unit that is a physical distance.
    • DOSAGE

      public static final Enumerations.DataType DOSAGE
      Indicates how the medication is/was taken or should be taken by the patient.
    • DURATION

      public static final Enumerations.DataType DURATION
      A length of time.
    • ELEMENT

      public static final Enumerations.DataType ELEMENT
      Base definition for all elements in a resource.
    • ELEMENTDEFINITION

      Captures constraints on each element within the resource, profile, or extension.
    • EXPRESSION

      public static final Enumerations.DataType EXPRESSION
      A expression that is evaluated in a specified context and returns a value. The context of use of the expression must specify the context in which the expression is evaluated, and how the result of the expression is used.
    • EXTENSION

      public static final Enumerations.DataType EXTENSION
      Optional Extension Element - found in all resources.
    • HUMANNAME

      public static final Enumerations.DataType HUMANNAME
      A human's name with the ability to identify parts and usage.
    • IDENTIFIER

      public static final Enumerations.DataType IDENTIFIER
      An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.
    • 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

      public static final Enumerations.DataType META
      The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
    • MONEY

      public static final Enumerations.DataType MONEY
      An amount of economic utility in some recognized currency.
    • MONEYQUANTITY

      public static final Enumerations.DataType MONEYQUANTITY
      null
    • NARRATIVE

      public static final Enumerations.DataType NARRATIVE
      A human-readable summary of the resource conveying the essential clinical and business information for the resource.
    • 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 Enumerations.DataType PERIOD
      A time period defined by a start and end date and optionally time.
    • POPULATION

      public static final Enumerations.DataType POPULATION
      A populatioof people with some set of grouping criteria.
    • 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

      public static final Enumerations.DataType 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 Enumerations.DataType RANGE
      A set of ordered Quantities defined by a low and high limit.
    • RATIO

      public static final Enumerations.DataType RATIO
      A relationship of two Quantity values - expressed as a numerator and a denominator.
    • REFERENCE

      public static final Enumerations.DataType REFERENCE
      A reference from one resource to another.
    • RELATEDARTIFACT

      Related artifacts such as additional documentation, justification, or bibliographic references.
    • SAMPLEDDATA

      public static final Enumerations.DataType 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 Enumerations.DataType SIGNATURE
      A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.
    • SIMPLEQUANTITY

      null
    • SUBSTANCEAMOUNT

      Chemical substances are a single substance type whose primary defining element is the molecular structure. Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID.
    • TIMING

      public static final Enumerations.DataType TIMING
      Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, 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, and may be used for reporting the schedule to which past regular activities were carried out.
    • TRIGGERDEFINITION

      A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.
    • USAGECONTEXT

      public static final Enumerations.DataType USAGECONTEXT
      Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).
    • BASE64BINARY

      public static final Enumerations.DataType BASE64BINARY
      A stream of bytes
    • BOOLEAN

      public static final Enumerations.DataType BOOLEAN
      Value of "true" or "false"
    • CANONICAL

      public static final Enumerations.DataType CANONICAL
      A URI that is a reference to a canonical URL on a FHIR resource
    • CODE

      public static final Enumerations.DataType 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 Enumerations.DataType 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 Enumerations.DataType 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.
    • DECIMAL

      public static final Enumerations.DataType DECIMAL
      A rational number with implicit precision
    • ID

      public static final Enumerations.DataType 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.
    • INSTANT

      public static final Enumerations.DataType INSTANT
      An instant in time - known at least to the second
    • INTEGER

      public static final Enumerations.DataType INTEGER
      A whole number
    • MARKDOWN

      public static final Enumerations.DataType MARKDOWN
      A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine
    • OID

      public static final Enumerations.DataType OID
      An OID represented as a URI
    • POSITIVEINT

      public static final Enumerations.DataType POSITIVEINT
      An integer with a value that is positive (e.g. >0)
    • STRING

      public static final Enumerations.DataType STRING
      A sequence of Unicode characters
    • TIME

      public static final Enumerations.DataType TIME
      A time during the day, with no date specified
    • UNSIGNEDINT

      public static final Enumerations.DataType UNSIGNEDINT
      An integer with a value that is not negative (e.g. >= 0)
    • URI

      public static final Enumerations.DataType URI
      String of characters used to identify a name or a resource
    • URL

      public static final Enumerations.DataType URL
      A URI that is a literal reference
    • UUID

      public static final Enumerations.DataType UUID
      A UUID, represented as a URI
    • XHTML

      public static final Enumerations.DataType XHTML
      XHTML format, as defined by W3C, but restricted usage (mainly, no active content)
    • NULL

      public static final Enumerations.DataType NULL
      added to help the parsers
  • Method Details

    • values

      public static Enumerations.DataType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Enumerations.DataType 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 name
      NullPointerException - if the argument is null
    • fromCode

      public static Enumerations.DataType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()