java.lang.Object
org.hl7.fhir.convertors.conv43_50.datatypes43_50.special43_50.Reference43_50

public class Reference43_50 extends Object
  • Constructor Details

  • Method Details

    • convertReference

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

      public static org.hl7.fhir.r4b.model.Reference convertReference(org.hl7.fhir.r5.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • convertReferenceToCodeableReference

      public static org.hl7.fhir.r5.model.CodeableReference convertReferenceToCodeableReference(org.hl7.fhir.r4b.model.Reference src)
    • convertReferenceToCanonical

      public static org.hl7.fhir.r5.model.CanonicalType convertReferenceToCanonical(org.hl7.fhir.r4b.model.Reference src)
    • convertReferenceToCanonical

      public static org.hl7.fhir.r4b.model.Reference convertReferenceToCanonical(org.hl7.fhir.r5.model.CanonicalType src)
    • convertCodeableReferenceToReference

      public static org.hl7.fhir.r4b.model.Reference convertCodeableReferenceToReference(org.hl7.fhir.r5.model.CodeableReference src)
    • convertCanonicalToReference

      public static org.hl7.fhir.r4b.model.Reference convertCanonicalToReference(org.hl7.fhir.r5.model.CanonicalType src)