Skip to content

Class: Period (Period)

Time period associated with some FHIR resource

URI: kfi_fhir_sparks:Period

classDiagram class Period click Period href "../Period/" Period : end Period : period_id Period : start

Slots

Name Cardinality and Range Description Inheritance
period_id 1
String
ID for period (not a global ID) direct
start 0..1
Date
Start attribute for a FHIR period data type direct
end 0..1
Date
End attribute for a FHIR period data type direct

Usages

used by used in type used
AssociatedParty period_id range Period
PractitionerRole period_id range Period

Identifier and Mapping Information

Schema Source

  • from schema: https://carrollaboratory.github.io/kfi-fhir-input

Mappings

Mapping Type Mapped Value
self kfi_fhir_sparks:Period
native kfi_fhir_sparks:Period

LinkML Source

Direct

name: Period
description: Time period associated with some FHIR resource
title: Period
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
slots:
- period_id
slot_usage:
  period_id:
    name: period_id
    description: ID for period (not a global ID)
    identifier: true
    range: string
    required: true
attributes:
  start:
    name: start
    description: Start attribute for a FHIR period data type.
    title: Start
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input/period
    rank: 1000
    domain_of:
    - Period
    range: date
    required: false
  end:
    name: end
    description: End attribute for a FHIR period data type.
    title: End
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input/period
    rank: 1000
    domain_of:
    - Period
    range: date
    required: false

Induced

name: Period
description: Time period associated with some FHIR resource
title: Period
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
slot_usage:
  period_id:
    name: period_id
    description: ID for period (not a global ID)
    identifier: true
    range: string
    required: true
attributes:
  start:
    name: start
    description: Start attribute for a FHIR period data type.
    title: Start
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input/period
    rank: 1000
    alias: start
    owner: Period
    domain_of:
    - Period
    range: date
    required: false
  end:
    name: end
    description: End attribute for a FHIR period data type.
    title: End
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input/period
    rank: 1000
    alias: end
    owner: Period
    domain_of:
    - Period
    range: date
    required: false
  period_id:
    name: period_id
    description: ID for period (not a global ID)
    title: Period ID
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    identifier: true
    alias: period_id
    owner: Period
    domain_of:
    - AssociatedParty
    - Period
    - PractitionerRole
    range: string
    required: true
    multivalued: false
    inlined: false