Contract

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

Type members

Classlikes

@POJOBoilerplate
class ContentDefinition(val id: Option[String], `type`: CodeableConcept, val subType: Option[CodeableConcept], val extension: LitSeq[Extension], val publisher: Option[Reference], val copyright: Option[Markdown], val publicationDate: Option[FHIRDateTime], val modifierExtension: LitSeq[Extension], val publicationStatus: CONTRACT_PUBLICATIONSTATUS, val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object ContentDefinition extends CompanionFor[ContentDefinition]
Companion:
class
@POJOBoilerplate
class Friendly(val id: Option[String], val extension: LitSeq[Extension], val content: ContentChoice, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Friendly extends CompanionFor[Friendly]
Companion:
class
@POJOBoilerplate
class Legal(val id: Option[String], val extension: LitSeq[Extension], val content: ContentChoice, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Legal extends CompanionFor[Legal]
Companion:
class
@POJOBoilerplate
class Rule(val id: Option[String], val extension: LitSeq[Extension], val content: ContentChoice, val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Rule extends CompanionFor[Rule]
Companion:
class
@POJOBoilerplate
class Signer(val id: Option[String], `type`: Coding, val party: Reference, val extension: LitSeq[Extension], val signature: NonEmptyLitSeq[Signature], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Signer extends CompanionFor[Signer]
Companion:
class
@POJOBoilerplate
class Term(val id: Option[String], `type`: Option[CodeableConcept], val text: Option[String], val group: LitSeq[Term], val issued: Option[FHIRDateTime], val applies: Option[Period], val subType: Option[CodeableConcept], val topic: Option[TopicChoice], val extension: LitSeq[Extension], val identifier: Option[Identifier], val modifierExtension: LitSeq[Extension], val offer: Offer, val securityLabel: LitSeq[SecurityLabel], val action: LitSeq[Action], val asset: LitSeq[Asset], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Term extends CompanionFor[Term]
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 = Contract
override type ResourceType = Contract
type TopicChoice = Choice[UnionCodeableConceptOrReference]

Value members

Concrete methods

def apply(id: Option[String], url: Option[UriStr], meta: Option[Meta], text: Option[Narrative], site: LitSeq[Reference], name: Option[String], `type`: Option[CodeableConcept], title: Option[String], alias: LitSeq[String], scope: Option[CodeableConcept], status: Option[CONTRACT_STATUS], issued: Option[FHIRDateTime], domain: LitSeq[Reference], author: Option[Reference], version: Option[String], applies: Option[Period], subject: LitSeq[Reference], subType: LitSeq[CodeableConcept], language: Option[LANGUAGES], subtitle: Option[String], topic: Option[TopicChoice], contained: LitSeq[Resource], extension: LitSeq[Extension], authority: LitSeq[Reference], identifier: LitSeq[Identifier], legalState: Option[CodeableConcept], implicitRules: Option[UriStr], expirationType: Option[CodeableConcept], supportingInfo: LitSeq[Reference], instantiatesUri: Option[UriStr], relevantHistory: LitSeq[Reference], modifierExtension: LitSeq[Extension], contentDerivative: Option[CodeableConcept], legallyBinding: Option[LegallyBindingChoice], instantiatesCanonical: Option[Reference], rule: LitSeq[Rule], legal: LitSeq[Legal], signer: LitSeq[Signer], friendly: LitSeq[Friendly], contentDefinition: Option[ContentDefinition], term: LitSeq[Term], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Contract
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Contract]
def extractAlias(t: Contract): LitSeq[String]
def extractApplies(t: Contract): Option[Period]
def extractAuthor(t: Contract): Option[Reference]
def extractAuthority(t: Contract): LitSeq[Reference]
def extractContained(t: Contract): LitSeq[Resource]
def extractContentDerivative(t: Contract): Option[CodeableConcept]
def extractDomain(t: Contract): LitSeq[Reference]
def extractExpirationType(t: Contract): Option[CodeableConcept]
def extractExtension(t: Contract): LitSeq[Extension]
def extractId(t: Contract): Option[String]
def extractIdentifier(t: Contract): LitSeq[Identifier]
def extractImplicitRules(t: Contract): Option[UriStr]
def extractInstantiatesCanonical(t: Contract): Option[Reference]
def extractInstantiatesUri(t: Contract): Option[UriStr]
def extractIssued(t: Contract): Option[FHIRDateTime]
def extractLanguage(t: Contract): Option[LANGUAGES]
def extractLegal(t: Contract): LitSeq[Legal]
def extractLegalState(t: Contract): Option[CodeableConcept]
def extractMeta(t: Contract): Option[Meta]
def extractModifierExtension(t: Contract): LitSeq[Extension]
def extractName(t: Contract): Option[String]
def extractRelevantHistory(t: Contract): LitSeq[Reference]
def extractRule(t: Contract): LitSeq[Rule]
def extractScope(t: Contract): Option[CodeableConcept]
def extractSigner(t: Contract): LitSeq[Signer]
def extractSite(t: Contract): LitSeq[Reference]
def extractSubType(t: Contract): LitSeq[CodeableConcept]
def extractSubject(t: Contract): LitSeq[Reference]
def extractSubtitle(t: Contract): Option[String]
def extractSupportingInfo(t: Contract): LitSeq[Reference]
def extractTerm(t: Contract): LitSeq[Term]
def extractText(t: Contract): Option[Narrative]
def extractTitle(t: Contract): Option[String]
def extractType(t: Contract): Option[CodeableConcept]
def extractUrl(t: Contract): Option[UriStr]
def extractVersion(t: Contract): Option[String]
override def fields(t: Contract): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

def cast(t: ResourceType): Try[Contract]
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[Contract]
Inherited from:
CompanionFor
def extract[O](fn: Contract.type => FHIRComponentFieldMeta[O])(t: Contract): 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[Contract]
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 `type`: FHIRComponentFieldMeta[Option[CodeableConcept]]
val alias: FHIRComponentFieldMeta[LitSeq[String]]
val applies: FHIRComponentFieldMeta[Option[Period]]
val author: FHIRComponentFieldMeta[Option[Reference]]
val authority: FHIRComponentFieldMeta[LitSeq[Reference]]
override val baseType: CompanionFor[ResourceType]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val contentDefinition: FHIRComponentFieldMeta[Option[ContentDefinition]]
val contentDerivative: FHIRComponentFieldMeta[Option[CodeableConcept]]
val domain: FHIRComponentFieldMeta[LitSeq[Reference]]
val expirationType: FHIRComponentFieldMeta[Option[CodeableConcept]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val friendly: FHIRComponentFieldMeta[LitSeq[Friendly]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val instantiatesCanonical: FHIRComponentFieldMeta[Option[Reference]]
val instantiatesUri: FHIRComponentFieldMeta[Option[UriStr]]
val issued: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val legalState: FHIRComponentFieldMeta[Option[CodeableConcept]]
val legallyBinding: FHIRComponentFieldMeta[Option[LegallyBindingChoice]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val name: FHIRComponentFieldMeta[Option[String]]
override val parentType: CompanionFor[ParentType]
override val profileUrl: Option[String]
val relevantHistory: FHIRComponentFieldMeta[LitSeq[Reference]]
val rule: FHIRComponentFieldMeta[LitSeq[Rule]]
val scope: FHIRComponentFieldMeta[Option[CodeableConcept]]
override val searchParams: Map[String, Contract => Seq[Any]]
val signer: FHIRComponentFieldMeta[LitSeq[Signer]]
val site: FHIRComponentFieldMeta[LitSeq[Reference]]
val status: FHIRComponentFieldMeta[Option[CONTRACT_STATUS]]
val subType: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val subject: FHIRComponentFieldMeta[LitSeq[Reference]]
val subtitle: FHIRComponentFieldMeta[Option[String]]
val supportingInfo: FHIRComponentFieldMeta[LitSeq[Reference]]
val term: FHIRComponentFieldMeta[LitSeq[Term]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val title: FHIRComponentFieldMeta[Option[String]]
val topic: FHIRComponentFieldMeta[Option[TopicChoice]]
val url: FHIRComponentFieldMeta[Option[UriStr]]
val version: FHIRComponentFieldMeta[Option[String]]

Inherited fields

val classConstructor: Constructor[Contract]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[Contract]
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

implicit def summonObjectAndCompanionContract743230471(o: Contract): ObjectAndCompanion[Contract, Contract.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