Slot: resource

Path to a resource (e.g. File, FHIR datasource) that is the source of this item

URI: dds:slot/resource

Applicable Classes

Name Description Modifies Slot
SourceItem A data source that provides the origin of information for an item no

Properties

Type and Range

Property Value
Range String or 
Resource
Domain Of SourceItem

Cardinality and Requirements

Property Value
Multivalued Yes
### Slot Characteristics
Property Value
Owner SourceItem
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Resource'}) - AnonymousSlotExpression({'range': 'string'})

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/dds

Mappings

Mapping Type Mapped Value
self dds:resource
native dds:resource

LinkML Source

name: resource
description: Path to a resource (e.g. File, FHIR datasource) that is the source of
  this item
from_schema: https://cdisc.org/dds
rank: 1000
owner: SourceItem
domain_of:
- SourceItem
range: string
multivalued: true
inlined: false
any_of:
- range: Resource
- range: string