Class: IsProfile
A mixin that provides additional metadata for FHIR resources and Data Products, including profiles, security tags, and validity periods
URI: dds:class/IsProfile
erDiagram
Coding {
AliasPredicate aliasType
string code
string codeSystem
string codeSystemVersion
string decode
}
IsProfile {
string authenticator
stringList profile
string href
string version
}
Method {
MethodType type
string name
string description
string OID
stringList aliases
string label
datetime lastUpdated
boolean mandatory
string owner
string purpose
string uuid
string wasDerivedFrom
}
NominalOccurrence {
string event
string name
string description
string OID
stringList aliases
string label
datetime lastUpdated
boolean mandatory
string owner
string purpose
string uuid
string wasDerivedFrom
}
Timing {
string frequency
boolean isNominal
boolean recalled
datetime windowLower
datetime windowUpper
TimingType type
string value
string name
string description
string OID
stringList aliases
string label
string uuid
}
IsProfile ||--|o Timing : "validityPeriod"
IsProfile ||--}o Coding : "security"
Method ||--|o ReifiedConcept : "implementsConcept"
Method ||--}o Coding : "coding"
Method ||--}o Comment : "comments"
Method ||--}o DocumentReference : "documents"
Method ||--}o FormalExpression : "expressions"
Method ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
NominalOccurrence ||--|| Timing : "timing"
NominalOccurrence ||--}o Coding : "coding"
NominalOccurrence ||--}o Comment : "comments"
NominalOccurrence ||--}o Condition : "condition"
NominalOccurrence ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
Timing ||--|o Method : "imputation"
Timing ||--|o NominalOccurrence : "relativeFrom, relativeTo"
Timing ||--}o Coding : "coding"
Inheritance
- IsProfile [ Versioned]
Class Properties
| Property | Value |
|---|---|
| Mixin | Yes |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| profile | * String |
Profiles this resource claims to conform to | direct |
| security | * Coding |
Security tags applied to this resource | direct |
| authenticator | 0..1 String or User or Organization |
Who/what authenticated the resource | direct |
| validityPeriod | 0..1 Timing |
Time period during which the resouce is valid | direct |
| version | 0..1 String |
The version of the external resources | Versioned |
| href | 0..1 String |
Machine-readable instructions to obtain the resource e.g. FHIR path, URL | Versioned |
Mixin Usage
| mixed into | description |
|---|---|
| ItemGroup | A collection element that groups related items or subgroups within a specific context, used for tables, FHIR resource profiles, biomedical concept specializations, or form sections |
| Dataset | A collection element that groups observations sharing the same dimensionality, expressed as a set of unique dimensions within a Data Product context |
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/dds
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dds:IsProfile |
| native | dds:IsProfile |
LinkML Source
Direct
name: IsProfile
description: A mixin that provides additional metadata for FHIR resources and Data
Products, including profiles, security tags, and validity periods
from_schema: https://cdisc.org/dds
mixin: true
mixins:
- Versioned
attributes:
profile:
name: profile
description: Profiles this resource claims to conform to
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- IsProfile
multivalued: true
security:
name: security
description: Security tags applied to this resource
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- IsProfile
range: Coding
multivalued: true
inlined: true
inlined_as_list: true
authenticator:
name: authenticator
description: Who/what authenticated the resource
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- IsProfile
required: false
any_of:
- range: User
- range: Organization
- range: string
validityPeriod:
name: validityPeriod
description: Time period during which the resouce is valid
from_schema: https://cdisc.org/dds
rank: 1000
domain_of:
- IsProfile
range: Timing
required: false
Induced
name: IsProfile
description: A mixin that provides additional metadata for FHIR resources and Data
Products, including profiles, security tags, and validity periods
from_schema: https://cdisc.org/dds
mixin: true
mixins:
- Versioned
attributes:
profile:
name: profile
description: Profiles this resource claims to conform to
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- IsProfile
range: string
multivalued: true
security:
name: security
description: Security tags applied to this resource
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- IsProfile
range: Coding
multivalued: true
inlined: true
inlined_as_list: true
authenticator:
name: authenticator
description: Who/what authenticated the resource
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- IsProfile
range: string
required: false
any_of:
- range: User
- range: Organization
- range: string
validityPeriod:
name: validityPeriod
description: Time period during which the resouce is valid
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- IsProfile
range: Timing
required: false
version:
name: version
description: The version of the external resources
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- Versioned
- Standard
range: string
href:
name: href
description: Machine-readable instructions to obtain the resource e.g. FHIR path,
URL
from_schema: https://cdisc.org/dds
rank: 1000
owner: IsProfile
domain_of:
- Versioned
range: string
required: false