Phenomics Exchange for Research and Diagnostics, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phenomics-exchange-ig/ and changes regularly. See the Directory of published versions
Draft as of 2022-09-19 |
{
"resourceType" : "ValueSet",
"id" : "HpoSeverity",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-HPO.html\"><code>http://human-phenotype-ontology.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>HP:0012828</td><td>Severe</td></tr><tr><td>HP:0012826</td><td>Moderate</td></tr><tr><td>HP:0012825</td><td>Mild</td></tr><tr><td>HP:0012827</td><td>Borderline</td></tr><tr><td>HP:0012829</td><td>Profound</td></tr></table></li></ul></div>"
},
"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"
}
]
}
]
}
}