@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 -------------------------------------------------------------------

<http://terminology.hl7.org/ValueSet/v2-0353> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "v2-0353"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-v2-0353.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0353</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v2-0353"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.21.229" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "Hl7VSCweStatuses"] ; # 
  fhir:title [ fhir:v "hl7VS-cweStatuses"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-12-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7, Inc"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://github.com/HL7/UTG" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Concepts that represent an exception identifier code; that is, a code that is not defined in the value set (either model or site-extended).  These are occationsally referred to a 'flavors of null' although this set of concepts is specific to the CWE datatype used in Version 2 messaging, and the codes may be used in the 'identifier' component of the 'triplets' in that datatype."] ; # 
  fhir:copyright [ fhir:v "Copyright HL7. Licensed under creative commons public domain"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0353"^^xsd:anyURI ] ;
       fhir:version [ fhir:v "2.1.0" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

