<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:sqlResource xmlns:ns2="http://restsql.org/schema">
    <query>
		SELECT BillingItemMasterId, BillingItemPriceId, CreatedAt, EffectiveEndDate, EffectiveStartDate, HospitalId, IsActive, UnitPrice, UpdatedAt
		FROM BillingItemPrice
	</query>
    <metadata>
        <database default="healthok"/>
        <table name="BillingItemPrice" role="Parent"/>
    </metadata>
</ns2:sqlResource>
