This page is part of the Quality Improvement Core Framework (v6.0.0: STU6 (v6.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:NutritionOrder ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nutritionorder"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nutritionorder> ] )
] ; # Example based on NutritionOrder/diabeticdiet
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: NutritionOrder</b><a name=\"example\"> </a></p><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\">Resource NutritionOrder "example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-nutritionorder.html\">QICore NutritionOrder</a></p></div><p><b>identifier</b>: <code>http://goodhealthhospital.org/nutrition-requests</code>/123</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>patient</b>: <a href=\"Patient-example.html\">Patient/example: Peter Chalmers</a> " CHALMERS"</p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter/example: Inpatient</a></p><p><b>dateTime</b>: 2014-09-17</p><p><b>orderer</b>: <a href=\"Practitioner-example.html\">Practitioner/example: Dr Adam Careful</a> " CAREFUL"</p><p><b>allergyIntolerance</b>: <a href=\"AllergyIntolerance-example.html\">AllergyIntolerance/example: Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: Dairy Free <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-diet.html\">Diet</a>#dairy-free)</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: Diabetic diet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160670007)</span></p><p><b>schedule</b>: Starting 2015-02-10, 3 per 1 days</p><h3>Nutrients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td style=\"display: none\">*</td><td>Carbohydrate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#2331003)</span></td><td>75 grams<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code g = 'g')</span></td></tr></table></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://goodhealthhospital.org/nutrition-requests"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Peter Chalmers" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example" ] ;
fhir:display [ fhir:v "Inpatient" ]
] ; #
fhir:dateTime [ fhir:v "2014-09-17"^^xsd:date] ; #
fhir:orderer [
fhir:reference [ fhir:v "Practitioner/example" ] ;
fhir:display [ fhir:v "Dr Adam Careful" ]
] ; #
fhir:allergyIntolerance ( [
fhir:reference [ fhir:v "AllergyIntolerance/example" ] ;
fhir:display [ fhir:v "Cashew Nuts" ]
] ) ; #
fhir:foodPreferenceModifier ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diet"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dairy-free" ] ] )
] ) ; #
fhir:oralDiet [
( fhir:type [
( fhir:coding [
a sct:160670007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "160670007" ] ;
fhir:display [ fhir:v "Diabetic diet" ] ] ) ;
fhir:text [ fhir:v "Diabetic diet" ] ] ) ; # EH: list type of diet showing standard code and local codes
( fhir:schedule [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2015-02-10"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ) ; # EH example of three times a day starting on 2\/10 using schedule
( fhir:nutrient [
fhir:modifier [
( fhir:coding [
a sct:2331003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2331003" ] ;
fhir:display [ fhir:v "Carbohydrate" ] ] ) ] ;
fhir:amount [
fhir:value [ fhir:v "75"^^xsd:decimal ] ;
fhir:unit [ fhir:v "grams" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ] ] ] ) # list nutrients and amounts here
] . # Unknown SNOMED Version 20140730, began showing up 2021-10-27
# <excludeFoodModifier>
# <coding>
# <system value="http://snomed.info/sct"/>
# <version value="20140730"/>
# <code value="227493005"/>
# <display value="Cashew Nut"/>
# </coding>
# </excludeFoodModifier>
#
IG © 2019+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.qicore#6.0.0 based on FHIR 4.0.1. Generated 2024-03-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change