Sha256: 08c05ac2eea2d2b21c53e7e83a0c07bdf4cbe7c27bcc277c6b59d5c0c8fd1566

Contents?: true

Size: 709 Bytes

Versions: 3

Compression:

Stored size: 709 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :MedicalSignOrSymptom, 'mida_vocabulary/vocabularies/schemaorg/medicalsignorsymptom'
    autoload :MedicalEntity, 'mida_vocabulary/vocabularies/schemaorg/medicalentity'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # Any indication of the existence of a medical condition or disease that is apparent to the patient.
    class MedicalSymptom < Mida::Vocabulary
      itemtype %r{http://schema.org/MedicalSymptom}i
      include_vocabulary Mida::SchemaOrg::MedicalSignOrSymptom
      include_vocabulary Mida::SchemaOrg::MedicalEntity
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/medicalsymptom.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/medicalsymptom.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/medicalsymptom.rb