Claim
No description
type Claim implements IDomainResource, IResource {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
status: code
_status: ElementBase
type: CodeableConcept!
subType: CodeableConcept
use: code
_use: ElementBase
patient: Reference!
billablePeriod: Period
created: dateTime
_created: ElementBase
enterer: Reference
insurer: Reference
provider: Reference!
priority: CodeableConcept!
fundsReserve: CodeableConcept
related: [ClaimRelated]
prescription: Reference
originalPrescription: Reference
payee: ClaimPayee
referral: Reference
facility: Reference
careTeam: [ClaimCareTeam]
supportingInfo: [ClaimSupportingInfo]
diagnosis: [ClaimDiagnosis]
procedure: [ClaimProcedure]
insurance: [ClaimInsurance]!
accident: ClaimAccident
item: [ClaimItem]
total: Money
}
Fields
Claim.id ● String scalar
Claim.meta ● Meta object
Claim.implicitRules ● uri scalar
Claim._implicitRules ● ElementBase object
Claim.language ● code scalar
Claim._language ● ElementBase object
Claim.text ● Narrative object
Claim.contained ● [Resource] list object
Claim.extension ● [Extension] list object
Claim.modifierExtension ● [Extension] list object
Claim.identifier ● [Identifier] list object
Claim.status ● code scalar
Claim._status ● ElementBase object
Claim.type ● CodeableConcept! non-null object
Claim.subType ● CodeableConcept object
Claim.use ● code scalar
Claim._use ● ElementBase object
Claim.patient ● Reference! non-null object
Claim.billablePeriod ● Period object
Claim.created ● dateTime scalar
Claim._created ● ElementBase object
Claim.enterer ● Reference object
Claim.insurer ● Reference object
Claim.provider ● Reference! non-null object
Claim.priority ● CodeableConcept! non-null object
Claim.fundsReserve ● CodeableConcept object
Claim.related ● [ClaimRelated] list object
Claim.prescription ● Reference object
Claim.originalPrescription ● Reference object
Claim.payee ● ClaimPayee object
Claim.referral ● Reference object
Claim.facility ● Reference object
Claim.careTeam ● [ClaimCareTeam] list object
Claim.supportingInfo ● [ClaimSupportingInfo] list object
Claim.diagnosis ● [ClaimDiagnosis] list object
Claim.procedure ● [ClaimProcedure] list object
Claim.insurance ● [ClaimInsurance]! non-null object
Claim.accident ● ClaimAccident object
Claim.item ● [ClaimItem] list object
Claim.total ● Money object
Interfaces
IDomainResource interface
IResource interface
Returned By
Member Of
ClaimEdge object ● ClaimListType object ● ClaimReadType object