HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: No Allergies - 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#> .
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "no-allergies"] ;
fhir:language [ fhir:v "it-IT"] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem no-allergies</b></p><a name=\"no-allergies\"> </a><a name=\"hcno-allergies\"> </a><a name=\"no-allergies-it-IT\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: it-IT</p></div><p>This case-sensitive code system <code>http://hl7.it/fhir/taccuino/CodeSystem/no-allergies</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">no-allergy-info<a name=\"no-allergies-no-allergy-info\"> </a></td><td>No information about allergies</td></tr><tr><td style=\"white-space:nowrap\">no-known-allergies<a name=\"no-allergies-no-known-allergies\"> </a></td><td>No known allergies</td></tr><tr><td style=\"white-space:nowrap\">no-known-medication-allergies<a name=\"no-allergies-no-known-medication-allergies\"> </a></td><td>No known medication allergies</td></tr><tr><td style=\"white-space:nowrap\">no-known-environmental-allergies<a name=\"no-allergies-no-known-environmental-allergies\"> </a></td><td>No known environmental allergies</td></tr><tr><td style=\"white-space:nowrap\">no-known-food-allergies<a name=\"no-allergies-no-known-food-allergies\"> </a></td><td>No known food allergies</td></tr></table></div>"^^rdf:XMLLiteral
] ;
fhir:url [ fhir:v "http://hl7.it/fhir/taccuino/CodeSystem/no-allergies"^^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.5.1150.1" ]
] ) ;
fhir:version [ fhir:v "0.0.1"] ;
fhir:name [ fhir:v "CsNoAllergiesInfo"] ;
fhir:title [ fhir:v "No Allergies"] ;
fhir:status [ fhir:v "active"] ;
fhir:experimental [ fhir:v false] ;
fhir:date [ fhir:v "2025-04-01T14:33:37+02: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 "Nessuna allergia oppure agente non noto"] ;
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IT" ] ;
fhir:display [ fhir:v "Italy" ] ] )
] ) ;
fhir:caseSensitive [ fhir:v true] ;
fhir:content [ fhir:v "complete"] ;
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ;
fhir:concept ( [
fhir:code [ fhir:v "no-allergy-info" ] ;
fhir:display [ fhir:v "No information about allergies" ]
] [
fhir:code [ fhir:v "no-known-allergies" ] ;
fhir:display [ fhir:v "No known allergies" ]
] [
fhir:code [ fhir:v "no-known-medication-allergies" ] ;
fhir:display [ fhir:v "No known medication allergies" ]
] [
fhir:code [ fhir:v "no-known-environmental-allergies" ] ;
fhir:display [ fhir:v "No known environmental allergies" ]
] [
fhir:code [ fhir:v "no-known-food-allergies" ] ;
fhir:display [ fhir:v "No known food allergies" ]
] ) .