ClaimResponse

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

Type members

Classlikes

@POJOBoilerplate
class AddItem(val id: Option[String], val net: Option[Money], val factor: Option[BigDecimal], val subSite: LitSeq[CodeableConcept], val provider: LitSeq[Reference], val modifier: LitSeq[CodeableConcept], val quantity: Option[Quantity], val bodySite: Option[CodeableConcept], val extension: LitSeq[Extension], val unitPrice: Option[Money], val noteNumber: LitSeq[PositiveInt], val programCode: LitSeq[CodeableConcept], val serviced: Option[ServicedChoice], val location: Option[LocationChoice], val itemSequence: LitSeq[PositiveInt], val adjudication: NonEmptyLitSeq[Adjudication], val detailSequence: LitSeq[PositiveInt], val productOrService: CodeableConcept, val modifierExtension: LitSeq[Extension], val subdetailSequence: LitSeq[PositiveInt], val detail: LitSeq[Detail], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object AddItem extends CompanionFor[AddItem]
Companion:
class
@POJOBoilerplate
class Error(val id: Option[String], val code: CodeableConcept, val extension: LitSeq[Extension], val itemSequence: Option[PositiveInt], val detailSequence: Option[PositiveInt], val modifierExtension: LitSeq[Extension], val subDetailSequence: Option[PositiveInt], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Error extends CompanionFor[Error]
Companion:
class
@POJOBoilerplate
class Insurance(val id: Option[String], val focal: Boolean, val sequence: PositiveInt, val coverage: Reference, val extension: LitSeq[Extension], val claimResponse: Option[Reference], val modifierExtension: LitSeq[Extension], val businessArrangement: Option[String], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Insurance extends CompanionFor[Insurance]
Companion:
class
@POJOBoilerplate
class Item(val id: Option[String], val extension: LitSeq[Extension], val noteNumber: LitSeq[PositiveInt], val itemSequence: PositiveInt, val modifierExtension: LitSeq[Extension], val adjudication: NonEmptyLitSeq[Adjudication], val detail: LitSeq[Detail], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Item extends CompanionFor[Item]
Companion:
class
@POJOBoilerplate
class Payment(val id: Option[String], `type`: CodeableConcept, val date: Option[FHIRDate], val amount: Money, val extension: LitSeq[Extension], val adjustment: Option[Money], val identifier: Option[Identifier], val adjustmentReason: Option[CodeableConcept], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Payment extends CompanionFor[Payment]
Companion:
class
@POJOBoilerplate
class ProcessNote(val id: Option[String], `type`: Option[NOTE_TYPE], val text: String, val number: Option[PositiveInt], val language: Option[CodeableConcept], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object ProcessNote extends CompanionFor[ProcessNote]
Companion:
class
@POJOBoilerplate
class Total(val id: Option[String], val amount: Money, val category: CodeableConcept, val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Total extends CompanionFor[Total]
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 = ClaimResponse
override type ResourceType = ClaimResponse

Value members

Concrete methods

def apply(id: Option[String], use: CLAIM_USE, meta: Option[Meta], text: Option[Narrative], `type`: CodeableConcept, form: Option[Attachment], status: FM_STATUS, subType: Option[CodeableConcept], patient: Reference, created: FHIRDateTime, insurer: Reference, request: Option[Reference], outcome: REMITTANCE_OUTCOME, language: Option[LANGUAGES], formCode: Option[CodeableConcept], contained: LitSeq[Resource], extension: LitSeq[Extension], requestor: Option[Reference], payeeType: Option[CodeableConcept], identifier: LitSeq[Identifier], preAuthRef: Option[String], disposition: Option[String], adjudication: LitSeq[Adjudication], fundsReserve: Option[CodeableConcept], implicitRules: Option[UriStr], preAuthPeriod: Option[Period], modifierExtension: LitSeq[Extension], communicationRequest: LitSeq[Reference], total: LitSeq[Total], error: LitSeq[Error], payment: Option[Payment], processNote: LitSeq[ProcessNote], insurance: LitSeq[Insurance], item: LitSeq[Item], addItem: LitSeq[AddItem], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): ClaimResponse
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[ClaimResponse]
def extractCommunicationRequest(t: ClaimResponse): LitSeq[Reference]
def extractContained(t: ClaimResponse): LitSeq[Resource]
def extractCreated(t: ClaimResponse): FHIRDateTime
def extractDisposition(t: ClaimResponse): Option[String]
def extractExtension(t: ClaimResponse): LitSeq[Extension]
def extractForm(t: ClaimResponse): Option[Attachment]
def extractFormCode(t: ClaimResponse): Option[CodeableConcept]
def extractFundsReserve(t: ClaimResponse): Option[CodeableConcept]
def extractId(t: ClaimResponse): Option[String]
def extractIdentifier(t: ClaimResponse): LitSeq[Identifier]
def extractImplicitRules(t: ClaimResponse): Option[UriStr]
def extractInsurer(t: ClaimResponse): Reference
def extractItem(t: ClaimResponse): LitSeq[Item]
def extractLanguage(t: ClaimResponse): Option[LANGUAGES]
def extractMeta(t: ClaimResponse): Option[Meta]
def extractModifierExtension(t: ClaimResponse): LitSeq[Extension]
def extractPatient(t: ClaimResponse): Reference
def extractPayeeType(t: ClaimResponse): Option[CodeableConcept]
def extractPreAuthPeriod(t: ClaimResponse): Option[Period]
def extractPreAuthRef(t: ClaimResponse): Option[String]
def extractRequest(t: ClaimResponse): Option[Reference]
def extractRequestor(t: ClaimResponse): Option[Reference]
def extractSubType(t: ClaimResponse): Option[CodeableConcept]
def extractType(t: ClaimResponse): CodeableConcept
override def fields(t: ClaimResponse): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

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[ClaimResponse]
Inherited from:
CompanionFor
def extract[O](fn: ClaimResponse.type => FHIRComponentFieldMeta[O])(t: ClaimResponse): 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[ClaimResponse]
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[CodeableConcept]
val addItem: FHIRComponentFieldMeta[LitSeq[AddItem]]
val adjudication: FHIRComponentFieldMeta[LitSeq[Adjudication]]
override val baseType: CompanionFor[ResourceType]
val communicationRequest: FHIRComponentFieldMeta[LitSeq[Reference]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val created: FHIRComponentFieldMeta[FHIRDateTime]
val disposition: FHIRComponentFieldMeta[Option[String]]
val error: FHIRComponentFieldMeta[LitSeq[Error]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val form: FHIRComponentFieldMeta[Option[Attachment]]
val formCode: FHIRComponentFieldMeta[Option[CodeableConcept]]
val fundsReserve: FHIRComponentFieldMeta[Option[CodeableConcept]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val insurance: FHIRComponentFieldMeta[LitSeq[Insurance]]
val insurer: FHIRComponentFieldMeta[Reference]
val item: FHIRComponentFieldMeta[LitSeq[Item]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val outcome: FHIRComponentFieldMeta[REMITTANCE_OUTCOME]
override val parentType: CompanionFor[ParentType]
val patient: FHIRComponentFieldMeta[Reference]
val payeeType: FHIRComponentFieldMeta[Option[CodeableConcept]]
val payment: FHIRComponentFieldMeta[Option[Payment]]
val preAuthPeriod: FHIRComponentFieldMeta[Option[Period]]
val preAuthRef: FHIRComponentFieldMeta[Option[String]]
val processNote: FHIRComponentFieldMeta[LitSeq[ProcessNote]]
override val profileUrl: Option[String]
val request: FHIRComponentFieldMeta[Option[Reference]]
val requestor: FHIRComponentFieldMeta[Option[Reference]]
override val searchParams: Map[String, ClaimResponse => Seq[Any]]
val status: FHIRComponentFieldMeta[FM_STATUS]
val subType: FHIRComponentFieldMeta[Option[CodeableConcept]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val total: FHIRComponentFieldMeta[LitSeq[Total]]
val use: FHIRComponentFieldMeta[CLAIM_USE]

Inherited fields

Inherited from:
CompanionFor
Inherited from:
CompanionFor
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 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