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

: Interpretation Status Value Set - TTL Representation

Draft as of 2024-06-18

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 "interpretationStatus-vs"] ; # 
  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 <code>http://phenopacket-schema.readthedocs.io/en/v2/genomic-interpretation.html#interpretationstatus</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>0</td><td>UNKNOWN_STATUS</td></tr><tr><td>1</td><td>REJECTED</td></tr><tr><td>2</td><td>CANDIDATE</td></tr><tr><td>3</td><td>CONTRIBUTORY</td></tr><tr><td>4</td><td>CAUSATIVE</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/interpretationStatus-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "InterpretationStatusVS"] ; # 
  fhir:title [ fhir:v "Interpretation Status Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-18T22:11:07+00: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 "Describes the conclusion made about the genomic interpretation."] ; # 
  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 "This value set includes content from Phenopackets, which is copyright © 2016+ Global Alliance for Genomics and Health (GA4GH)"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://phenopacket-schema.readthedocs.io/en/v2/genomic-interpretation.html#interpretationstatus"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "UNKNOWN_STATUS" ]       ] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "REJECTED" ]       ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "CANDIDATE" ]       ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "CONTRIBUTORY" ]       ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "CAUSATIVE" ]       ] )     ] )
  ] . #