Rigoletto Implementation Guide
0.4.0 - ci-build

Rigoletto Implementation Guide - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Observation Category VS - TTL Representation

Active as of 2026-07-14

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/OBSVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "OBSVS"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet OBSVS</b></p><a name=\"OBSVS\"> </a><a name=\"hcOBSVS\"> </a><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-observation-category.html\"><code>http://terminology.hl7.org/CodeSystem/observation-category</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.0.0, the version found through the package references\"> version ?2.0.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://rigoletto.na.icar.cnr.it/ValueSet/OBSVS"] ;
  fhir:ValueSet.version [ fhir:value "0.4.0"] ;
  fhir:ValueSet.name [ fhir:value "OBSVS"] ;
  fhir:ValueSet.title [ fhir:value "Observation Category VS"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-14T17:17:31+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.description [ fhir:value "Value Set  che include i codici per la categoria"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/OBSVS.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/OBSVS.ttl> .