@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 -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-nutrition-sugarsalty-frequency-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "prenudge-nutrition-sugarsalty-frequency-vs"] ;
  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 prenudge-nutrition-sugarsalty-frequency-vs</b></p><a name=\"prenudge-nutrition-sugarsalty-frequency-vs\"> </a><a name=\"hcprenudge-nutrition-sugarsalty-frequency-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-athis-answers.html\"><code>https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/athis-answers</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-athis-answers.html#athis-answers-diet-daily-or-more\">diet-daily-or-more</a></td><td>Täglich oder mehrmals täglich</td></tr><tr><td><a href=\"CodeSystem-athis-answers.html#athis-answers-diet-4-6-per-week\">diet-4-6-per-week</a></td><td>4 bis 6 Mal pro Woche</td></tr><tr><td><a href=\"CodeSystem-athis-answers.html#athis-answers-diet-1-3-per-week\">diet-1-3-per-week</a></td><td>1 bis 3 Mal pro Woche</td></tr><tr><td><a href=\"CodeSystem-athis-answers.html#athis-answers-diet-less-than-once-per-week\">diet-less-than-once-per-week</a></td><td>Weniger als einmal pro Woche</td></tr><tr><td><a href=\"CodeSystem-athis-answers.html#athis-answers-diet-never\">diet-never</a></td><td>Nie</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-nutrition-sugarsalty-frequency-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "AtPrenudgeValueSetNutritionSugarSaltyFrequency"] ;
  fhir:ValueSet.title [ fhir:value "AT PreNUDGE Nutrition Sugar Salty Consumption Frequency"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-06-29T10:47:49+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "The PreNUDGE Consortium"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "The PreNUDGE Consortium" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://prenudge.at" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "The PreNUDGE Consortium" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://prenudge.at" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Frequency options for sugary, fatty, and salty food consumption (ATHIS 2025 question DH6). Excludes 'Weiß nicht' because DH6 does not offer that option."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/athis-answers" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "diet-daily-or-more" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Täglich oder mehrmals täglich" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "diet-4-6-per-week" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "4 bis 6 Mal pro Woche" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "diet-1-3-per-week" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "1 bis 3 Mal pro Woche" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "diet-less-than-once-per-week" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Weniger als einmal pro Woche" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "diet-never" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Nie" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-nutrition-sugarsalty-frequency-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

