Da Vinci - Coverage Requirements Discovery
2.1.0-preview - STU 2 United States of America flag

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.1.0-preview: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions

: NutritionOder example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NutritionOrder example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>identifier</b>: <code>http://goodhealthhospital.org/nutrition-requests</code>/123</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href=\"Patient-example.html\">Amy V. Shaw  Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter: identifier = http://www.amc.nl/zorgportal/identifiers/visits#v1451 (use: official, ); status = in-progress; class = ambulatory (ActCode#AMB); type = Patient-initiated encounter; priority = Non-urgent cardiological admission; reasonCode = Heart valve replacement</a></p><p><b>dateTime</b>: 2014-09-17</p><p><b>orderer</b>: <a href=\"Practitioner-full.html\">Practitioner Bone </a></p><p><b>allergyIntolerance</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.v311@3.1.1&amp;canonical=http://example.org/fhir/AllergyIntolerance/example\">Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diet dairy-free}\">Dairy Free</span></p><p><b>excludeFoodModifier</b>: <span title=\"Codes:{http://snomed.info/sct 227493005}\">Cashew Nut</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 15108003}\">Fiber restricted diet</span>, <span title=\"Codes:{http://snomed.info/sct 16208003}\">Low fat diet</span></p><p><b>schedule</b>: 3 per1 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><span title=\"Codes:{http://snomed.info/sct 256674009}\">Fat</span></td><td>50 grams<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = '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 "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/example" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2014-09-17"^^xsd:date] ; # 
  fhir:orderer [
fhir:reference [ fhir:v "Practitioner/full" ]
  ] ; # 
  fhir:allergyIntolerance ( [
fhir:link <http://example.org/fhir/AllergyIntolerance/example> ;
fhir:reference [ fhir:v "http://example.org/fhir/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:excludeFoodModifier ( [
    ( fhir:coding [
a sct:227493005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "227493005" ] ;
fhir:display [ fhir:v "Cashew Nut" ]     ] )
  ] ) ; # 
  fhir:oralDiet [
    ( fhir:type [
      ( fhir:coding [
a sct:15108003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "15108003" ] ;
fhir:display [ fhir:v "Restricted fiber diet" ]       ] ) ;
fhir:text [ fhir:v "Fiber restricted diet" ]     ] [
      ( fhir:coding [
a sct:16208003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16208003" ] ;
fhir:display [ fhir:v "Low fat diet" ]       ] ) ;
fhir:text [ fhir:v "Low fat diet" ]     ] ) ;
    ( 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" ]       ]     ] ) ;
    ( fhir:nutrient [
fhir:modifier [
        ( fhir:coding [
a sct:256674009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "256674009" ] ;
fhir:display [ fhir:v "Fat" ]         ] )       ] ;
fhir:amount [
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "grams" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g" ]       ]     ] )
  ] . #