This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: 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 ------------------------------------------------------------------- <http://hl7.org/fhir/NutritionOrder/infantenteral> a fhir:NutritionOrder; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "infantenteral"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: infantenteral</p><p><b>identifier</b>: 123</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>patient</b>: <a>Peter Chalmers</a></p><p><b>encounter</b>: <a>Inpatient</a></p><p><b>dateTime</b>: 17/09/2014</p><p><b>orderer</b>: <a>Dr Adam Careful</a></p><blockquote><p><b>enteralFormula</b></p><p><b>baseFormulaType</b>: infant formula + iron <span>(Details : {SNOMED CT code '412414007' = 'Infant formula + iron', given as 'infant formula + iron'})</span></p><p><b>baseFormulaProductName</b>: Acme Infant Formula + Iron</p><p><b>additiveType</b>: Carbohydrate <span>(Details : {http://terminology.hl7.org/CodeSystem/entformula-additive code 'carbohydrate' = 'Carbohydrate', given as 'Carbohydrate'})</span></p><p><b>additiveProductName</b>: Acme High Carbohydrate Additive</p><p><b>caloricDensity</b>: 20 calories per ounce<span> (Details: UCUM code cal/[foz_us] = 'cal/foz_us')</span></p><p><b>routeofAdministration</b>: Swallow, oral <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration code 'PO' = 'Swallow, oral', given as 'Swallow, oral'})</span></p><h3>Administrations</h3><table><tr><td>-</td><td><b>Schedule</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>Starting 17/09/2014, Do Once per 3 hours</td><td>4 ounces<span> (Details: UCUM code [foz_us] = 'foz_us')</span></td></tr></table><p><b>maxVolumeToDeliver</b>: 32 ounces<span> (Details: UCUM code [foz_us] = 'foz_us')</span></p><p><b>administrationInstruction</b>: Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.</p></blockquote></div>" ]; fhir:NutritionOrder.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.acme.org/nutritionorders" ]; fhir:Identifier.value [ fhir:value "123" ] ]; fhir:NutritionOrder.status [ fhir:value "active"]; fhir:NutritionOrder.intent [ fhir:value "order"]; fhir:NutritionOrder.patient [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter Chalmers" ] ]; fhir:NutritionOrder.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ]; fhir:Reference.display [ fhir:value "Inpatient" ] ]; fhir:NutritionOrder.dateTime [ fhir:value "2014-09-17"^^xsd:date]; fhir:NutritionOrder.orderer [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; fhir:NutritionOrder.enteralFormula [ fhir:NutritionOrder.enteralFormula.baseFormulaType [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:412414007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "412414007" ]; fhir:Coding.display [ fhir:value "infant formula + iron" ] ] ]; fhir:NutritionOrder.enteralFormula.baseFormulaProductName [ fhir:value "Acme Infant Formula + Iron" ]; fhir:NutritionOrder.enteralFormula.additiveType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/entformula-additive" ]; fhir:Coding.code [ fhir:value "carbohydrate" ]; fhir:Coding.display [ fhir:value "Carbohydrate" ] ] ]; fhir:NutritionOrder.enteralFormula.additiveProductName [ fhir:value "Acme High Carbohydrate Additive" ]; fhir:NutritionOrder.enteralFormula.caloricDensity [ fhir:Quantity.value [ fhir:value "20"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "calories per ounce" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "cal/[foz_us]" ] ]; fhir:NutritionOrder.enteralFormula.routeofAdministration [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration" ]; fhir:Coding.code [ fhir:value "PO" ]; fhir:Coding.display [ fhir:value "Swallow, oral" ]; fhir:Coding.userSelected [ fhir:value "true"^^xsd:boolean ] ] ]; fhir:NutritionOrder.enteralFormula.administration [ fhir:index 0; fhir:NutritionOrder.enteralFormula.administration.schedule [ fhir:Timing.repeat [ fhir:Timing.repeat.boundsPeriod [ fhir:Period.start [ fhir:value "2014-09-17"^^xsd:date ] ]; fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "3"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "h" ] ] ]; fhir:NutritionOrder.enteralFormula.administration.quantity [ fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "ounces" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "[foz_us]" ] ] ]; fhir:NutritionOrder.enteralFormula.maxVolumeToDeliver [ fhir:Quantity.value [ fhir:value "32"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "ounces" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "[foz_us]" ] ]; fhir:NutritionOrder.enteralFormula.administrationInstruction [ fhir:value "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz." ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/NutritionOrder/infantenteral.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/NutritionOrder/infantenteral.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.