@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/Observation/nutrition-sugarsalty-daily-example> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nutrition-sugarsalty-daily-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-nutrition-sugarsalty-observation" ;
       fhir:index 0 ;
       fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-nutrition-sugarsalty-observation>
     ]
  ] ;
  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: Observation nutrition-sugarsalty-daily-example</b></p><a name=\"nutrition-sugarsalty-daily-example\"> </a><a name=\"hcnutrition-sugarsalty-daily-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-prenudge-nutrition-sugarsalty-observation.html\">AT PreNUDGE Observation Nutrition Sugar Salty Frequency</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/qr-nut-ss-2026-06-01-001</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 364395008}\">Pattern of food and drink intake (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-06-01</p><p><b>issued</b>: 2026-06-01 09:15:00+0000</p><p><b>value</b>: <span title=\"Codes:{https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/athis-answers diet-daily-or-more}\">Täglich oder mehrmals täglich</span></p><p><b>note</b>: </p><blockquote><div><p>Selbstberichtet: täglicher Konsum zuckerhaltiger und fettreicher Lebensmittel.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 87982008}\">Manual</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse-nutrition-sugarsalty-response-daily-example.html\">Response to Questionnaire '-&gt;Konsumhäufigkeit fett-, zucker- und salzreicher Lebensmittel' about '-&gt;James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)'</a></p></div>"
  ] ;
  fhir:Observation.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://www.joanneum.at" ] ;
     fhir:Identifier.value [ fhir:value "qr-nut-ss-2026-06-01-001" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:364395008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "364395008" ] ;
       fhir:Coding.display [ fhir:value "Pattern of food and drink intake (observable entity)" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-06-01"^^xsd:date] ;
  fhir:Observation.issued [ fhir:value "2026-06-01T09:15:00Z"^^xsd:dateTime] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/athis-answers" ] ;
       fhir:Coding.code [ fhir:value "diet-daily-or-more" ] ;
       fhir:Coding.display [ fhir:value "Täglich oder mehrmals täglich" ]
     ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Selbstberichtet: täglicher Konsum zuckerhaltiger und fettreicher Lebensmittel." ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:87982008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "87982008" ] ;
       fhir:Coding.display [ fhir:value "Manual" ]
     ]
  ] ;
  fhir:Observation.derivedFrom [
     fhir:index 0 ;
     fhir:link <https://fhir.hl7.at/prenudge/appdata/r4/QuestionnaireResponse/nutrition-sugarsalty-response-daily-example> ;
     fhir:Reference.reference [ fhir:value "QuestionnaireResponse/nutrition-sugarsalty-response-daily-example" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/Observation/nutrition-sugarsalty-daily-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

