{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.TreatmentIndication where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | An indication for treating an underlying condition, symptom, etc. data TreatmentIndication instance Show TreatmentIndication instance Read TreatmentIndication instance Eq TreatmentIndication instance Typeable TreatmentIndication instance MetaData TreatmentIndication