
001package org.hl7.fhir.convertors.conv43_50.datatypes43_50.general43_50; 002 003import org.hl7.fhir.exceptions.FHIRException; 004 005public class MoneyQuantity43_50 { 006 public static org.hl7.fhir.r5.model.Quantity convertMoneyQuantity(org.hl7.fhir.r4b.model.Quantity src) throws FHIRException { 007 return Quantity43_50.convertQuantity(src); 008 } 009 010 public static org.hl7.fhir.r4b.model.Quantity convertMoneyQuantity(org.hl7.fhir.r5.model.Quantity src) throws FHIRException { 011 return Quantity43_50.convertQuantity(src); 012 } 013}