Class Claim40_50
java.lang.Object
org.hl7.fhir.convertors.conv40_50.resources40_50.Claim40_50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.Claim.AccidentComponentconvertAccidentComponent(org.hl7.fhir.r4.model.Claim.AccidentComponent src)static org.hl7.fhir.r4.model.Claim.AccidentComponentconvertAccidentComponent(org.hl7.fhir.r5.model.Claim.AccidentComponent src)static org.hl7.fhir.r5.model.Claim.CareTeamComponentconvertCareTeamComponent(org.hl7.fhir.r4.model.Claim.CareTeamComponent src)static org.hl7.fhir.r4.model.Claim.CareTeamComponentconvertCareTeamComponent(org.hl7.fhir.r5.model.Claim.CareTeamComponent src)static org.hl7.fhir.r5.model.ClaimconvertClaim(org.hl7.fhir.r4.model.Claim src)static org.hl7.fhir.r4.model.ClaimconvertClaim(org.hl7.fhir.r5.model.Claim src)static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.FinancialResourceStatusCodes>convertClaimStatus(org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.ClaimStatus> src)static org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.ClaimStatus>convertClaimStatus(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.FinancialResourceStatusCodes> src)static org.hl7.fhir.r5.model.Claim.DetailComponentconvertDetailComponent(org.hl7.fhir.r4.model.Claim.DetailComponent src)static org.hl7.fhir.r4.model.Claim.DetailComponentconvertDetailComponent(org.hl7.fhir.r5.model.Claim.DetailComponent src)static org.hl7.fhir.r5.model.Claim.DiagnosisComponentconvertDiagnosisComponent(org.hl7.fhir.r4.model.Claim.DiagnosisComponent src)static org.hl7.fhir.r4.model.Claim.DiagnosisComponentconvertDiagnosisComponent(org.hl7.fhir.r5.model.Claim.DiagnosisComponent src)static org.hl7.fhir.r5.model.Claim.InsuranceComponentconvertInsuranceComponent(org.hl7.fhir.r4.model.Claim.InsuranceComponent src)static org.hl7.fhir.r4.model.Claim.InsuranceComponentconvertInsuranceComponent(org.hl7.fhir.r5.model.Claim.InsuranceComponent src)static org.hl7.fhir.r5.model.Claim.ItemComponentconvertItemComponent(org.hl7.fhir.r4.model.Claim.ItemComponent src)static org.hl7.fhir.r4.model.Claim.ItemComponentconvertItemComponent(org.hl7.fhir.r5.model.Claim.ItemComponent src)static org.hl7.fhir.r5.model.Claim.PayeeComponentconvertPayeeComponent(org.hl7.fhir.r4.model.Claim.PayeeComponent src)static org.hl7.fhir.r4.model.Claim.PayeeComponentconvertPayeeComponent(org.hl7.fhir.r5.model.Claim.PayeeComponent src)static org.hl7.fhir.r5.model.Claim.ProcedureComponentconvertProcedureComponent(org.hl7.fhir.r4.model.Claim.ProcedureComponent src)static org.hl7.fhir.r4.model.Claim.ProcedureComponentconvertProcedureComponent(org.hl7.fhir.r5.model.Claim.ProcedureComponent src)static org.hl7.fhir.r5.model.Claim.RelatedClaimComponentconvertRelatedClaimComponent(org.hl7.fhir.r4.model.Claim.RelatedClaimComponent src)static org.hl7.fhir.r4.model.Claim.RelatedClaimComponentconvertRelatedClaimComponent(org.hl7.fhir.r5.model.Claim.RelatedClaimComponent src)static org.hl7.fhir.r5.model.Claim.SubDetailComponentconvertSubDetailComponent(org.hl7.fhir.r4.model.Claim.SubDetailComponent src)static org.hl7.fhir.r4.model.Claim.SubDetailComponentconvertSubDetailComponent(org.hl7.fhir.r5.model.Claim.SubDetailComponent src)static org.hl7.fhir.r5.model.Claim.SupportingInformationComponentconvertSupportingInformationComponent(org.hl7.fhir.r4.model.Claim.SupportingInformationComponent src)static org.hl7.fhir.r4.model.Claim.SupportingInformationComponentconvertSupportingInformationComponent(org.hl7.fhir.r5.model.Claim.SupportingInformationComponent src)static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.Use>convertUse(org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.Use> src)static org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.Use>convertUse(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.Use> src)
-
Constructor Details
-
Claim40_50
public Claim40_50()
-
-
Method Details
-
convertClaim
public static org.hl7.fhir.r5.model.Claim convertClaim(org.hl7.fhir.r4.model.Claim src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertClaim
public static org.hl7.fhir.r4.model.Claim convertClaim(org.hl7.fhir.r5.model.Claim src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertClaimStatus
public static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.FinancialResourceStatusCodes> convertClaimStatus(org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.ClaimStatus> src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertClaimStatus
public static org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.ClaimStatus> convertClaimStatus(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.FinancialResourceStatusCodes> src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertUse
public static org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.Use> convertUse(org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.Use> src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertUse
public static org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.Claim.Use> convertUse(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.Use> src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertRelatedClaimComponent
public static org.hl7.fhir.r5.model.Claim.RelatedClaimComponent convertRelatedClaimComponent(org.hl7.fhir.r4.model.Claim.RelatedClaimComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertRelatedClaimComponent
public static org.hl7.fhir.r4.model.Claim.RelatedClaimComponent convertRelatedClaimComponent(org.hl7.fhir.r5.model.Claim.RelatedClaimComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPayeeComponent
public static org.hl7.fhir.r5.model.Claim.PayeeComponent convertPayeeComponent(org.hl7.fhir.r4.model.Claim.PayeeComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPayeeComponent
public static org.hl7.fhir.r4.model.Claim.PayeeComponent convertPayeeComponent(org.hl7.fhir.r5.model.Claim.PayeeComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCareTeamComponent
public static org.hl7.fhir.r5.model.Claim.CareTeamComponent convertCareTeamComponent(org.hl7.fhir.r4.model.Claim.CareTeamComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCareTeamComponent
public static org.hl7.fhir.r4.model.Claim.CareTeamComponent convertCareTeamComponent(org.hl7.fhir.r5.model.Claim.CareTeamComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertSupportingInformationComponent
public static org.hl7.fhir.r5.model.Claim.SupportingInformationComponent convertSupportingInformationComponent(org.hl7.fhir.r4.model.Claim.SupportingInformationComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertSupportingInformationComponent
public static org.hl7.fhir.r4.model.Claim.SupportingInformationComponent convertSupportingInformationComponent(org.hl7.fhir.r5.model.Claim.SupportingInformationComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDiagnosisComponent
public static org.hl7.fhir.r5.model.Claim.DiagnosisComponent convertDiagnosisComponent(org.hl7.fhir.r4.model.Claim.DiagnosisComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDiagnosisComponent
public static org.hl7.fhir.r4.model.Claim.DiagnosisComponent convertDiagnosisComponent(org.hl7.fhir.r5.model.Claim.DiagnosisComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertProcedureComponent
public static org.hl7.fhir.r5.model.Claim.ProcedureComponent convertProcedureComponent(org.hl7.fhir.r4.model.Claim.ProcedureComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertProcedureComponent
public static org.hl7.fhir.r4.model.Claim.ProcedureComponent convertProcedureComponent(org.hl7.fhir.r5.model.Claim.ProcedureComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertInsuranceComponent
public static org.hl7.fhir.r5.model.Claim.InsuranceComponent convertInsuranceComponent(org.hl7.fhir.r4.model.Claim.InsuranceComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertInsuranceComponent
public static org.hl7.fhir.r4.model.Claim.InsuranceComponent convertInsuranceComponent(org.hl7.fhir.r5.model.Claim.InsuranceComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertAccidentComponent
public static org.hl7.fhir.r5.model.Claim.AccidentComponent convertAccidentComponent(org.hl7.fhir.r4.model.Claim.AccidentComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertAccidentComponent
public static org.hl7.fhir.r4.model.Claim.AccidentComponent convertAccidentComponent(org.hl7.fhir.r5.model.Claim.AccidentComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertItemComponent
public static org.hl7.fhir.r5.model.Claim.ItemComponent convertItemComponent(org.hl7.fhir.r4.model.Claim.ItemComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertItemComponent
public static org.hl7.fhir.r4.model.Claim.ItemComponent convertItemComponent(org.hl7.fhir.r5.model.Claim.ItemComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDetailComponent
public static org.hl7.fhir.r5.model.Claim.DetailComponent convertDetailComponent(org.hl7.fhir.r4.model.Claim.DetailComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertDetailComponent
public static org.hl7.fhir.r4.model.Claim.DetailComponent convertDetailComponent(org.hl7.fhir.r5.model.Claim.DetailComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertSubDetailComponent
public static org.hl7.fhir.r5.model.Claim.SubDetailComponent convertSubDetailComponent(org.hl7.fhir.r4.model.Claim.SubDetailComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertSubDetailComponent
public static org.hl7.fhir.r4.model.Claim.SubDetailComponent convertSubDetailComponent(org.hl7.fhir.r5.model.Claim.SubDetailComponent src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-