Workflow
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Orders and Observations Work Group | Standards Status : Informative | Compartments : Encounter , Group , 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 ]<http://hl7.org/fhir/NutritionOrder/infantenteral> 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:identifier ( [ fhir:system [ fhir:v "http://www.acme.org/nutritionorders"^^xsd:anyURI ; fhir:l <http://www.acme.org/nutritionorders> ] ; fhir:value [ fhir:v "123" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter Chalmers" ] ] ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ; fhir:display [ fhir:v "Inpatient" ] ] ; # fhir:dateTime [ fhir:v "2014-09-17"^^xsd:date] ; # fhir:enteralFormula [ fhir:type [ ] ; 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:l <http://unitsofmeasure.org> ] ; 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:l <http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration> ] ; fhir:code [ fhir:v "PO" ] ; fhir:display [ fhir:v "Swallow, oral" ] ; fhir:userSelected [ fhir:v true ] ] ) ] ) ; 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:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "[foz_us]" ] ]]; 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: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 ] ; # fhir:additive ( [ fhir:modularType [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/entformula-additive"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/entformula-additive> ] ; fhir:code [ fhir:v "carbohydrate" ] ; fhir:display [ fhir:v "Carbohydrate" ] ] ) ]]; 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." ] ] .] ; fhir:productName [ fhir:v "Acme High Carbohydrate Additive" ] ] ) . # <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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Mon,
Nov
1,
2019
09:36+1100.
QA
Page
10,
2025
15:22+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change