{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.MedicalEntity where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The most generic type of entity related to health and the practice of medicine. data MedicalEntity instance Show MedicalEntity instance Read MedicalEntity instance Eq MedicalEntity instance Typeable MedicalEntity instance MetaData MedicalEntity