Skip to content

Commit a1de95b

Browse files
📝 One last pipe
1 parent 0855430 commit a1de95b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/schema/include_access_model.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ slots:
13931393
name: age_at_event
13941394
definition_uri: https://includedcc.org/include-access-model/age_at_event
13951395
description: The age in days of the Subject at the time point which the assertion
1396-
describes, | eg, age of onset or when a measurement was performed.
1396+
describes, eg, age of onset or when a measurement was performed.
13971397
title: Age at event
13981398
from_schema: https://includedcc.org/include-access-model
13991399
slot_uri: includedcc:age_at_event
@@ -2744,7 +2744,7 @@ classes:
27442744
class_uri: includedcc:Dataset
27452745
metamodel_version: 1.7.0
27462746
source_file: include_access_model.yaml
2747-
source_file_date: '2026-03-12T11:02:40'
2748-
source_file_size: 36151
2749-
generation_date: '2026-03-12T11:04:20'
2747+
source_file_date: '2026-03-12T11:06:57'
2748+
source_file_size: 36149
2749+
generation_date: '2026-03-12T11:07:27'
27502750

src/include_access_model/datamodel/include_access_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto generated from include_access_model.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2026-03-12T11:04:08
2+
# Generation date: 2026-03-12T11:07:16
33
# Schema: include-access-model
44
#
55
# id: https://includedcc.org/include-access-model

src/include_access_model/datamodel/include_access_model_pydantic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ class SubjectAssertion(Record):
622622
encounter_id: Optional[str] = Field(default=None, title="Encounter ID", description="""Unique identifier for this Encounter.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion', 'BiospecimenCollection', 'Encounter']} })
623623
assertion_provenance: Optional[EnumAssertionProvenance] = Field(default=None, title="Assertion Provenance", description="""The original source of this assertion""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion']} })
624624
age_at_assertion: Optional[int] = Field(default=None, title="Age at assertion", description="""The age in days of the Subject when the assertion was made.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion'], 'unit': {'ucum_code': 'd'}} })
625-
age_at_event: Optional[int] = Field(default=None, title="Age at event", description="""The age in days of the Subject at the time point which the assertion describes, | eg, age of onset or when a measurement was performed.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion', 'Encounter'], 'unit': {'ucum_code': 'd'}} })
625+
age_at_event: Optional[int] = Field(default=None, title="Age at event", description="""The age in days of the Subject at the time point which the assertion describes, eg, age of onset or when a measurement was performed.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion', 'Encounter'], 'unit': {'ucum_code': 'd'}} })
626626
age_at_resolution: Optional[int] = Field(default=None, title="Age at resolution", description="""The age in days of the Subject when the asserted state was resolved.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion'], 'unit': {'ucum_code': 'd'}} })
627627
concept: Optional[list[str]] = Field(default=[], title="Concept", description="""The structured term defining the meaning of the assertion.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion']} })
628628
concept_source: Optional[str] = Field(default=None, title="Concept Source Text", description="""The source text yielding the standardized concept.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion']} })
@@ -737,7 +737,7 @@ class Encounter(Record):
737737
'Encounter',
738738
'File']} })
739739
encounter_definition_id: Optional[str] = Field(default=None, title="Encounter Definition ID", description="""Unique identifier for this Encounter Definition.""", json_schema_extra = { "linkml_meta": {'domain_of': ['Encounter', 'EncounterDefinition']} })
740-
age_at_event: Optional[int] = Field(default=None, title="Age at event", description="""The age in days of the Subject at the time point which the assertion describes, | eg, age of onset or when a measurement was performed.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion', 'Encounter'], 'unit': {'ucum_code': 'd'}} })
740+
age_at_event: Optional[int] = Field(default=None, title="Age at event", description="""The age in days of the Subject at the time point which the assertion describes, eg, age of onset or when a measurement was performed.""", json_schema_extra = { "linkml_meta": {'domain_of': ['SubjectAssertion', 'Encounter'], 'unit': {'ucum_code': 'd'}} })
741741
external_id: Optional[list[str]] = Field(default=[], title="External Identifiers", description="""Other identifiers for this entity, eg, from the submitting study or in systems like dbGaP""", json_schema_extra = { "linkml_meta": {'domain_of': ['Record']} })
742742

743743

src/include_access_model/schema/include_access_model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ slots:
597597
ucum_code: d
598598
age_at_event:
599599
title: Age at event
600-
description: The age in days of the Subject at the time point which the assertion describes, |
600+
description: The age in days of the Subject at the time point which the assertion describes,
601601
eg, age of onset or when a measurement was performed.
602602
range: integer
603603
unit:

0 commit comments

Comments
 (0)