Packages

object R4DataTypeMappings

Companion object for R4DataTypeMappings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R4DataTypeMappings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def isValidOpenElementType(cls: Class[_ <: IBase]): Boolean

    Checks if the given class is a valid type for open elements types as defined in: https://build.fhir.org/datatypes.html#open.

    Checks if the given class is a valid type for open elements types as defined in: https://build.fhir.org/datatypes.html#open. Note: this is needed because the HAPI implementation of open type element ca.uhn.fhir.context.RuntimeChildAny#getValidChildTypes returns types not included in the specification such as org.hl7.fhir.r4.model.ElementDefinition.

    cls

    the class of the type to checks.

    returns

    true is given type is a valid open element type.