@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://johnmoehrke.github.io/test-valuesets/ValueSet/vs-values-active> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-values-active"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-values-active</b></p><a name=\"vs-values-active\"> </a><a name=\"hcvs-values-active\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cs-testy.html\"><code>http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://johnmoehrke.github.io/test-valuesets/ValueSet/vs-values-active"^^xsd:anyURI ;
     fhir:l <http://johnmoehrke.github.io/test-valuesets/ValueSet/vs-values-active>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VS_Values_Only_Active_Tags"] ; # 
  fhir:title [ fhir:v "Values Only Active Tags"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-23T21:21:43+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "John Moehrke (Moehrke Research LLC)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "John Moehrke (Moehrke Research LLC)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "JohnMoehrke@gmail.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet of codes including only Active."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:inactive [ fhir:v false ] ;
     fhir:include ( [
       fhir:system [
         fhir:v "http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy"^^xsd:anyURI ;
         fhir:l <http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

