{-# LANGUAGE DeriveDataTypeable #-}
module Text.HTML5.MetaData.Schema.PathologyTest where

--  Valid: 2016-02-03 (Schema.rdfs.org)

import Text.HTML5.MetaData.Class
import Data.Typeable

-- | A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist.

data PathologyTest

instance Show PathologyTest
instance Read PathologyTest
instance Eq PathologyTest
instance Typeable PathologyTest
instance MetaData PathologyTest