@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://hl7.org/fhir/5.0/CodeSystem/diet> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "diet"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/diet</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">vegetarian<a name=\"diet-vegetarian\"> </a></td><td>Vegetarian</td><td>Food without meat, poultry or seafood.</td></tr><tr><td style=\"white-space:nowrap\">dairy-free<a name=\"diet-dairy-free\"> </a></td><td>Dairy Free</td><td>Excludes dairy products.</td></tr><tr><td style=\"white-space:nowrap\">nut-free<a name=\"diet-nut-free\"> </a></td><td>Nut Free</td><td>Excludes ingredients containing nuts.</td></tr><tr><td style=\"white-space:nowrap\">gluten-free<a name=\"diet-gluten-free\"> </a></td><td>Gluten Free</td><td>Excludes ingredients containing gluten.</td></tr><tr><td style=\"white-space:nowrap\">vegan<a name=\"diet-vegan\"> </a></td><td>Vegan</td><td>Food without meat, poultry, seafood, eggs, dairy products and other animal-derived substances.</td></tr><tr><td style=\"white-space:nowrap\">halal<a name=\"diet-halal\"> </a></td><td>Halal</td><td>Foods that conform to Islamic law.</td></tr><tr><td style=\"white-space:nowrap\">kosher<a name=\"diet-kosher\"> </a></td><td>Kosher</td><td>Foods that conform to Jewish dietary law.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "pa"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/diet"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Diet"] ; # 
  fhir:title [ fhir:v "Diet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2023-02-26T04:07:30+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set defines a set of codes that can be used to indicate dietary preferences or restrictions a patient may have."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://terminology.hl7.org/ValueSet/encounter-diet|1.0.1"^^xsd:anyURI ;
     fhir:link <http://terminology.hl7.org/ValueSet/encounter-diet|1.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "vegetarian" ] ;
     fhir:display [ fhir:v "Vegetarian" ] ;
     fhir:definition [ fhir:v "Food without meat, poultry or seafood." ]
  ] [
     fhir:code [ fhir:v "dairy-free" ] ;
     fhir:display [ fhir:v "Dairy Free" ] ;
     fhir:definition [ fhir:v "Excludes dairy products." ]
  ] [
     fhir:code [ fhir:v "nut-free" ] ;
     fhir:display [ fhir:v "Nut Free" ] ;
     fhir:definition [ fhir:v "Excludes ingredients containing nuts." ]
  ] [
     fhir:code [ fhir:v "gluten-free" ] ;
     fhir:display [ fhir:v "Gluten Free" ] ;
     fhir:definition [ fhir:v "Excludes ingredients containing gluten." ]
  ] [
     fhir:code [ fhir:v "vegan" ] ;
     fhir:display [ fhir:v "Vegan" ] ;
     fhir:definition [ fhir:v "Food without meat, poultry, seafood, eggs, dairy products and other animal-derived substances." ]
  ] [
     fhir:code [ fhir:v "halal" ] ;
     fhir:display [ fhir:v "Halal" ] ;
     fhir:definition [ fhir:v "Foods that conform to Islamic law." ]
  ] [
     fhir:code [ fhir:v "kosher" ] ;
     fhir:display [ fhir:v "Kosher" ] ;
     fhir:definition [ fhir:v "Foods that conform to Jewish dietary law." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

