{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.MedicalSymptom where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | Any indication of the existence of a medical condition or disease that is apparent to the patient. data MedicalSymptom instance Show MedicalSymptom instance Read MedicalSymptom instance Eq MedicalSymptom instance Typeable MedicalSymptom instance MetaData MedicalSymptom