| Package | Description |
|---|---|
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64BinaryType
Primitive type "base64Binary" in FHIR: a sequence of bytes represented in base64
|
class |
BaseDateTimeType |
class |
BooleanType
Primitive type "boolean" in FHIR "true" or "false"
|
class |
CanonicalType
Primitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
class |
CodeType
Primitive type "code" in FHIR, when not bound to an enumerated list of codes
|
class |
DateTimeType
Represents a FHIR dateTime datatype.
|
class |
DateType
Represents a FHIR date datatype.
|
class |
DecimalType
Primitive type "decimal" in FHIR: A rational number
|
class |
Enumeration<T extends Enum<?>>
Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible values
|
class |
IdType
This class represents the logical identity for a resource, or as much of that
identity is known.
|
class |
InstantType
Represents a FHIR instant datatype.
|
class |
IntegerType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
MarkdownType
Primitive type "code" in FHIR, when not bound to an enumerated list of codes
|
class |
OidType
Primitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
class |
PositiveIntType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
SidType |
class |
StringType
Primitive type "string" in FHIR - any sequence of unicode characters less than 1MB in length
|
class |
TimeType
Represents a Time datatype, per the FHIR specification.
|
class |
UnsignedIntType
Primitive type "integer" in FHIR: A signed 32-bit integer
|
class |
UriType
Primitive type "uri" in FHIR: any valid URI.
|
class |
UrlType
Primitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...
|
class |
UuidType |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType<T> |
PrimitiveType.setValue(T theValue) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Base.compareValues(PrimitiveType e1,
PrimitiveType e2,
boolean allowNull) |
static boolean |
Base.compareValues(PrimitiveType e1,
PrimitiveType e2,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Base.compareValues(List<? extends PrimitiveType> e1,
List<? extends PrimitiveType> e2,
boolean allowNull) |
static boolean |
Base.compareValues(List<? extends PrimitiveType> e1,
List<? extends PrimitiveType> e2,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveType<Type> |
ToolingExtensions.readPrimitiveExtension(DomainResource c,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
TranslatingUtilities.gt(PrimitiveType value) |
String |
TranslatingUtilities.TranslationServices.gt(PrimitiveType value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.