Phenomics Exchange for Research and Diagnostics
0.1.0 - ci-build International flag

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

: Hpo Severity Value Set - TTL Representation

Draft as of 2022-09-19

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HpoSeverity"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cic" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/phenomics-exchange/ValueSet/HpoSeverity"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HpoSeverityVS"] ; # 
  fhir:title [ fhir:v "Hpo Severity Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-09-19T16:13:10+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Interoperability Council"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Clinical Interoperability Council" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cic" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cic@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The HPO codes for phenotypic feature severity"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "[Global Alliance for Genomics and Health](https://www.ga4gh.org)"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://human-phenotype-ontology.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "HP:0012828" ] ;
fhir:display [ fhir:v "Severe" ]       ] [
fhir:code [ fhir:v "HP:0012826" ] ;
fhir:display [ fhir:v "Moderate" ]       ] [
fhir:code [ fhir:v "HP:0012825" ] ;
fhir:display [ fhir:v "Mild" ]       ] [
fhir:code [ fhir:v "HP:0012827" ] ;
fhir:display [ fhir:v "Borderline" ]       ] [
fhir:code [ fhir:v "HP:0012829" ] ;
fhir:display [ fhir:v "Profound" ]       ] )     ] )
  ] . #