FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/Onset

Packagehl7.fhir.uv.phenomics-exchange
TypeValueSet
IdOnset
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phenomics-exchange/https://build.fhir.org/ig/HL7/phenomics-exchange-ig/ValueSet-Onset.html
URLhttp://hl7.org/fhir/uv/phenomics-exchange/ValueSet/Onset
Version0.1.0
Statusdraft
Date2021-06-03T10:26:00-04:00
NameOnset
TitleOnset ValueSet
Realmuv
Authorityhl7
DescriptionSet of HPO codes that denote the onset of a disease or phenotypic feature. The codes are descendants of Onset (HP:0003674) or from SNOMED_CT (282032007).
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement

Resources that use this resource

StructureDefinition
CodedOnsetCoded Onset

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
human-phenotype-ontology.orgHuman Phenotype Ontology
sctSNOMED codes used in this IG
sctveri
human-phenotype-ontology.orgHuman Phenotype Ontology

Narrative

Note: links and images are rebased to the (stated) source

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "Onset",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    }
  ],
  "url": "http://hl7.org/fhir/uv/phenomics-exchange/ValueSet/Onset",
  "version": "0.1.0",
  "name": "Onset",
  "title": "Onset ValueSet",
  "status": "draft",
  "experimental": false,
  "date": "2021-06-03T10:26:00-04:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "name": "HL7 International / Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system": "email",
          "value": "cic@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Set of HPO codes that denote the onset of a disease or phenotypic feature. The codes are descendants of Onset (HP:0003674) or from SNOMED_CT (282032007).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose": {
    "include": [
      {
        "system": "http://human-phenotype-ontology.org",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "HP:0003674"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "282032007"
          }
        ]
      }
    ]
  }
}