ga4gh.fhir.phenopackets#dev ├── other │   └── spec.internals ├── package │   ├── CodeSystem-affected-status.json │   ├── CodeSystem-document-type.json │   ├── CodeSystem-hts-format.json │   ├── CodeSystem-karyotypic-sex.json │   ├── CodeSystem-section-type.json │   ├── ImplementationGuide-ga4gh.fhir.phenopackets-0.1.0.json │   ├── StructureDefinition-Biosample.json │   ├── StructureDefinition-CancerCondition.json │   ├── StructureDefinition-CancerStageGroup.json │   ├── StructureDefinition-Cohort.json │   ├── StructureDefinition-Disease.json │   ├── StructureDefinition-Encounter-Phenopackets.json │   ├── StructureDefinition-Family.json │   ├── StructureDefinition-GenomicsReport.json │   ├── StructureDefinition-HtsFile.json │   ├── StructureDefinition-Individual.json │   ├── StructureDefinition-PedigreeNode.json │   ├── StructureDefinition-Phenopacket.json │   ├── StructureDefinition-PhenotypicFeature.json │   ├── StructureDefinition-PrimaryCancerCondition.json │   ├── StructureDefinition-SecondaryCancerCondition.json │   ├── StructureDefinition-TNMClinicalDistantMetastasesCategory.json │   ├── StructureDefinition-TNMClinicalPrimaryTumorCategory.json │   ├── StructureDefinition-TNMClinicalRegionalNodesCategory.json │   ├── StructureDefinition-TNMClinicalStageGroup.json │   ├── StructureDefinition-TNMPathologicDistantMetastasesCategory.json │   ├── StructureDefinition-TNMPathologicPrimaryTumorCategory.json │   ├── StructureDefinition-TNMPathologicRegionalNodesCategory.json │   ├── StructureDefinition-TNMPathologicStageGroup.json │   ├── StructureDefinition-anatomical-orientation.json │   ├── StructureDefinition-biosample-control.json │   ├── StructureDefinition-biosample-individual-age-at-collection.json │   ├── StructureDefinition-code.json │   ├── StructureDefinition-disease-onset.json │   ├── StructureDefinition-evidence.json │   ├── StructureDefinition-external-reference.json │   ├── StructureDefinition-histology-morphology-behavior.json │   ├── StructureDefinition-htsfile-genome-assembly.json │   ├── StructureDefinition-htsfiles.json │   ├── StructureDefinition-individual-age.json │   ├── StructureDefinition-individual-karyotypic-sex.json │   ├── StructureDefinition-individual-taxonomy.json │   ├── StructureDefinition-landmark-location.json │   ├── StructureDefinition-landmark-to-body-location-direction.json │   ├── StructureDefinition-landmark-to-body-location-distance.json │   ├── StructureDefinition-landmark-type.json │   ├── StructureDefinition-laterality.json │   ├── StructureDefinition-pedigree-node-affected-status.json │   ├── StructureDefinition-pedigree-node-family-identifier.json │   ├── StructureDefinition-pedigree-node-individual.json │   ├── StructureDefinition-phenotypic-feature-modifier.json │   ├── StructureDefinition-phenotypic-feature-onset.json │   ├── StructureDefinition-phenotypic-feature-severity.json │   ├── StructureDefinition-primary-cancer-condition.json │   ├── StructureDefinition-relation-to-landmark.json │   ├── ValueSet-anatomical-direction.json │   ├── ValueSet-anatomical-orientation.json │   ├── ValueSet-cancer-body-location.json │   ├── ValueSet-cancer-staging-system.json │   ├── ValueSet-evidence.json │   ├── ValueSet-histology-morphology-behavior.json │   ├── ValueSet-hts-format.json │   ├── ValueSet-karyotypic-sex.json │   ├── ValueSet-landmark-type.json │   ├── ValueSet-onset.json │   ├── ValueSet-pedigree-affected-status.json │   ├── ValueSet-phenotypic-feature-interpretation.json │   ├── ValueSet-phenotypic-feature-modifier.json │   ├── ValueSet-phenotypic-feature-severity.json │   ├── ValueSet-phenotypic-feature-type.json │   ├── ValueSet-primary-or-uncertain-behavior-cancer-disorder.json │   ├── ValueSet-secondary-cancer-disorder.json │   ├── ValueSet-taxonomy.json │   ├── ValueSet-tnm-distant-metastases-category.json │   ├── ValueSet-tnm-primary-tumor-category.json │   ├── ValueSet-tnm-regional-nodes-category.json │   ├── ValueSet-tnm-stage-group.json │   ├── ValueSet-units-of-length.json │   ├── ig-r4.json │   └── package.json └── xml ├── Biosample.sch ├── CancerCondition.sch ├── CancerStageGroup.sch ├── Cohort.sch ├── Disease.sch ├── Encounter-Phenopackets.sch ├── Family.sch ├── GenomicsReport.sch ├── HtsFile.sch ├── Individual.sch ├── PedigreeNode.sch ├── Phenopacket.sch ├── PhenotypicFeature.sch ├── PrimaryCancerCondition.sch ├── SecondaryCancerCondition.sch ├── TNMClinicalDistantMetastasesCategory.sch ├── TNMClinicalPrimaryTumorCategory.sch ├── TNMClinicalRegionalNodesCategory.sch ├── TNMClinicalStageGroup.sch ├── TNMPathologicDistantMetastasesCategory.sch ├── TNMPathologicPrimaryTumorCategory.sch ├── TNMPathologicRegionalNodesCategory.sch ├── TNMPathologicStageGroup.sch ├── anatomical-orientation.sch ├── biosample-control.sch ├── biosample-individual-age-at-collection.sch ├── code.sch ├── disease-onset.sch ├── evidence.sch ├── external-reference.sch ├── histology-morphology-behavior.sch ├── htsfile-genome-assembly.sch ├── htsfiles.sch ├── individual-age.sch ├── individual-karyotypic-sex.sch ├── individual-taxonomy.sch ├── landmark-location.sch ├── landmark-to-body-location-direction.sch ├── landmark-to-body-location-distance.sch ├── landmark-type.sch ├── laterality.sch ├── pedigree-node-affected-status.sch ├── pedigree-node-family-identifier.sch ├── pedigree-node-individual.sch ├── phenotypic-feature-modifier.sch ├── phenotypic-feature-onset.sch ├── phenotypic-feature-severity.sch ├── primary-cancer-condition.sch └── relation-to-landmark.sch 3 directories, 130 files