| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.MedicalEntity
- data MedicalEntity = MedicalEntity {
- code :: Code
- guideline :: Guideline
- medicineSystem :: MedicineSystem
- recognizingAuthority :: RecognizingAuthority
- relevantSpecialty :: RelevantSpecialty
- study :: Study
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data MedicalEntity Source
The most generic type of entity related to health and the practice of medicine.
id- MedicalEntity
label- Medical Entity
comment- The most generic type of entity related to health and the practice of medicine.
ancestorsThingsubtypesAnatomicalStructure,AnatomicalSystem,MedicalCause,MedicalCondition,MedicalContraindication,MedicalDevice,MedicalGuideline,MedicalIndication,MedicalIntangible,MedicalProcedure,MedicalRiskEstimator,MedicalRiskFactor,MedicalSignOrSymptom,MedicalStudy,MedicalTest,MedicalTherapy,SuperficialAnatomysupertypesThingurl- http://schema.org/MedicalEntity
Constructors