fhir_primitives library
Classes
Extensions
Constants
Properties
- dateExp → RegExp
-
For reference purposes from the FHIR spec
final
- dateTimeExp → RegExp
-
DateTime
final
- instantExp → RegExp
-
Instant
final
Functions
-
formatDateTimeString<
T> (String dateTimeString) → Map< String, num?> -
generateNewUUidFhirId(
) → FhirId - returns the same resource with a new ID (even if there is already an ID present)
-
generateNewUuidString(
) → String -
precisionFromDateTimeString(
String inValue) → FhirDateTimePrecision -
precisionFromMap(
Map< String, num?> map) → FhirDateTimePrecision -
stringToTimeZoneOffset(
String? offset) → double? -
timeZoneOffsetToString(
double? offset) → String