001package org.hl7.fhir.convertors.conv40_50.datatypes40_50.general40_50;
002
003import org.hl7.fhir.exceptions.FHIRException;
004
005public class SimpleQuantity40_50 {
006  public static org.hl7.fhir.r5.model.Quantity convertSimpleQuantity(org.hl7.fhir.r4.model.Quantity src) throws FHIRException {
007    return Quantity40_50.convertQuantity(src);
008  }
009
010  public static org.hl7.fhir.r4.model.Quantity convertSimpleQuantity(org.hl7.fhir.r5.model.Quantity src) throws FHIRException {
011    return Quantity40_50.convertQuantity(src);
012  }
013}