Release 5 Draft Ballot

This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Nutritionintake-example.ttl

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification)

Patient reports the food and fluid consumed

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/NutritionIntake/example> a fhir:NutritionIntake;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>code</b>: <span>Inpatient</span></p><p><b>subject</b>: <span>Paula Patient Chalmers</span></p><p><b>occurrence</b>: 2 Aug. 2019, 6:45:18 pm</p><blockquote><p><b>consumedItem</b></p><p><b>type</b>: <span>food</span></p><h3>NutritionProducts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 100 percent</p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: <span>food</span></p><h3>NutritionProducts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 100 percent</p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: <span>food</span></p><h3>NutritionProducts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 50 percent</p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: <span>food</span></p><h3>NutritionProducts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 50 percent</p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: <span>fluid</span></p><h3>NutritionProducts</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 100 percent</p></blockquote><blockquote><p><b>ingredientLabel</b></p><h3>Nutrients</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 313 kilocalorie</p></blockquote><blockquote><p><b>ingredientLabel</b></p><h3>Nutrients</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 10.4 grams</p></blockquote><blockquote><p><b>ingredientLabel</b></p><h3>Nutrients</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 18.00 grams</p></blockquote><blockquote><p><b>ingredientLabel</b></p><h3>Nutrients</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 26.47 grams</p></blockquote><blockquote><p><b>ingredientLabel</b></p><h3>Nutrients</h3><table><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>amount</b>: 770 Milligrams</p></blockquote></div>"
  ];
  fhir:NutritionIntake.status [ fhir:value "completed"];
  fhir:NutritionIntake.code [
     fhir:CodeableConcept.text [ fhir:value "Inpatient" ]
  ];
  fhir:NutritionIntake.subject [
     fhir:Reference.display [ fhir:value "Paula Patient Chalmers" ]
  ];
  fhir:NutritionIntake.occurrenceDateTime [ fhir:value "2019-08-02T12:45:18+04:00"^^xsd:dateTime];
  fhir:NutritionIntake.consumedItem [
     fhir:index 0;
     fhir:NutritionIntake.consumedItem.type [
       fhir:CodeableConcept.text [ fhir:value "food" ]
     ];
     fhir:NutritionIntake.consumedItem.nutritionProduct [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Grill Sandwich" ]
       ]
     ];
     fhir:NutritionIntake.consumedItem.amount [
       fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "percent" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ], [
     fhir:index 1;
     fhir:NutritionIntake.consumedItem.type [
       fhir:CodeableConcept.text [ fhir:value "food" ]
     ];
     fhir:NutritionIntake.consumedItem.nutritionProduct [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "French Fries Spiral Battered" ]
       ]
     ];
     fhir:NutritionIntake.consumedItem.amount [
       fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "percent" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ], [
     fhir:index 2;
     fhir:NutritionIntake.consumedItem.type [
       fhir:CodeableConcept.text [ fhir:value "food" ]
     ];
     fhir:NutritionIntake.consumedItem.nutritionProduct [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Tomato Soup Healthy Request" ]
       ]
     ];
     fhir:NutritionIntake.consumedItem.amount [
       fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "percent" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ], [
     fhir:index 3;
     fhir:NutritionIntake.consumedItem.type [
       fhir:CodeableConcept.text [ fhir:value "food" ]
     ];
     fhir:NutritionIntake.consumedItem.nutritionProduct [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Side Garden Salad" ]
       ]
     ];
     fhir:NutritionIntake.consumedItem.amount [
       fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "percent" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ], [
     fhir:index 4;
     fhir:NutritionIntake.consumedItem.type [
       fhir:CodeableConcept.text [ fhir:value "fluid" ]
     ];
     fhir:NutritionIntake.consumedItem.nutritionProduct [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Ice Tea Unsweetened" ]
       ]
     ];
     fhir:NutritionIntake.consumedItem.amount [
       fhir:Quantity.value [ fhir:value "100"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "percent" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "%" ]
     ]
  ];
  fhir:NutritionIntake.ingredientLabel [
     fhir:index 0;
     fhir:NutritionIntake.ingredientLabel.nutrient [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Total Calories" ]
       ]
     ];
     fhir:NutritionIntake.ingredientLabel.amount [
       fhir:Quantity.value [ fhir:value "313"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "kilocalorie" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "kcal" ]
     ]
  ], [
     fhir:index 1;
     fhir:NutritionIntake.ingredientLabel.nutrient [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Protein" ]
       ]
     ];
     fhir:NutritionIntake.ingredientLabel.amount [
       fhir:Quantity.value [ fhir:value "10.4"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "grams" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "g" ]
     ]
  ], [
     fhir:index 2;
     fhir:NutritionIntake.ingredientLabel.nutrient [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Fat (Total)" ]
       ]
     ];
     fhir:NutritionIntake.ingredientLabel.amount [
       fhir:Quantity.value [ fhir:value "18.00"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "grams" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "g" ]
     ]
  ], [
     fhir:index 3;
     fhir:NutritionIntake.ingredientLabel.nutrient [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Carbohydrate" ]
       ]
     ];
     fhir:NutritionIntake.ingredientLabel.amount [
       fhir:Quantity.value [ fhir:value "26.47"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "grams" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "g" ]
     ]
  ], [
     fhir:index 4;
     fhir:NutritionIntake.ingredientLabel.nutrient [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.text [ fhir:value "Sodium" ]
       ]
     ];
     fhir:NutritionIntake.ingredientLabel.amount [
       fhir:Quantity.value [ fhir:value "770"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "Milligrams" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mg" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/NutritionIntake/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/NutritionIntake/example.ttl> .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.