﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="MdGuidelines.xsl" type="text/xsl"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" >
  <annotation>
		<documentation xml:lang="en">
			FormularyV3 schema for Reed Guidelines API
		</documentation>
	</annotation>
	<element name="Formulary">
		<complexType>
			<sequence>
				<element type="string" name="Category"/>
				<element type="string" name="CommentsForClaimsProfessional"/>
				<element type="string" name="CommentsForPrescriber"/>
				<element type="string" name="Condition"/>
				<element type="string" name="Phase"/>
				<element type="string" name="DrugClass"/>
				<element type="string" name="DrugName"/>
				<element type="decimal" name="AverageEstimatedCost"/>
				<element type="short" name="EvidenceSortOrder"/>
				<element type="string" name="EvidenceStrength"/>
				<element type="short" name="FormularyId"/>
				<element type="string" name="Icd10"/>
				<element type="string" name="Icd9"/>
				<element type="string" name="Pain"/>
				<element type="string" name="RecommendationFlag"/>
				<element type="string" name="Reference"/>
			</sequence>
		</complexType>
	</element>
</schema>