FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example NutritionOrder/infantenteral (Turtle)

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

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

Nutrition Order Infant Enteral Feeding Example

@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 "infantenteral"] ; #    id = infantenteral  file name = nutritionorder-infantenteral-example.xml  Name= Infant Enteral  Description = Nutrition Order Infant Enteral Feeding Canonical Example
#edited by Eric Haas Health eData Inc
#  
  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=\"infantenteral\"> </a><a name=\"hcinfantenteral\"> </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 &quot;infantenteral&quot; </p></div><p><b>identifier</b>: <code>http://www.acme.org/nutritionorders</code>/123</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example: Peter Chalmers</a> &quot;Peter CHALMERS&quot;</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> &quot;Adam CAREFUL&quot;</p><blockquote><p><b>enteralFormula</b></p><h3>BaseFormulaTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>infant formula + iron <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#412414007)</span></td></tr></table><p><b>baseFormulaProductName</b>: Acme Infant Formula + Iron</p><blockquote><p><b>additive</b></p><h3>Types</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Carbohydrate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-entformula-additive.html\">Enteral Formula Additive Type Code</a>#carbohydrate)</span></td></tr></table><p><b>productName</b>: Acme High Carbohydrate Additive</p></blockquote><p><b>caloricDensity</b>: 20 calories per ounce<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cal/[foz_us] = 'cal/foz_us')</span></p><p><b>routeOfAdministration</b>: Swallow, oral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RouteOfAdministration.html\">RouteOfAdministration</a>#PO)</span></p><blockquote><p><b>administration</b></p><h3>Schedules</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>Starting 2014-09-17, Once per 3 hours</td></tr></table><p><b>quantity</b>: 4 ounces<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code [foz_us] = 'foz_us')</span></p></blockquote><p><b>maxVolumeToDeliver</b>: 32 ounces<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code [foz_us] = 'foz_us')</span></p><p><b>administrationInstruction</b>: <span title=\"  EH infant feeding instruction and additional instructions  \">Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://www.acme.org/nutritionorders"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "123" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
     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:enteralFormula [
     fhir:baseFormulaType [
       fhir:concept [
         fhir:coding ( [
           a sct:412414007 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "412414007" ] ;
           fhir:display [ fhir:v "infant formula + iron" ]
         ] )
       ]
     ] ;
     fhir:baseFormulaProductName [ fhir:v "Acme Infant Formula + Iron" ] ;
     fhir:additive ( [
       fhir:type [
         fhir:concept [
           fhir:coding ( [
             fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/entformula-additive"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "carbohydrate" ] ;
             fhir:display [ fhir:v "Carbohydrate" ]
           ] )
         ]
       ] ;
       fhir:productName [ fhir:v "Acme High Carbohydrate Additive" ]
     ] ) ;
     fhir:caloricDensity [
       fhir:value [ fhir:v "20"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "calories per ounce" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "cal/[foz_us]" ]
     ] ;
     fhir:routeOfAdministration [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PO" ] ;
         fhir:display [ fhir:v "Swallow, oral" ] ;
         fhir:userSelected [ fhir:v "true"^^xsd:boolean ]
       ] )
     ] ;
     fhir:administration ( [
       fhir:schedule [
         fhir:timing ( [
           fhir:repeat [
             fhir:bounds [
               a fhir:Period ;
               fhir:start [ fhir:v "2014-09-17"^^xsd:date ]
             ] ;
             fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
             fhir:period [ fhir:v "3"^^xsd:decimal ] ;
             fhir:periodUnit [ fhir:v "h" ]
           ]
         ] )
       ] ; #    scheduled 4 oz every 3hrs not to exceed 32 oz\/day  
       fhir:quantity [
         fhir:value [ fhir:v "4"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "ounces" ] ;
         fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "[foz_us]" ]
       ]
     ] ) ;
     fhir:maxVolumeToDeliver [
       fhir:value [ fhir:v "32"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "ounces" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "[foz_us]" ]
     ] ;
     fhir:administrationInstruction [ fhir:v "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz." ] #    EH infant feeding instruction and additional instructions   
  ]] . # 

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


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.