Laboratory Base Class FHIR Profiles
0.1 - Draft United States of America flag

Laboratory Base Class FHIR Profiles, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 0.1). This version is based on the current content of https://github.com/HL7/cimi-labs/ and changes regularly. See the Directory of published versions

: Abnormal Interpretation Numeric Nominal value set - TTL Representation

Draft as of 2023-08-02

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 "abnml-int-numeric-nom-value-set"] ; # 
  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://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/263654008\">263654008</a></td><td>Abnormal</td></tr><tr><td><a href=\"http://snomed.info/id/371879000\">371879000</a></td><td>Abnormally high</td></tr><tr><td><a href=\"http://snomed.info/id/371880002\">371880002</a></td><td>Abnormally low</td></tr><tr><td><a href=\"http://snomed.info/id/24651000205108\">24651000205108</a></td><td>Very abnormal</td></tr><tr><td><a href=\"http://snomed.info/id/260360000\">260360000</a></td><td>Very high</td></tr><tr><td><a href=\"http://snomed.info/id/260362008\">260362008</a></td><td>Very low</td></tr><tr><td><a href=\"http://snomed.info/id/17621005\">17621005</a></td><td>Normal</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cimi-labs/ValueSet/abnml-int-numeric-nom-value-set"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1"] ; # 
  fhir:name [ fhir:v "AbnmIntNumbericNom_VSET"] ; # 
  fhir:title [ fhir:v "Abnormal Interpretation Numeric Nominal value set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-08-02T21:04:34+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Clinical Information Modeling Initiative"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Information Modeling Initiative" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/cimi" ]     ] )
  ] [
fhir:name [ fhir:v "Graphite Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.graphitehealth.io" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A set of Snomed CT terms that describe the abnormality of numeric laboratory tests, when applicable."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "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"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "263654008" ] ;
fhir:display [ fhir:v "Abnormal" ]       ] [
fhir:code [ fhir:v "371879000" ] ;
fhir:display [ fhir:v "Abnormally high" ]       ] [
fhir:code [ fhir:v "371880002" ] ;
fhir:display [ fhir:v "Abnormally low" ]       ] [
fhir:code [ fhir:v "24651000205108" ] ;
fhir:display [ fhir:v "Very abnormal" ]       ] [
fhir:code [ fhir:v "260360000" ] ;
fhir:display [ fhir:v "Very high" ]       ] [
fhir:code [ fhir:v "260362008" ] ;
fhir:display [ fhir:v "Very low" ]       ] [
fhir:code [ fhir:v "17621005" ] ;
fhir:display [ fhir:v "Normal" ]       ] )     ] )
  ] . #