Patient Generated Health Data Implementation Guide
0.1.0 - ci-build

Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Allergy Category Code VS - TTL Representation

Active as of 2026-03-19

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 "VsAllergyCategory"] ; # 
  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 VsAllergyCategory</b></p><a name=\"VsAllergyCategory\"> </a><a name=\"hcVsAllergyCategory\"> </a><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-allergy-intolerance-category.html\">AllergyIntoleranceCategory</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://pghd.na.icar.cnr.it/ValueSet/VsAllergyCategory"^^xsd:anyURI ;
fhir:l <https://pghd.na.icar.cnr.it/ValueSet/VsAllergyCategory>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AllergyCategoryVs"] ; # 
  fhir:title [ fhir:v "Allergy Category Code VS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-19T17:42:59+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PGHD"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "PGHD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet containing the list of codes to be used for allergies/intolerances (e.g. food, medication)"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/allergy-intolerance-category"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/allergy-intolerance-category>       ] )     ] )
  ] . #