Coding

object Coding extends CompanionFor[Coding]
Companion
class
trait Utils
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit
class RichCursor(cursor: ACursor)
Inherited from
JsonDecoderHelpers
implicit
class RichSeqT[T](val s1: Seq[T])
Inherited from
OptionSugar
implicit
class RichT[T](val t: T)
Inherited from
OptionSugar

Types

override
override

Value members

Concrete methods

def apply(id: Option[String], code: Option[Code], system: Option[UriStr], version: Option[String], display: Option[String], extension: LitSeq[Extension], userSelected: Option[Boolean], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Coding
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Coding]
def extractCode(t: Coding): Option[Code]
def extractDisplay(t: Coding): Option[String]
def extractId(t: Coding): Option[String]
def extractSystem(t: Coding): Option[UriStr]
def extractUserSelected(t: Coding): Option[Boolean]
def extractVersion(t: Coding): Option[String]
override
Definition Classes
override
Definition Classes
def unapply(o: Coding): Option[(Option[String], Option[Code], Option[UriStr], Option[String], Option[String], LitSeq[Extension], Option[Boolean])]

Inherited methods

def cast(t: ResourceType): Try[Coding]
Inherited from
CompanionFor
def checkUnknownFields(cursor: HCursor, keys: Set[String], keyPrefixes: Seq[Set[String]])(implicit decoderParams: DecoderParams): Try[Unit]
Inherited from
CompanionFor
def companionClassName[T](tag: LTag[T]): String
Inherited from
Utils
def companionOf[T <: FHIRObject : ClassTag](implicit evidence$1: ClassTag[T], tag: LTag[T]): CompanionFor[T]
Inherited from
Utils
def decodeAttributes(cursor: HCursor)(implicit params: DecoderParams): TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]
Inherited from
CompanionFor
def decodeMethodFor[T <: FHIRObject : ClassTag](implicit evidence$2: ClassTag[T], tag: LTag[T], params: DecoderParams): HCursor => Try[T]
Inherited from
Utils
def decoder(implicit params: DecoderParams): Decoder[Coding]
Inherited from
CompanionFor
def extract[O](fn: Coding => FHIRComponentFieldMeta[O])(t: Coding): O
Inherited from
CompanionFor
def isSubTypeOf(other: CompanionFor[_]): Boolean
Inherited from
CompanionFor
protected
def otherMetas: Set[String]
Inherited from
CompanionFor
def parameterisedDecode(x: HCursor, params: DecoderParams): Try[Coding]
Inherited from
CompanionFor
protected
def refMetas: Seq[Set[String]]
Inherited from
CompanionFor
def tryDecode[T](fn: => T, c: HCursor): Either[DecodingFailure, T]
Inherited from
BaseFieldDecoders

Concrete fields

val display: FHIRComponentFieldMeta[Option[String]]
val id: FHIRComponentFieldMeta[Option[String]]
override
val profileUrl: Option[String]
override
val thisName: String
val userSelected: FHIRComponentFieldMeta[Option[Boolean]]
val version: FHIRComponentFieldMeta[Option[String]]

Inherited fields

val classConstructor: Constructor[Coding]
Inherited from
CompanionFor
val searchParams: Map[String, Coding => Seq[Any]]
Inherited from
CompanionFor
val thisClassTag: ClassTag[Coding]
Inherited from
CompanionFor
val thisTypeTag: LTag[Coding]
Inherited from
CompanionFor
val yearsAndMonths: Regex
Inherited from
BaseFieldDecoders
Inherited from
BaseFieldDecoders
val yearsOnly: Regex
Inherited from
BaseFieldDecoders

Implicits

Inherited implicits

final implicit
def RichCursor(cursor: ACursor): RichCursor
Inherited from
JsonDecoderHelpers
final implicit
def RichSeqT[T](s1: Seq[T]): RichSeqT[T]
Inherited from
OptionSugar
final implicit
def RichT[T](t: T): RichT[T]
Inherited from
OptionSugar
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
val codeDecoder: Decoder[Code]
Inherited from
BaseFieldDecoders
implicit
val codeEncoder: Encoder[Code]
Inherited from
BaseFieldDecoders
implicit
def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]
Inherited from
BaseFieldDecoders
implicit
val decodeFHIRDate: Decoder[FHIRDate]
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
def decodeLitSeq[T](implicit decoder: Decoder[T]): Decoder[LitSeq[T]]
Inherited from
BaseFieldDecoders
implicit
def decodeNonEmptyLitSeq[T](implicit decoder: Decoder[LitSeq[T]]): Decoder[NonEmptyLitSeq[T]]
Inherited from
BaseFieldDecoders
implicit
val decodeZonedDateTime: Decoder[ZonedDateTime]
Inherited from
BaseFieldDecoders
implicit
def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]
Inherited from
BaseFieldDecoders
implicit
def encodeLitSeq[T](implicit encoder: Encoder[T]): Encoder[LitSeq[T]]
Inherited from
BaseFieldDecoders
implicit
val encodeZonedDateTime: Encoder[ZonedDateTime]
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
val idDecoder: Decoder[Id]
Inherited from
BaseFieldDecoders
implicit
val idEncoder: Encoder[Id]
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
val oidDecoder: Decoder[OID]
Inherited from
BaseFieldDecoders
implicit
val oidEncoder: Encoder[OID]
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
Inherited from
BaseFieldDecoders
implicit
val uriDecoder: Decoder[UriStr]
Inherited from
BaseFieldDecoders
implicit
val uriEncoder: Encoder[UriStr]
Inherited from
BaseFieldDecoders
implicit
val urlDecoder: Decoder[UrlStr]
Inherited from
BaseFieldDecoders
implicit
val urlEncoder: Encoder[UrlStr]
Inherited from
BaseFieldDecoders
implicit
val xhtmlDecoder: Decoder[XHTML]
Inherited from
BaseFieldDecoders
implicit
val xhtmlEncoder: Encoder[XHTML]
Inherited from
BaseFieldDecoders