Extensions for Using Data Elements from FHIR R5 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR STU3 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R5_NutritionOrder_R3

Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-NutritionOrder Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R5_NutritionOrder_R3

This cross-version profile allows R5 NutritionOrder content to be represented via FHIR STU3 NutritionOrder resources.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder C 0..* NutritionOrder Diet, formula or nutritional supplement request
Constraints: nor-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension ?! 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent ?! 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
... patient Σ 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... dateTime Σ 1..1 dateTime Date and time the nutrition order was requested

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
NutritionOrder.status Base required NutritionOrderStatus 📍3.0.2 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-1 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error NutritionOrder If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error NutritionOrder If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
nor-1 warning NutritionOrder Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class oralDiet.exists() or supplement.exists() or enteralFormula.exists()

This structure is derived from NutritionOrder

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder 0..* NutritionOrder Diet, formula or nutritional supplement request
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
... status
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... encounter
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:encounter 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... orderer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:orderer 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: orderer additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... allergyIntolerance
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:allergyIntolerance 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: allergyIntolerance additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... oralDiet
.... schedule
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeededFor
... supplement
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.type
.... schedule
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeededFor
... enteralFormula
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:deliveryDevice 0..* (Complex) R5: Intended type of device for the administration (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.deliveryDevice
..... extension:quantity 0..1 SimpleQuantity R5: Amount of additive to be given or mixed in (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.quantity
.... baseFormulaType
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:baseFormulaType 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: baseFormulaType additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.baseFormulaType
.... additiveType
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.type
.... administration
..... schedule
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:timing 0..* Timing R5: Scheduled frequency of enteral formula (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.timing
....... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeeded
....... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeededFor

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder C 0..* NutritionOrder Diet, formula or nutritional supplement request
Constraints: nor-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension ?! 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent ?! 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
... identifier 0..* Identifier Identifiers assigned to this order
... status ?!Σ 0..1 code proposed | draft | planned | requested | active | on-hold | completed | cancelled | entered-in-error
Binding: NutritionOrderStatus (required): Codes specifying the state of the request. Describes the lifecycle of the nutrition order.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
.... value 0..1 code Primitive value for code
... patient Σ 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter 0..1 Reference(Encounter) The encounter associated with this nutrition order
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:encounter 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... dateTime Σ 1..1 dateTime Date and time the nutrition order was requested
... orderer Σ 0..1 Reference(Practitioner) Who ordered the diet, formula or nutritional supplement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:orderer 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: orderer additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... allergyIntolerance 0..* Reference(AllergyIntolerance) List of the patient's food and nutrition-related allergies and intolerances
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:allergyIntolerance 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: allergyIntolerance additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... foodPreferenceModifier 0..* CodeableConcept Order-specific modifier about the type of food that should be given
Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements
... excludeFoodModifier 0..* CodeableConcept Order-specific modifier about the type of food that should not be given
Binding: Food Type Codes (example): Codes used to indicate the type of food that should NOT be given to the patient.
... oralDiet C 0..1 BackboneElement Oral diet components
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... type Σ 0..* CodeableConcept Type of oral diet or diet restrictions that describe what can be consumed orally
Binding: Diet Codes (example): Codes used to indicate the type of diet being ordered for a patient.
.... schedule 0..* Timing Scheduled frequency of diet
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeededFor
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 integer Number of times to repeat
...... countMax Σ 0..1 integer Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 integer Event occurs frequency times per period
...... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... nutrient 0..* BackboneElement Required nutrient modifications
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... modifier 0..1 CodeableConcept Type of nutrient that is being modified
Binding: Nutrient Modifier Codes (example): Codes for types of nutrient that is being modified such as carbohydrate or sodium.
..... amount 0..1 SimpleQuantity Quantity of the specified nutrient
.... texture 0..* BackboneElement Required texture modifications
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... modifier 0..1 CodeableConcept Code to indicate how to alter the texture of the foods, e.g. pureed
Binding: Texture Modifier Codes (example): Codes for food consistency types or texture modifications to apply to foods.
..... foodType 0..1 CodeableConcept Concepts that are used to identify an entity that is ingested for nutritional purposes
Binding: Texture Modified Food Type Codes (example): Codes for types of foods that are texture modified.
.... fluidConsistencyType 0..* CodeableConcept The required consistency of fluids and liquids provided to the patient
Binding: Fluid Consistency Type Codes (example): Codes used to represent the consistency of fluids and liquids provided to the patient.
.... instruction Σ 0..1 string Instructions or additional information about the oral diet
... supplement C 0..* BackboneElement Supplement components
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... type Σ 0..1 CodeableConcept Type of supplement product requested
Binding: Supplement Type Codes (example): Codes for nutritional supplements to be provided to the patient
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.type
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... productName 0..1 string Product or brand name of the nutritional supplement
.... schedule 0..* Timing Scheduled frequency of supplement
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeededFor
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 integer Number of times to repeat
...... countMax Σ 0..1 integer Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 integer Event occurs frequency times per period
...... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... quantity 0..1 SimpleQuantity Amount of the nutritional supplement
.... instruction Σ 0..1 string Instructions or additional information about the oral supplement
... enteralFormula C 0..1 BackboneElement Enteral formula components
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:deliveryDevice 0..* (Complex) R5: Intended type of device for the administration (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.deliveryDevice
..... extension:quantity 0..1 SimpleQuantity R5: Amount of additive to be given or mixed in (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.quantity
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... baseFormulaType Σ 0..1 CodeableConcept Type of enteral or infant formula
Binding: Enteral Formula Type Codes (example): Codes for type of enteral formula to be administered to patient.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:baseFormulaType 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: baseFormulaType additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.baseFormulaType
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... baseFormulaProductName 0..1 string Product or brand name of the enteral or infant formula
.... additiveType 0..1 CodeableConcept Type of modular component to add to the feeding
Binding: Enteral Formula Additive Type Code (example): Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.type
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... additiveProductName 0..1 string Product or brand name of the modular additive
.... caloricDensity 0..1 SimpleQuantity Amount of energy per specified volume that is required
.... routeofAdministration 0..1 CodeableConcept How the formula should enter the patient's gastrointestinal tract
Binding: Enteral Route Codes (extensible): Codes specifying the route of administration of enteral formula.
.... administration 0..* BackboneElement Formula feeding instruction as structured data
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... schedule 0..1 Timing Scheduled frequency of enteral feeding
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:timing 0..* Timing R5: Scheduled frequency of enteral formula (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.timing
....... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeeded
....... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeededFor
...... event Σ 0..* dateTime When the event occurs
...... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
....... id 0..1 string xml:id (or equivalent in JSON)
....... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
....... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
........ boundsDuration Duration
........ boundsRange Range
........ boundsPeriod Period
....... count Σ 0..1 integer Number of times to repeat
....... countMax Σ 0..1 integer Maximum number of times to repeat
....... duration Σ 0..1 decimal How long when it happens
....... durationMax Σ 0..1 decimal How long when it happens (Max)
....... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
....... frequency Σ 0..1 integer Event occurs frequency times per period
....... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
....... period Σ 0..1 decimal Event occurs frequency times per period
....... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
....... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
....... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
....... timeOfDay Σ 0..* time Time of day for action
....... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
....... offset Σ 0..1 unsignedInt Minutes from event (before or after)
...... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
..... quantity 0..1 SimpleQuantity The volume of formula to provide
..... rate[x] 0..1 Speed with which the formula is provided per period of time
...... rateQuantity Quantity(SimpleQuantity)
...... rateRatio Ratio
.... maxVolumeToDeliver 0..1 SimpleQuantity Upper limit on formula volume per unit of time
.... administrationInstruction Σ 0..1 string Formula feeding instructions expressed as text

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
NutritionOrder.language Base extensible Common Languages . 📍3.0.2 tx.fhir.org
NutritionOrder.status Base required NutritionOrderStatus 📍3.0.2 FHIR Std.
NutritionOrder.foodPreferenceModifier Base example Diet 📍3.0.2 FHIR Std.
NutritionOrder.excludeFoodModifier Base example Food Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​type Base example Diet Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.oralDiet.​schedule.code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​nutrient.modifier Base example Nutrient Modifier Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​texture.modifier Base example Texture Modifier Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​texture.foodType Base example Texture Modified Food Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​fluidConsistencyType Base example Fluid Consistency Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​type Base example Supplement Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.supplement.​schedule.code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​baseFormulaType Base example Enteral Formula Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​additiveType Base example Enteral Formula Additive Type Code 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​routeofAdministration Base extensible Enteral Route Codes 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.enteralFormula.​administration.schedule.​code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-1 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error NutritionOrder If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error NutritionOrder If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
nor-1 warning NutritionOrder Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class oralDiet.exists() or supplement.exists() or enteralFormula.exists()
tim-1 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a timeOfDay, there cannot be be a when, or vice versa timeOfDay.empty() or when.empty()

This structure is derived from NutritionOrder

Summary

Mandatory: 1 element(2 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder C 0..* NutritionOrder Diet, formula or nutritional supplement request
Constraints: nor-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension ?! 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent ?! 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
... patient Σ 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... dateTime Σ 1..1 dateTime Date and time the nutrition order was requested

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
NutritionOrder.status Base required NutritionOrderStatus 📍3.0.2 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-1 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error NutritionOrder If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error NutritionOrder If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
nor-1 warning NutritionOrder Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class oralDiet.exists() or supplement.exists() or enteralFormula.exists()

Differential View

This structure is derived from NutritionOrder

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder 0..* NutritionOrder Diet, formula or nutritional supplement request
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
... status
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... encounter
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:encounter 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... orderer
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:orderer 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: orderer additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... allergyIntolerance
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:allergyIntolerance 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: allergyIntolerance additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... oralDiet
.... schedule
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeededFor
... supplement
.... type
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.type
.... schedule
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeededFor
... enteralFormula
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:deliveryDevice 0..* (Complex) R5: Intended type of device for the administration (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.deliveryDevice
..... extension:quantity 0..1 SimpleQuantity R5: Amount of additive to be given or mixed in (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.quantity
.... baseFormulaType
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:baseFormulaType 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: baseFormulaType additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.baseFormulaType
.... additiveType
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.type
.... administration
..... schedule
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:timing 0..* Timing R5: Scheduled frequency of enteral formula (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.timing
....... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeeded
....... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeededFor

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. NutritionOrder C 0..* NutritionOrder Diet, formula or nutritional supplement request
Constraints: nor-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:instantiatesCanonical 0..* uri R5: Instantiates FHIR protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesCanonical
.... extension:instantiatesUri 0..* uri R5: Instantiates external protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiatesUri
.... extension:instantiates 0..* uri R5: Instantiates protocol or definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.instantiates
.... extension:basedOn 0..* Reference(Cross-version Profile for R5.CarePlan for use in FHIR STU3(0.1.0) | CarePlan | Cross-version Profile for R5.NutritionOrder for use in FHIR STU3(0.1.0) | NutritionOrder | Cross-version Profile for R5.ServiceRequest for use in FHIR STU3(0.1.0) | ReferralRequest) R5: What this order fulfills (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.basedOn
.... extension:groupIdentifier 0..1 Identifier R5: Composite Request ID (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.groupIdentifier
.... extension:priority 0..1 code R5: routine | urgent | asap | stat (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.priority
Binding: MedicationRequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... extension:supportingInformation 0..* Reference(Cross-version Profile for R5.Resource for use in FHIR STU3(0.1.0) | Resource) R5: Information to support fulfilling of the nutrition order (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supportingInformation
.... extension:performer 0..* (Complex) R5: Who is desired to perform the administration of what is being ordered (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.performer
.... extension:outsideFoodAllowed 0..1 boolean R5: Capture when a food item is brought in by the patient and/or family (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.outsideFoodAllowed
.... extension:note 0..* Annotation R5: Comments (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.note
... Slices for modifierExtension ?! 0..* Extension Extension
Slice: Unordered, Open by value:url
.... modifierExtension:intent ?! 1..1 code R5: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.intent
Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a nutrition order.
... identifier 0..* Identifier Identifiers assigned to this order
... status ?!Σ 0..1 code proposed | draft | planned | requested | active | on-hold | completed | cancelled | entered-in-error
Binding: NutritionOrderStatus (required): Codes specifying the state of the request. Describes the lifecycle of the nutrition order.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 1..1 code R5: draft | active | on-hold | revoked | completed | entered-in-error | unknown additional codes
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.status
Binding: CarePlanStatus (required): Codes identifying the lifecycle stage of the nutrition order.
.... value 0..1 code Primitive value for code
... patient Σ 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: Who requires the diet, formula or nutritional supplement additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter 0..1 Reference(Encounter) The encounter associated with this nutrition order
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:encounter 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: encounter additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... dateTime Σ 1..1 dateTime Date and time the nutrition order was requested
... orderer Σ 0..1 Reference(Practitioner) Who ordered the diet, formula or nutritional supplement
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:orderer 0..1 ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: orderer additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... allergyIntolerance 0..* Reference(AllergyIntolerance) List of the patient's food and nutrition-related allergies and intolerances
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:allergyIntolerance 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/alternate-reference]] R5: allergyIntolerance additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... foodPreferenceModifier 0..* CodeableConcept Order-specific modifier about the type of food that should be given
Binding: Diet (example): Medical, cultural or ethical food preferences to help with catering requirements
... excludeFoodModifier 0..* CodeableConcept Order-specific modifier about the type of food that should not be given
Binding: Food Type Codes (example): Codes used to indicate the type of food that should NOT be given to the patient.
... oralDiet C 0..1 BackboneElement Oral diet components
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... type Σ 0..* CodeableConcept Type of oral diet or diet restrictions that describe what can be consumed orally
Binding: Diet Codes (example): Codes used to indicate the type of diet being ordered for a patient.
.... schedule 0..* Timing Scheduled frequency of diet
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.oralDiet.schedule.asNeededFor
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 integer Number of times to repeat
...... countMax Σ 0..1 integer Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 integer Event occurs frequency times per period
...... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... nutrient 0..* BackboneElement Required nutrient modifications
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... modifier 0..1 CodeableConcept Type of nutrient that is being modified
Binding: Nutrient Modifier Codes (example): Codes for types of nutrient that is being modified such as carbohydrate or sodium.
..... amount 0..1 SimpleQuantity Quantity of the specified nutrient
.... texture 0..* BackboneElement Required texture modifications
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... modifier 0..1 CodeableConcept Code to indicate how to alter the texture of the foods, e.g. pureed
Binding: Texture Modifier Codes (example): Codes for food consistency types or texture modifications to apply to foods.
..... foodType 0..1 CodeableConcept Concepts that are used to identify an entity that is ingested for nutritional purposes
Binding: Texture Modified Food Type Codes (example): Codes for types of foods that are texture modified.
.... fluidConsistencyType 0..* CodeableConcept The required consistency of fluids and liquids provided to the patient
Binding: Fluid Consistency Type Codes (example): Codes used to represent the consistency of fluids and liquids provided to the patient.
.... instruction Σ 0..1 string Instructions or additional information about the oral diet
... supplement C 0..* BackboneElement Supplement components
.... id 0..1 string xml:id (or equivalent in JSON)
.... extension 0..* Extension Additional Content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... type Σ 0..1 CodeableConcept Type of supplement product requested
Binding: Supplement Type Codes (example): Codes for nutritional supplements to be provided to the patient
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.type
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... productName 0..1 string Product or brand name of the nutritional supplement
.... schedule 0..* Timing Scheduled frequency of supplement
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timing 0..* Timing R5: Scheduled frequency of diet (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.timing
...... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeeded
...... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.supplement.schedule.asNeededFor
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
...... id 0..1 string xml:id (or equivalent in JSON)
...... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 integer Number of times to repeat
...... countMax Σ 0..1 integer Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 integer Event occurs frequency times per period
...... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... quantity 0..1 SimpleQuantity Amount of the nutritional supplement
.... instruction Σ 0..1 string Instructions or additional information about the oral supplement
... enteralFormula C 0..1 BackboneElement Enteral formula components
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:deliveryDevice 0..* (Complex) R5: Intended type of device for the administration (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.deliveryDevice
..... extension:quantity 0..1 SimpleQuantity R5: Amount of additive to be given or mixed in (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.quantity
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... baseFormulaType Σ 0..1 CodeableConcept Type of enteral or infant formula
Binding: Enteral Formula Type Codes (example): Codes for type of enteral formula to be administered to patient.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:baseFormulaType 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: baseFormulaType additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.baseFormulaType
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... baseFormulaProductName 0..1 string Product or brand name of the enteral or infant formula
.... additiveType 0..1 CodeableConcept Type of modular component to add to the feeding
Binding: Enteral Formula Additive Type Code (example): Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula.
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 0..1 Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR STU3(0.1.0) | Basic) R5: type additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.additive.type
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
.... additiveProductName 0..1 string Product or brand name of the modular additive
.... caloricDensity 0..1 SimpleQuantity Amount of energy per specified volume that is required
.... routeofAdministration 0..1 CodeableConcept How the formula should enter the patient's gastrointestinal tract
Binding: Enteral Route Codes (extensible): Codes specifying the route of administration of enteral formula.
.... administration 0..* BackboneElement Formula feeding instruction as structured data
..... id 0..1 string xml:id (or equivalent in JSON)
..... extension 0..* Extension Additional Content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
..... schedule 0..1 Timing Scheduled frequency of enteral feeding
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:timing 0..* Timing R5: Scheduled frequency of enteral formula (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.timing
....... extension:asNeeded 0..1 boolean R5: Take 'as needed' (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeeded
....... extension:asNeededFor 0..1 CodeableConcept R5: Take 'as needed' for x (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionOrder.enteralFormula.administration.schedule.asNeededFor
...... event Σ 0..* dateTime When the event occurs
...... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-9, tim-5, tim-6, tim-7, tim-8, tim-1, tim-10, tim-2, tim-4
....... id 0..1 string xml:id (or equivalent in JSON)
....... extension 0..* Extension Additional Content defined by implementations
Slice: Unordered, Open by value:url
....... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
........ boundsDuration Duration
........ boundsRange Range
........ boundsPeriod Period
....... count Σ 0..1 integer Number of times to repeat
....... countMax Σ 0..1 integer Maximum number of times to repeat
....... duration Σ 0..1 decimal How long when it happens
....... durationMax Σ 0..1 decimal How long when it happens (Max)
....... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
....... frequency Σ 0..1 integer Event occurs frequency times per period
....... frequencyMax Σ 0..1 integer Event occurs up to frequencyMax times per period
....... period Σ 0..1 decimal Event occurs frequency times per period
....... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
....... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
....... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
....... timeOfDay Σ 0..* time Time of day for action
....... when Σ 0..* code Regular life events the event is tied to
Binding: EventTiming . (required): Real world event relating to the schedule.
....... offset Σ 0..1 unsignedInt Minutes from event (before or after)
...... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
..... quantity 0..1 SimpleQuantity The volume of formula to provide
..... rate[x] 0..1 Speed with which the formula is provided per period of time
...... rateQuantity Quantity(SimpleQuantity)
...... rateRatio Ratio
.... maxVolumeToDeliver 0..1 SimpleQuantity Upper limit on formula volume per unit of time
.... administrationInstruction Σ 0..1 string Formula feeding instructions expressed as text

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
NutritionOrder.language Base extensible Common Languages . 📍3.0.2 tx.fhir.org
NutritionOrder.status Base required NutritionOrderStatus 📍3.0.2 FHIR Std.
NutritionOrder.foodPreferenceModifier Base example Diet 📍3.0.2 FHIR Std.
NutritionOrder.excludeFoodModifier Base example Food Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​type Base example Diet Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​schedule.repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.oralDiet.​schedule.code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​nutrient.modifier Base example Nutrient Modifier Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​texture.modifier Base example Texture Modifier Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​texture.foodType Base example Texture Modified Food Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.oralDiet.​fluidConsistencyType Base example Fluid Consistency Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​type Base example Supplement Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.supplement.​schedule.repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.supplement.​schedule.code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​baseFormulaType Base example Enteral Formula Type Codes 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​additiveType Base example Enteral Formula Additive Type Code 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​routeofAdministration Base extensible Enteral Route Codes 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.durationUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.periodUnit Base required UnitsOfTime 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.dayOfWeek Base required DaysOfWeek 📍3.0.2 FHIR Std.
NutritionOrder.enteralFormula.​administration.schedule.​repeat.when Base required EventTiming . 📍3.0.2 tx.fhir.org
NutritionOrder.enteralFormula.​administration.schedule.​code Base preferred TimingAbbreviation 📍3.0.2 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-1 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain any narrative contained.text.empty()
dom-2 error NutritionOrder If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error NutritionOrder If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource contained.where(('#'+id in %resource.descendants().reference).not()).empty()
dom-4 error NutritionOrder If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() | (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
nor-1 warning NutritionOrder Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class oralDiet.exists() or supplement.exists() or enteralFormula.exists()
tim-1 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error NutritionOrder.oralDiet.schedule.repeat, NutritionOrder.supplement.schedule.repeat, NutritionOrder.enteralFormula.administration.schedule.repeat If there's a timeOfDay, there cannot be be a when, or vice versa timeOfDay.empty() or when.empty()

This structure is derived from NutritionOrder

Summary

Mandatory: 1 element(2 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron