{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.MedicalDevicePurpose where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | Categories of medical devices, organized by the purpose or intended use of the device. data MedicalDevicePurpose instance Show MedicalDevicePurpose instance Read MedicalDevicePurpose instance Eq MedicalDevicePurpose instance Typeable MedicalDevicePurpose instance MetaData MedicalDevicePurpose