Class: Document Content Reference (DocumentContentReference)

A citation pointing to the location of specific content within a document.

URI: https://example.org/usdm/v4/linkml/DocumentContentReference

 classDiagram
    class DocumentContentReference
    click DocumentContentReference href "../../classes/DocumentContentReference/"
      DocumentContentReference : appliesToId





        DocumentContentReference --> "1" StudyDefinitionDocument : appliesToId
        click StudyDefinitionDocument href "../../classes/StudyDefinitionDocument/"



      DocumentContentReference : extensionAttributes





        DocumentContentReference --> "*" ExtensionAttribute : extensionAttributes
        click ExtensionAttribute href "../../classes/ExtensionAttribute/"



      DocumentContentReference : id

      DocumentContentReference : sectionNumber

      DocumentContentReference : sectionTitle


Class Properties

Property Value
Class URI usdm:DocumentContentReference

Slots

Name Cardinality and Range Description Inheritance
id 1
string
direct
sectionNumber 1
string
The numeric identifier of a particular section for the document content reference. direct
sectionTitle 1
string
An identifying designation for a particular section for the document content reference. direct
appliesToId 1
StudyDefinitionDocument
A USDM relationship between the DocumentContentReference and StudyDefinitionDocument classes which identifies the study definition document to which the document content reference applies. direct
extensionAttributes *
ExtensionAttribute
direct

Usages

used by used in type used
StudyChange changedSections range DocumentContentReference

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/usdm/v4/linkml

Mappings

Mapping Type Mapped Value
self https://example.org/usdm/v4/linkml/DocumentContentReference
native https://example.org/usdm/v4/linkml/DocumentContentReference
exact ncit:C215499

LinkML Source

Direct

name: DocumentContentReference
description: A citation pointing to the location of specific content within a document.
title: Document Content Reference
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C215499
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Code
    - CommentAnnotation
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - Encounter
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Identifier
    - Indication
    - Ingredient
    - Masking
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - ParameterMap
    - PersonName
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - QuantityRange
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  sectionNumber:
    name: sectionNumber
    description: The numeric identifier of a particular section for the document content
      reference.
    title: Document Content Reference Section Number
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215609
    rank: 1000
    domain_of:
    - DocumentContentReference
    - NarrativeContent
    range: string
    required: true
  sectionTitle:
    name: sectionTitle
    description: An identifying designation for a particular section for the document
      content reference.
    title: Document Content Reference Section Title
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215610
    rank: 1000
    domain_of:
    - DocumentContentReference
    - NarrativeContent
    range: string
    required: true
  appliesToId:
    name: appliesToId
    description: A USDM relationship between the DocumentContentReference and StudyDefinitionDocument
      classes which identifies the study definition document to which the document
      content reference applies.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    domain_of:
    - DocumentContentReference
    range: StudyDefinitionDocument
    required: true
    inlined: false
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductIdentifier
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Characteristic
    - Code
    - CommentAnnotation
    - Condition
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - EligibilityCriterionItem
    - Encounter
    - Endpoint
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Indication
    - Ingredient
    - IntercurrentEvent
    - InterventionalStudyDesign
    - Masking
    - MedicalDevice
    - MedicalDeviceIdentifier
    - NarrativeContent
    - NarrativeContentItem
    - Objective
    - ObservationalStudyDesign
    - Organization
    - ParameterMap
    - PersonName
    - Procedure
    - ProductOrganizationRole
    - Quantity
    - Range
    - ReferenceIdentifier
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledActivityInstance
    - ScheduledDecisionInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyCohort
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesignPopulation
    - StudyElement
    - StudyEpoch
    - StudyIdentifier
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: ExtensionAttribute
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: usdm:DocumentContentReference

Induced

name: DocumentContentReference
description: A citation pointing to the location of specific content within a document.
title: Document Content Reference
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C215499
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    alias: id
    owner: DocumentContentReference
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Code
    - CommentAnnotation
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - Encounter
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Identifier
    - Indication
    - Ingredient
    - Masking
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - ParameterMap
    - PersonName
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - QuantityRange
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  sectionNumber:
    name: sectionNumber
    description: The numeric identifier of a particular section for the document content
      reference.
    title: Document Content Reference Section Number
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215609
    rank: 1000
    alias: sectionNumber
    owner: DocumentContentReference
    domain_of:
    - DocumentContentReference
    - NarrativeContent
    range: string
    required: true
  sectionTitle:
    name: sectionTitle
    description: An identifying designation for a particular section for the document
      content reference.
    title: Document Content Reference Section Title
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215610
    rank: 1000
    alias: sectionTitle
    owner: DocumentContentReference
    domain_of:
    - DocumentContentReference
    - NarrativeContent
    range: string
    required: true
  appliesToId:
    name: appliesToId
    description: A USDM relationship between the DocumentContentReference and StudyDefinitionDocument
      classes which identifies the study definition document to which the document
      content reference applies.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    alias: appliesToId
    owner: DocumentContentReference
    domain_of:
    - DocumentContentReference
    range: StudyDefinitionDocument
    required: true
    inlined: false
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    alias: extensionAttributes
    owner: DocumentContentReference
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductIdentifier
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Characteristic
    - Code
    - CommentAnnotation
    - Condition
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - EligibilityCriterionItem
    - Encounter
    - Endpoint
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Indication
    - Ingredient
    - IntercurrentEvent
    - InterventionalStudyDesign
    - Masking
    - MedicalDevice
    - MedicalDeviceIdentifier
    - NarrativeContent
    - NarrativeContentItem
    - Objective
    - ObservationalStudyDesign
    - Organization
    - ParameterMap
    - PersonName
    - Procedure
    - ProductOrganizationRole
    - Quantity
    - Range
    - ReferenceIdentifier
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledActivityInstance
    - ScheduledDecisionInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyCohort
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesignPopulation
    - StudyElement
    - StudyEpoch
    - StudyIdentifier
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: ExtensionAttribute
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: usdm:DocumentContentReference