name: MedicalStudy
comments:
- 'A medical study is an umbrella type covering all kinds of research studies relating
  to human medicine or health, including observational studies and interventional
  trials and registries, randomized, controlled or not. When the specific type of
  study is known, use one of the extensions of this type, such as MedicalTrial or
  MedicalObservationalStudy. Also, note that this type should be used to mark up data
  that describes the study itself; to tag an article that publishes the results of
  a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity
  to store study IDs, e.g. clinicaltrials.gov ID.'
from_schema: http://w3id.og/linkml/schemaorg
is_a: MedicalEntity
attributes:
  sponsor:
    name: sponsor
    comments:
    - A person or organization that supports a thing through a pledge, promise, or
      financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor
      of an event.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:sponsor
    multivalued: true
    alias: sponsor
    owner: MedicalStudy
    any_of:
    - range: Organization
    - range: Person
  healthCondition:
    name: healthCondition
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: healthCondition
    owner: MedicalStudy
    range: MedicalCondition
  status:
    name: status
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: status
    owner: MedicalStudy
    any_of:
    - range: EventStatusType
    - range: MedicalStudyStatus
    - range: Text
  studyLocation:
    name: studyLocation
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: studyLocation
    owner: MedicalStudy
    range: AdministrativeArea
  studySubject:
    name: studySubject
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: studySubject
    owner: MedicalStudy
    range: MedicalEntity
  code:
    name: code
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: code
    owner: MedicalStudy
    range: MedicalCode
  guideline:
    name: guideline
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: guideline
    owner: MedicalStudy
    range: MedicalGuideline
  legalStatus:
    name: legalStatus
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: legalStatus
    owner: MedicalStudy
    any_of:
    - range: DrugLegalStatus
    - range: MedicalEnumeration
    - range: Text
  medicineSystem:
    name: medicineSystem
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: medicineSystem
    owner: MedicalStudy
    range: MedicineSystem
  recognizingAuthority:
    name: recognizingAuthority
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: recognizingAuthority
    owner: MedicalStudy
    range: Organization
  relevantSpecialty:
    name: relevantSpecialty
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: relevantSpecialty
    owner: MedicalStudy
    range: MedicalSpecialty
  study:
    name: study
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: study
    owner: MedicalStudy
    range: MedicalStudy
  additionalType:
    name: additionalType
    comments:
    - An additional type for the item, typically used for adding more specific types
      from external vocabularies in microdata syntax. This is a relationship between
      something and a class that the thing is in. In RDFa syntax, it is better to
      use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org
      tools may have only weaker understanding of extra types, in particular those
      defined externally.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: type
    slot_uri: schema:additionalType
    multivalued: true
    alias: additionalType
    owner: MedicalStudy
    range: URL
  description:
    name: description
    comments:
    - A description of the item.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:description
    multivalued: true
    alias: description
    owner: MedicalStudy
    range: Text
  disambiguatingDescription:
    name: disambiguatingDescription
    comments:
    - A sub property of description. A short description of the item used to disambiguate
      from other, similar items. Information from other properties (in particular,
      name) may be necessary for the description to be useful for disambiguation.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: description
    slot_uri: schema:disambiguatingDescription
    multivalued: true
    alias: disambiguatingDescription
    owner: MedicalStudy
    range: Text
  identifier:
    name: identifier
    comments:
    - "The identifier property represents any kind of identifier for any kind of [[Thing]],\
      \ such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties\
      \ for representing many of these, either as textual strings or as URL (URI)\
      \ links. See [background notes](/docs/datamodel.html#identifierBg) for more\
      \ details.\n        "
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:identifier
    multivalued: true
    alias: identifier
    owner: MedicalStudy
    any_of:
    - range: PropertyValue
    - range: Text
    - range: URL
  image:
    name: image
    comments:
    - An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:image
    multivalued: true
    alias: image
    owner: MedicalStudy
    any_of:
    - range: ImageObject
    - range: URL
  name:
    name: name
    comments:
    - The name of the item.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:name
    multivalued: true
    alias: name
    owner: MedicalStudy
    range: Text
  sameAs:
    name: sameAs
    comments:
    - URL of a reference Web page that unambiguously indicates the item's identity.
      E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:sameAs
    multivalued: true
    alias: sameAs
    owner: MedicalStudy
    range: URL
  alternateName:
    name: alternateName
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: alternateName
    owner: MedicalStudy
    range: Text
  mainEntityOfPage:
    name: mainEntityOfPage
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: mainEntityOfPage
    owner: MedicalStudy
    any_of:
    - range: CreativeWork
    - range: URL
  potentialAction:
    name: potentialAction
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: potentialAction
    owner: MedicalStudy
    range: Action
  subjectOf:
    name: subjectOf
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: subjectOf
    owner: MedicalStudy
    any_of:
    - range: CreativeWork
    - range: Event
  url:
    name: url
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: url
    owner: MedicalStudy
    range: URL
class_uri: schema:MedicalStudy