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

FHIR IG Statistics: ValueSet/HpoSeverity

Packagehl7.fhir.uv.phenomics-exchange
TypeValueSet
IdHpoSeverity
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phenomics-exchange/https://build.fhir.org/ig/HL7/phenomics-exchange-ig/ValueSet-HpoSeverity.html
URLhttp://hl7.org/fhir/uv/phenomics-exchange/ValueSet/HpoSeverity
Version0.1.0
Statusdraft
Date2022-09-19T16:13:10+10:00
NameHpoSeverityVS
TitleHpo Severity Value Set
Realmuv
Authorityhl7
DescriptionThe HPO codes for phenotypic feature severity
Copyright[Global Alliance for Genomics and Health](https://www.ga4gh.org)

Resources that use this resource

StructureDefinition
PhenotypicFeaturePhenotypic Feature

Resources that this resource uses

CodeSystem
human-phenotype-ontology.orgHuman Phenotype Ontology
human-phenotype-ontology.orgHuman Phenotype Ontology

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "HpoSeverity",
  "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/HpoSeverity",
  "version": "0.1.0",
  "name": "HpoSeverityVS",
  "title": "Hpo Severity Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2022-09-19T16:13:10+10: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": "The HPO codes for phenotypic feature severity",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "[Global Alliance for Genomics and Health](https://www.ga4gh.org)",
  "compose": {
    "include": [
      {
        "system": "http://human-phenotype-ontology.org",
        "concept": [
          {
            "code": "HP:0012828",
            "display": "Severe"
          },
          {
            "code": "HP:0012826",
            "display": "Moderate"
          },
          {
            "code": "HP:0012825",
            "display": "Mild"
          },
          {
            "code": "HP:0012827",
            "display": "Borderline"
          },
          {
            "code": "HP:0012829",
            "display": "Profound"
          }
        ]
      }
    ]
  }
}