java.lang.Object
org.hl7.fhir.convertors.conv43_50.resources43_50.Claim43_50

public class Claim43_50 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hl7.fhir.r5.model.Claim.AccidentComponent
    convertAccidentComponent(org.hl7.fhir.r4b.model.Claim.AccidentComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.AccidentComponent
    convertAccidentComponent(org.hl7.fhir.r5.model.Claim.AccidentComponent src)
     
    static org.hl7.fhir.r5.model.Claim.CareTeamComponent
    convertCareTeamComponent(org.hl7.fhir.r4b.model.Claim.CareTeamComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.CareTeamComponent
    convertCareTeamComponent(org.hl7.fhir.r5.model.Claim.CareTeamComponent src)
     
    static org.hl7.fhir.r5.model.Claim
    convertClaim(org.hl7.fhir.r4b.model.Claim src)
     
    static org.hl7.fhir.r4b.model.Claim
    convertClaim(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.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.FinancialResourceStatusCodes> src)
     
    static org.hl7.fhir.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.FinancialResourceStatusCodes>
    convertClaimStatus(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.FinancialResourceStatusCodes> src)
     
    static org.hl7.fhir.r5.model.Claim.DetailComponent
    convertDetailComponent(org.hl7.fhir.r4b.model.Claim.DetailComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.DetailComponent
    convertDetailComponent(org.hl7.fhir.r5.model.Claim.DetailComponent src)
     
    static org.hl7.fhir.r5.model.Claim.DiagnosisComponent
    convertDiagnosisComponent(org.hl7.fhir.r4b.model.Claim.DiagnosisComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.DiagnosisComponent
    convertDiagnosisComponent(org.hl7.fhir.r5.model.Claim.DiagnosisComponent src)
     
    static org.hl7.fhir.r5.model.Claim.InsuranceComponent
    convertInsuranceComponent(org.hl7.fhir.r4b.model.Claim.InsuranceComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.InsuranceComponent
    convertInsuranceComponent(org.hl7.fhir.r5.model.Claim.InsuranceComponent src)
     
    static org.hl7.fhir.r5.model.Claim.ItemComponent
    convertItemComponent(org.hl7.fhir.r4b.model.Claim.ItemComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.ItemComponent
    convertItemComponent(org.hl7.fhir.r5.model.Claim.ItemComponent src)
     
    static org.hl7.fhir.r5.model.Claim.PayeeComponent
    convertPayeeComponent(org.hl7.fhir.r4b.model.Claim.PayeeComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.PayeeComponent
    convertPayeeComponent(org.hl7.fhir.r5.model.Claim.PayeeComponent src)
     
    static org.hl7.fhir.r5.model.Claim.ProcedureComponent
    convertProcedureComponent(org.hl7.fhir.r4b.model.Claim.ProcedureComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.ProcedureComponent
    convertProcedureComponent(org.hl7.fhir.r5.model.Claim.ProcedureComponent src)
     
    static org.hl7.fhir.r5.model.Claim.RelatedClaimComponent
    convertRelatedClaimComponent(org.hl7.fhir.r4b.model.Claim.RelatedClaimComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.RelatedClaimComponent
    convertRelatedClaimComponent(org.hl7.fhir.r5.model.Claim.RelatedClaimComponent src)
     
    static org.hl7.fhir.r5.model.Claim.SubDetailComponent
    convertSubDetailComponent(org.hl7.fhir.r4b.model.Claim.SubDetailComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.SubDetailComponent
    convertSubDetailComponent(org.hl7.fhir.r5.model.Claim.SubDetailComponent src)
     
    static org.hl7.fhir.r5.model.Claim.SupportingInformationComponent
    convertSupportingInformationComponent(org.hl7.fhir.r4b.model.Claim.SupportingInformationComponent src)
     
    static org.hl7.fhir.r4b.model.Claim.SupportingInformationComponent
    convertSupportingInformationComponent(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.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.Use> src)
     
    static org.hl7.fhir.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.Use>
    convertUse(org.hl7.fhir.r5.model.Enumeration<org.hl7.fhir.r5.model.Enumerations.Use> src)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convertClaim

      public static org.hl7.fhir.r5.model.Claim convertClaim(org.hl7.fhir.r4b.model.Claim src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertClaim

      public static org.hl7.fhir.r4b.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.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.FinancialResourceStatusCodes> src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertClaimStatus

      public static org.hl7.fhir.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.FinancialResourceStatusCodes> 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.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.Use> src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertUse

      public static org.hl7.fhir.r4b.model.Enumeration<org.hl7.fhir.r4b.model.Enumerations.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.r4b.model.Claim.RelatedClaimComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertRelatedClaimComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.PayeeComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertPayeeComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.CareTeamComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertCareTeamComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.SupportingInformationComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertSupportingInformationComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.DiagnosisComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDiagnosisComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.ProcedureComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertProcedureComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.InsuranceComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertInsuranceComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.AccidentComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertAccidentComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.ItemComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertItemComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.DetailComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertDetailComponent

      public static org.hl7.fhir.r4b.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.r4b.model.Claim.SubDetailComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertSubDetailComponent

      public static org.hl7.fhir.r4b.model.Claim.SubDetailComponent convertSubDetailComponent(org.hl7.fhir.r5.model.Claim.SubDetailComponent src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException