AbstractAbstractfhirthe FHIR type defined in the FHIR standard
Abstractistrue if the instance is empty; false otherwise
AbstractcopyCreates a copy of the current instance.
the a new instance copied from the current instance
Abstracttothe JSON value
true if and only if the data model has required fields (min cardinality > 0)
and at least one of those required fields in the instance is empty; false otherwise
true if the instance is a FHIR resource; false otherwise
true if the instance is a FHIR complex or primitive datatype; false otherwise
true if the instance is a FHIR complex datatype; false otherwise
true if the instance is a FHIR primitive datatype; false otherwise
true if the instance is a FHIR primitive boolean datatype; false otherwise
true if the instance is a FHIR primitive string-based datatype; false otherwise
true if the instance is a FHIR primitive number-based datatype; false otherwise
true if the instance is a FHIR primitive bigint-based datatype; false otherwise
true if the instance is a FHIR primitive datetime-based datatype; false otherwise
Protected AbstractcopyProtectedCopies the current instance's elements into the provided object.
the copied instance
Abstract Base Class
Remarks
Base Type: Base definition for all types defined in FHIR type system.
The Base type that all other types specialize. This type has no properties or constraints. This class contains abstract methods useful to all FHIR classes.
FHIR Specification
See
FHIR Base