Skip to content

Commit

Permalink
Merge pull request #239 from ga4gh/doc-update
Browse files Browse the repository at this point in the history
updated domain-entities to complete links needed for remaining TU links.
  • Loading branch information
mbrush authored Dec 5, 2024
2 parents b2dc0f8 + d5b1481 commit cc7c973
Show file tree
Hide file tree
Showing 16 changed files with 103 additions and 55 deletions.
7 changes: 7 additions & 0 deletions docs/source/base-profiles/proposition-profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,10 @@ Variant Prognostic Proposition

.. include:: ../def/va-spec/VariantPrognosticProposition.rst

.. _experimental-variant-functional-impact-proposition:

Experimental Variant Functional Impact Proposition
##################################################

.. include:: ../def/va-spec/ExperimentalVariantFunctionalImpactProposition.rst

32 changes: 17 additions & 15 deletions docs/source/core-information-model/data-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,39 @@
Data Types
!!!!!!!!!!

Complex Data Types
###################

.. _Coding:

Coding
******

.. include:: ../def/gks-core/Coding.rst
General Purpose Data Types
##########################

.. _Extension:

Extension
*********
.. include:: ../def/gks-core/Extension.rst

.. _MappableConcept:

.. _RecordMetadata:
MappableConcept
***************

RecordMetadata
**************
.. include:: ../def/gks-core/MappableConcept.rst

.. include:: ../def/va-spec/RecordMetadata.rst
.. _ConceptMapping:

ConceptMapping
**************

.. include:: ../def/gks-core/ConceptMapping.rst

Simple Data Types
###################
.. _Coding:

Coding
******

.. include:: ../def/gks-core/Coding.rst


Primitive Data Types
####################

.. _code:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
Disease
!!!!!!!

.. include:: ../../../../../../schema/domain-entities/def/Disease.rst
We defer to the adopters to use the disease naming authority of their choice
(e.g. OMIM, MONDO, etc.) to share a representation of a Disease concept using
the :ref:`MappableConcept` data type.

NOTE: **conceptType** should be set to "Disease".

.. include:: ../../../../def/gks-core/MappableConcept.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Condition
.. include:: ../../../../def/va-spec/Condition.rst


**Subclasses**
Condition Types
###############

**Disease** and **Phenotype** are :ref:`MappableConcept` example
condition types (aka traits) for the atomic representation of a trait.
MappableConcept may be used for other condition types if appropriate.

.. toctree::
:titlesonly:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
Phenotype
!!!!!!!!!

.. include:: ../../../../../../schema/domain-entities/def/Phenotype.rst
We defer to the adopters to use the phenotype naming authority of their choice
(e.g. HPO, etc.) to share a representation of a Phenotype concept using
the :ref:`MappableConcept` data object.

NOTE: **conceptType** should be set to "Phenotype".

.. include:: ../../../../def/gks-core/MappableConcept.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
Gene
!!!!

.. include:: ../../../def/va-spec/Gene.rst
We defer to the adopters to use the gene naming authority of their choice
(e.g. HGNC, ENTREZ-GENE, etc.) to share a representation of a Gene entity using
the MappableConcept data object.

NOTE: **conceptType** should be set to "Gene".

.. include:: ../../../../def/gks-core/MappableConcept.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Note that these are minimally specified models at present, which will be evolved
.. toctree::
:titlesonly:

gene
conditions/index
therapeutic-procedures/index
therapeutics/index

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _Drug:

Drug
!!!!

We defer to the adopters to use the drug naming authority of their choice
(e.g. NCIT, RXNORM, etc.) to share a representation of a Drug concept using
the :ref:`MappableConcept` data object.

NOTE: **conceptType** should be set to "Drug".

.. include:: ../../../../def/gks-core/MappableConcept.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _Therapeutic:

Therapeutic
!!!!!!!!!!!

.. include:: ./../../../def/va-spec/Therapeutic.rst

Therapeutic Types
#################

**Drug** and **Procedure** are :ref:`MappableConcept` example
therapeutic types for the atomic representation of a therapy.
MappableConcept may be used for other therapy types if appropriate
(i.e. behavioral-intervention, etc..).

.. toctree::
:titlesonly:

drug
procedure
therapy-group
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _Procedure:

Procedure
!!!!!!!!!

We defer to the adopters to use the procedure naming authority of their choice
(e.g. NCIT, etc.) to share a representation of a Procedure concept using
the :ref:`MappableConcept` data object.

NOTE: **conceptType** should be set to "Procedure".

.. include:: ../../../../def/gks-core/MappableConcept.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _TherapyGroup:

Therapy Group
!!!!!!!!!!!!!

.. include:: ../../../../def/va-spec/TherapyGroup.rst

0 comments on commit cc7c973

Please sign in to comment.