Uses of Class
org.hl7.fhir.r5.model.Claim
-
Uses of Claim in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Claim
JsonParser.parseClaim
(com.google.gson.JsonObject json) protected Claim
XmlParser.parseClaim
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeClaim
(String name, Claim element) protected void
RdfParser.composeClaim
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim element, int index) protected void
XmlParser.composeClaim
(String name, Claim element) protected void
XmlParser.composeClaimElements
(Claim element) protected void
JsonParser.composeClaimProperties
(Claim element) protected boolean
XmlParser.parseClaimContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim res) protected void
JsonParser.parseClaimProperties
(com.google.gson.JsonObject json, Claim res) -
Uses of Claim in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionClaim.addCareTeam
(Claim.CareTeamComponent t) Claim.addDiagnosis
(Claim.DiagnosisComponent t) Claim.addEncounter
(Reference t) Claim.addEvent
(Claim.ClaimEventComponent t) Claim.addIdentifier
(Identifier t) Claim.addInsurance
(Claim.InsuranceComponent t) Claim.addItem
(Claim.ItemComponent t) Claim.addProcedure
(Claim.ProcedureComponent t) Claim.addRelated
(Claim.RelatedClaimComponent t) Claim.addTraceNumber
(Identifier t) Claim.copy()
Claim.setAccident
(Claim.AccidentComponent value) Claim.setBillablePeriod
(Period value) Claim.setCareTeam
(List<Claim.CareTeamComponent> theCareTeam) Claim.setCreated
(Date value) Claim.setCreatedElement
(DateTimeType value) Claim.setDiagnosis
(List<Claim.DiagnosisComponent> theDiagnosis) Claim.setDiagnosisRelatedGroup
(CodeableConcept value) Claim.setEncounter
(List<Reference> theEncounter) Claim.setEnterer
(Reference value) Claim.setEvent
(List<Claim.ClaimEventComponent> theEvent) Claim.setFacility
(Reference value) Claim.setFundsReserve
(CodeableConcept value) Claim.setIdentifier
(List<Identifier> theIdentifier) Claim.setInsurance
(List<Claim.InsuranceComponent> theInsurance) Claim.setInsurer
(Reference value) Claim.setItem
(List<Claim.ItemComponent> theItem) Claim.setOriginalPrescription
(Reference value) Claim.setPatient
(Reference value) Claim.setPatientPaid
(Money value) Claim.setPayee
(Claim.PayeeComponent value) Claim.setPrescription
(Reference value) Claim.setPriority
(CodeableConcept value) Claim.setProcedure
(List<Claim.ProcedureComponent> theProcedure) Claim.setProvider
(Reference value) Claim.setReferral
(Reference value) Claim.setRelated
(List<Claim.RelatedClaimComponent> theRelated) Claim.setStatus
(Enumerations.FinancialResourceStatusCodes value) Claim.setSubType
(CodeableConcept value) Claim.setSupportingInfo
(List<Claim.SupportingInformationComponent> theSupportingInfo) Claim.setTraceNumber
(List<Identifier> theTraceNumber) Claim.setType
(CodeableConcept value) Claim.setUse
(Enumerations.Use value) Claim.setUseElement
(Enumeration<Enumerations.Use> value) protected Claim
Claim.typedCopy()