{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ApprovedIndication where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US. data ApprovedIndication instance Show ApprovedIndication instance Read ApprovedIndication instance Eq ApprovedIndication instance Typeable ApprovedIndication instance MetaData ApprovedIndication