
Uses of Class
org.hl7.fhir.r5.model.ClaimResponse
Packages that use ClaimResponse
- 
Uses of ClaimResponse in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return ClaimResponseModifier and TypeMethodDescriptionprotected ClaimResponseJsonParser.parseClaimResponse(com.google.gson.JsonObject json) protected ClaimResponseXmlParser.parseClaimResponse(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ClaimResponseModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimResponse(String name, ClaimResponse element) protected voidRdfParser.composeClaimResponse(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse element, int index) protected voidXmlParser.composeClaimResponse(String name, ClaimResponse element) protected voidXmlParser.composeClaimResponseElements(ClaimResponse element) protected voidJsonParser.composeClaimResponseProperties(ClaimResponse element) protected booleanXmlParser.parseClaimResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse res) protected voidJsonParser.parseClaimResponseProperties(com.google.gson.JsonObject json, ClaimResponse res) 
- 
Uses of ClaimResponse in org.hl7.fhir.r5.modelMethods in org.hl7.fhir.r5.model that return ClaimResponseModifier and TypeMethodDescriptionClaimResponse.addAddItem(ClaimResponse.AddedItemComponent t) ClaimResponse.addAdjudication(ClaimResponse.AdjudicationComponent t) ClaimResponse.addCommunicationRequest(Reference t) ClaimResponse.addEncounter(Reference t) ClaimResponse.addError(ClaimResponse.ErrorComponent t) ClaimResponse.addEvent(ClaimResponse.ClaimResponseEventComponent t) ClaimResponse.addIdentifier(Identifier t) ClaimResponse.addInsurance(ClaimResponse.InsuranceComponent t) ClaimResponse.addItem(ClaimResponse.ItemComponent t) ClaimResponse.addProcessNote(ClaimResponse.NoteComponent t) ClaimResponse.addTotal(ClaimResponse.TotalComponent t) ClaimResponse.addTraceNumber(Identifier t) ClaimResponse.copy()ClaimResponse.setAddItem(List<ClaimResponse.AddedItemComponent> theAddItem) ClaimResponse.setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.setCommunicationRequest(List<Reference> theCommunicationRequest) ClaimResponse.setCreated(Date value) ClaimResponse.setCreatedElement(DateTimeType value) ClaimResponse.setDecision(CodeableConcept value) ClaimResponse.setDiagnosisRelatedGroup(CodeableConcept value) ClaimResponse.setDisposition(String value) ClaimResponse.setDispositionElement(StringType value) ClaimResponse.setEncounter(List<Reference> theEncounter) ClaimResponse.setError(List<ClaimResponse.ErrorComponent> theError) ClaimResponse.setEvent(List<ClaimResponse.ClaimResponseEventComponent> theEvent) ClaimResponse.setForm(Attachment value) ClaimResponse.setFormCode(CodeableConcept value) ClaimResponse.setFundsReserve(CodeableConcept value) ClaimResponse.setIdentifier(List<Identifier> theIdentifier) ClaimResponse.setInsurance(List<ClaimResponse.InsuranceComponent> theInsurance) ClaimResponse.setInsurer(Reference value) ClaimResponse.setItem(List<ClaimResponse.ItemComponent> theItem) ClaimResponse.setOutcome(Enumerations.ClaimProcessingCodes value) ClaimResponse.setOutcomeElement(Enumeration<Enumerations.ClaimProcessingCodes> value) ClaimResponse.setPatient(Reference value) ClaimResponse.setPayeeType(CodeableConcept value) ClaimResponse.setPayment(ClaimResponse.PaymentComponent value) ClaimResponse.setPreAuthPeriod(Period value) ClaimResponse.setPreAuthRef(String value) ClaimResponse.setPreAuthRefElement(StringType value) ClaimResponse.setProcessNote(List<ClaimResponse.NoteComponent> theProcessNote) ClaimResponse.setRequest(Reference value) ClaimResponse.setRequestor(Reference value) ClaimResponse.setStatus(Enumerations.FinancialResourceStatusCodes value) ClaimResponse.setStatusElement(Enumeration<Enumerations.FinancialResourceStatusCodes> value) ClaimResponse.setSubType(CodeableConcept value) ClaimResponse.setTotal(List<ClaimResponse.TotalComponent> theTotal) ClaimResponse.setTraceNumber(List<Identifier> theTraceNumber) ClaimResponse.setType(CodeableConcept value) ClaimResponse.setUse(Enumerations.Use value) ClaimResponse.setUseElement(Enumeration<Enumerations.Use> value) protected ClaimResponseClaimResponse.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ClaimResponse