@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/resp-net/Library/respnet-valuesets-example2> a fhir:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "respnet-valuesets-example2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>RESPNet value sets example</p>  \n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/resp-net/Library/respnet-valuesets-example2"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/resp-net/Library/respnet-valuesets-example2>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.11114" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "RESPNetValueSetLibraryExample2"] ; # 
  fhir:title [ fhir:v "RESPNet ValueSet Library Example2"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/library-type>
       ] ;
       fhir:code [ fhir:v "asset-collection" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2023-08-17T13:22:13+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RESP-NET Value sets library"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Used to check reportability for RESP-NET reports"] ; # 
  fhir:effectivePeriod [
     fhir:start [ fhir:v "2020-11-01"^^xsd:date ]
  ] ; # 
  fhir:relatedArtifact ( [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-rsv-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-rsv-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-flu-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-flu-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-covid-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-covid-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-flu-rsv-covid-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-labtest-flu-rsv-covid-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-ari-test-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-ari-test-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-positive-result-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-positive-result-codes?version=2.0.0>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-negative-result-codes|2.0.0"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-negative-result-codes?version=2.0.0>
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

