Task

object Task extends CompanionFor[Task]
Companion:
class
class CompanionFor[Task]
trait OptionSugar
trait JsonDecoderHelpers
trait BaseFieldDecoders
trait Utils
class Object
trait Matchable
class Any
Task.type

Type members

Classlikes

@POJOBoilerplate
class Input(val id: Option[String], `type`: CodeableConcept, val value: ValueChoice, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Input extends CompanionFor[Input]
Companion:
class
@POJOBoilerplate
class Output(val id: Option[String], `type`: CodeableConcept, val value: ValueChoice, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Output extends CompanionFor[Output]
Companion:
class
@POJOBoilerplate
class Restriction(val id: Option[String], val period: Option[Period], val extension: LitSeq[Extension], val recipient: LitSeq[Reference], val repetitions: Option[PositiveInt], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Restriction extends CompanionFor[Restriction]
Companion:
class

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 type ParentType = Task
override type ResourceType = Task

Value members

Concrete methods

def apply(id: Option[String], `for`: Option[Reference], meta: Option[Meta], text: Option[Narrative], code: Option[CodeableConcept], note: LitSeq[Annotation], focus: Option[Reference], owner: Option[Reference], partOf: LitSeq[Reference], status: TASK_STATUS, intent: TASK_INTENT, basedOn: LitSeq[Reference], language: Option[LANGUAGES], priority: Option[REQUEST_PRIORITY], location: Option[Reference], contained: LitSeq[Resource], extension: LitSeq[Extension], encounter: Option[Reference], requester: Option[Reference], insurance: LitSeq[Reference], identifier: LitSeq[Identifier], authoredOn: Option[FHIRDateTime], reasonCode: Option[CodeableConcept], description: Option[String], statusReason: Option[CodeableConcept], lastModified: Option[FHIRDateTime], implicitRules: Option[UriStr], performerType: LitSeq[CodeableConcept], businessStatus: Option[CodeableConcept], instantiatesUri: Option[UriStr], groupIdentifier: Option[Identifier], executionPeriod: Option[Period], reasonReference: Option[Reference], relevantHistory: LitSeq[Reference], modifierExtension: LitSeq[Extension], instantiatesCanonical: Option[Canonical], input: LitSeq[Input], output: LitSeq[Output], restriction: Option[Restriction], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Task
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Task]
def extractAuthoredOn(t: Task): Option[FHIRDateTime]
def extractBasedOn(t: Task): LitSeq[Reference]
def extractBusinessStatus(t: Task): Option[CodeableConcept]
def extractCode(t: Task): Option[CodeableConcept]
def extractContained(t: Task): LitSeq[Resource]
def extractDescription(t: Task): Option[String]
def extractEncounter(t: Task): Option[Reference]
def extractExecutionPeriod(t: Task): Option[Period]
def extractExtension(t: Task): LitSeq[Extension]
def extractFocus(t: Task): Option[Reference]
def extractFor(t: Task): Option[Reference]
def extractGroupIdentifier(t: Task): Option[Identifier]
def extractId(t: Task): Option[String]
def extractIdentifier(t: Task): LitSeq[Identifier]
def extractImplicitRules(t: Task): Option[UriStr]
def extractInput(t: Task): LitSeq[Input]
def extractInstantiatesCanonical(t: Task): Option[Canonical]
def extractInstantiatesUri(t: Task): Option[UriStr]
def extractInsurance(t: Task): LitSeq[Reference]
def extractLanguage(t: Task): Option[LANGUAGES]
def extractLastModified(t: Task): Option[FHIRDateTime]
def extractLocation(t: Task): Option[Reference]
def extractMeta(t: Task): Option[Meta]
def extractModifierExtension(t: Task): LitSeq[Extension]
def extractNote(t: Task): LitSeq[Annotation]
def extractOutput(t: Task): LitSeq[Output]
def extractOwner(t: Task): Option[Reference]
def extractPartOf(t: Task): LitSeq[Reference]
def extractPerformerType(t: Task): LitSeq[CodeableConcept]
def extractReasonCode(t: Task): Option[CodeableConcept]
def extractReasonReference(t: Task): Option[Reference]
def extractRelevantHistory(t: Task): LitSeq[Reference]
def extractRequester(t: Task): Option[Reference]
def extractStatusReason(t: Task): Option[CodeableConcept]
def extractText(t: Task): Option[Narrative]
override def fields(t: Task): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[Task]
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[Task]
Inherited from:
CompanionFor
def extract[O](fn: Task.type => FHIRComponentFieldMeta[O])(t: Task): 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[Task]
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 `for`: FHIRComponentFieldMeta[Option[Reference]]
val authoredOn: FHIRComponentFieldMeta[Option[FHIRDateTime]]
override val baseType: CompanionFor[ResourceType]
val basedOn: FHIRComponentFieldMeta[LitSeq[Reference]]
val businessStatus: FHIRComponentFieldMeta[Option[CodeableConcept]]
val code: FHIRComponentFieldMeta[Option[CodeableConcept]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val description: FHIRComponentFieldMeta[Option[String]]
val encounter: FHIRComponentFieldMeta[Option[Reference]]
val executionPeriod: FHIRComponentFieldMeta[Option[Period]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val focus: FHIRComponentFieldMeta[Option[Reference]]
val groupIdentifier: FHIRComponentFieldMeta[Option[Identifier]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val input: FHIRComponentFieldMeta[LitSeq[Input]]
val instantiatesCanonical: FHIRComponentFieldMeta[Option[Canonical]]
val instantiatesUri: FHIRComponentFieldMeta[Option[UriStr]]
val insurance: FHIRComponentFieldMeta[LitSeq[Reference]]
val intent: FHIRComponentFieldMeta[TASK_INTENT]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val lastModified: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val location: FHIRComponentFieldMeta[Option[Reference]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val output: FHIRComponentFieldMeta[LitSeq[Output]]
val owner: FHIRComponentFieldMeta[Option[Reference]]
override val parentType: CompanionFor[ParentType]
val partOf: FHIRComponentFieldMeta[LitSeq[Reference]]
val performerType: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val priority: FHIRComponentFieldMeta[Option[REQUEST_PRIORITY]]
override val profileUrl: Option[String]
val reasonCode: FHIRComponentFieldMeta[Option[CodeableConcept]]
val reasonReference: FHIRComponentFieldMeta[Option[Reference]]
val relevantHistory: FHIRComponentFieldMeta[LitSeq[Reference]]
val requester: FHIRComponentFieldMeta[Option[Reference]]
val restriction: FHIRComponentFieldMeta[Option[Restriction]]
override val searchParams: Map[String, Task => Seq[Any]]
val status: FHIRComponentFieldMeta[TASK_STATUS]
val statusReason: FHIRComponentFieldMeta[Option[CodeableConcept]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String

Inherited fields

val classConstructor: Constructor[Task]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[Task]
Inherited from:
CompanionFor
val thisTypeTag: LTag[Task]
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

implicit def summonObjectAndCompanionTask_2065452294(o: Task): ObjectAndCompanion[Task, Task.type]

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 val base64BinaryDecoder: Decoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val base64BinaryEncoder: Encoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val canonicalDecoder: Decoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val canonicalEncoder: Encoder[Canonical]
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 val decodeFHIRDateTime: Decoder[FHIRDateTime]
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 val encoderFHIRDate: Encoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDateTime: Encoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit val idDecoder: Decoder[Id]
Inherited from:
BaseFieldDecoders
implicit val idEncoder: Encoder[Id]
Inherited from:
BaseFieldDecoders
implicit val markdownDecoder: Decoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val markdownEncoder: Encoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val oidDecoder: Decoder[OID]
Inherited from:
BaseFieldDecoders
implicit val oidEncoder: Encoder[OID]
Inherited from:
BaseFieldDecoders
implicit val positiveIntDecoder: Decoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val positiveIntEncoder: Encoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntDecoder: Decoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntEncoder: Encoder[UnsignedInt]
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