HL7 Italia Terminology, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/terminology/ and changes regularly. See the Directory of published versions
: Tipo Osservazione - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "risultato-osservazione"] ; #
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 risultato-osservazione</b></p><a name=\"risultato-osservazione\"> </a><a name=\"hcrisultato-osservazione\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where STATUS = ACTIVE and CLASSTYPE = 1</li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where CLASS matches (by regex) CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&P\\.HX\\.LAB|CHALSKIN|LABORDERS</li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://www.hl7.it/fhir/terminology/ValueSet/risultato-osservazione"^^xsd:anyURI ;
fhir:l <https://www.hl7.it/fhir/terminology/ValueSet/risultato-osservazione>
] ; #
fhir:version [ fhir:v "0.1.2"] ; #
fhir:name [ fhir:v "VsResultsLaboratoryObservation"] ; #
fhir:title [ fhir:v "Tipo Osservazione"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-12T13:44:06+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Italia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Italia" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.it" ] ] )
] [
fhir:name [ fhir:v "HL7 Italia" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.it" ] ] )
] ) ; #
fhir:description [ fhir:v "Valueset contente i codici che identificano il tipo di osservazione nel referto di laboratorio."] ; #
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 "IT" ] ;
fhir:display [ fhir:v "Italy" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
( fhir:filter [
fhir:property [ fhir:v "STATUS" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "ACTIVE" ] ] [
fhir:property [ fhir:v "CLASSTYPE" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "1" ] ] ) ] ) ;
( fhir:exclude [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
( fhir:filter [
fhir:property [ fhir:v "CLASS" ] ;
fhir:op [ fhir:v "regex" ] ;
fhir:value [ fhir:v "CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&P\\.HX\\.LAB|CHALSKIN|LABORDERS" ] ] ) ] )
] . #