| Safe Haskell | None |
|---|
Text.HTML5.MetaData.Schema.MedicalGuideline
- data MedicalGuideline = MedicalGuideline {
- additionalType :: AdditionalType
- description :: Description
- image :: Image
- name :: Name
- url :: Url
- alternateName :: AlternateName
- code :: Code
- guideline :: Guideline
- medicineSystem :: MedicineSystem
- recognizingAuthority :: RecognizingAuthority
- relevantSpecialty :: RelevantSpecialty
- study :: Study
- evidenceLevel :: EvidenceLevel
- evidenceOrigin :: EvidenceOrigin
- guidelineDate :: GuidelineDate
- guidelineSubject :: GuidelineSubject
Documentation
data MedicalGuideline Source
Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity.
id- MedicalGuideline
label- Medical Guideline
comment- Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity.
ancestors-
Thing,MedicalEntity subtypes-
MedicalGuidelineContraindication,MedicalGuidelineRecommendation supertypes-
MedicalEntity url- http://schema.org/MedicalGuideline
Constructors