Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 0 |
Definitions for the profile-NutritionOrder resource profile.
Guidance on how to interpret the contents of this table can be foundhere
| 0. NutritionOrder | |
| Definition | A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. |
| Short | Diet, formula or nutritional supplement request |
| Comments | Referenced by an Order Request (workflow). |
| Control | 0..* |
| Is Modifier | false |
| Summary | false |
| Alternate Names | Nutrition Order, Diet Order, Diet, Nutritional Supplement, Enteral Nutrition |
| Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())dom-4: 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())dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty())dom-6: A resource should have narrative for robust management ( text.`div`.exists())nor-1: Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class ( oralDiet.exists() or supplement.exists() or enteralFormula.exists())dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: 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()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) nor-1: Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class (oralDiet.exists() or supplement.exists() or enteralFormula.exists()) |
| 2. NutritionOrder.implicitRules | |
| Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
| Short | A set of rules under which this content was created |
| Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
| Control | 0..1 |
| Type | uri |
| Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. NutritionOrder.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on NutritionOrder.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 6. NutritionOrder.extension:basedOn | |
| Slice Name | basedOn |
| Definition | R5: |
| Short | R5: What this order fulfills (new) |
| Comments | Element |
| Control | 0..* This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: What this order fulfills (new)) (Extension Type: Reference(Cross-version Profile for R5.CarePlan for use in FHIR R4, CarePlan, Cross-version Profile for R5.NutritionOrder for use in FHIR R4, NutritionOrder, Cross-version Profile for R5.ServiceRequest for use in FHIR R4, ServiceRequest)) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 8. NutritionOrder.extension:groupIdentifier | |
| Slice Name | groupIdentifier |
| Definition | R5: |
| Short | R5: Composite Request ID (new) |
| Comments | Element |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: Composite Request ID (new)) (Extension Type: Identifier) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 10. NutritionOrder.extension:priority | |
| Slice Name | priority |
| Definition | R5: |
| Short | R5: routine | urgent | asap | stat (new) |
| Comments | Element |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: routine | urgent | asap | stat (new)) (Extension Type: code) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 12. NutritionOrder.extension:supportingInformation | |
| Slice Name | supportingInformation |
| Definition | R5: |
| Short | R5: Information to support fulfilling of the nutrition order (new) |
| Comments | Element |
| Control | 0..* This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: Information to support fulfilling of the nutrition order (new)) (Extension Type: Reference(Cross-version Profile for R5.Resource for use in FHIR R4, Resource)) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 14. NutritionOrder.extension:performer | |
| Slice Name | performer |
| Definition | R5: |
| Short | R5: Who is desired to perform the administration of what is being ordered (new) |
| Comments | Element |
| Control | 0..* This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: Who is desired to perform the administration of what is being ordered (new)) (Complex Extension) |
| Is Modifier | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) |
| 16. NutritionOrder.extension:outsideFoodAllowed | |
| Slice Name | outsideFoodAllowed |
| Definition | R5: |
| Short | R5: Capture when a food item is brought in by the patient and/or family (new) |
| Comments | Element |
| Control | 0..1 This element is affected by the following invariants: ele-1 |
| Type | Extension(R5: Capture when a food item is brought in by the patient and/or family (new)) (Extension Type: boolean) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 18. NutritionOrder.modifierExtension | |
| Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Short | Extensions that cannot be ignored |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Summary | false |
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 20. NutritionOrder.status | |
| Definition | The workflow status of the nutrition order/request. |
| Short | draft | active | on-hold | revoked | completed | entered-in-error | unknown |
| Comments | Typically the system placing the order sets the status to "requested". Thereafter, the order is maintained by the receiver that updates the status as the request is handled. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from RequestStatushttp://hl7.org/fhir/ValueSet/request-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)Codes identifying the lifecycle stage of the nutrition order. |
| Type | code |
| Is Modifier | true because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. NutritionOrder.intent | |
| Definition | Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain. |
| Short | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option |
| Comments | When resources map to this element, they are free to define as many codes as necessary to cover their space and will map to "proposal, plan or order". Can have multiple codes that map to one of these. E.g. "original order", "encoded order", "reflex order" would all map to "order". Expectation is that the set of codes is mutually exclusive or a strict all-encompassing hierarchy. |
| Control | 1..1 |
| Binding | The codes SHALL be taken from RequestIntenthttp://hl7.org/fhir/ValueSet/request-intent|4.0.1 (required to http://hl7.org/fhir/ValueSet/request-intent|4.0.1)Codes indicating the degree of authority/intentionality associated with a nutrition order. |
| Type | code |
| Is Modifier | true because This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Requirements | Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain. |
| Alternate Names | category |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 24. NutritionOrder.patient | |
| Definition | The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding. |
| Short | The person who requires the diet, formula or nutritional supplement |
| Control | 1..1 |
| Type | Reference(Patient) |
| Is Modifier | false |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 26. NutritionOrder.patient.extension | |
| Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Short | ExtensionAdditional content defined by implementations |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Control | 0..* |
| Type | Extension |
| Is Modifier | false |
| Summary | false |
| Alternate Names | extensions, user content |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| Slicing | This element introduces a set of slices on NutritionOrder.patient.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 28. NutritionOrder.patient.extension:subject | |
| Slice Name | subject |
| Definition | R5: |
| Short | R5: Who requires the diet, formula or nutritional supplement additional types |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(Alternate Reference) (Extension Type: Reference(Resource)) |
| Is Modifier | false |
| Summary | false |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 30. NutritionOrder.dateTime | |
| Definition | The date and time that this nutrition order was requested. |
| Short | Date and time the nutrition order was requested |
| Control | 1..1 |
| Type | dateTime |
| Is Modifier | false |
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
| Summary | true |
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. NutritionOrder | |
| 2. NutritionOrder.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 4. NutritionOrder.extension:basedOn | |
| Slice Name | basedOn |
| Definition | R5: |
| Short | R5: What this order fulfills (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: What this order fulfills (new)) (Extension Type: Reference(Cross-version Profile for R5.CarePlan for use in FHIR R4, CarePlan, Cross-version Profile for R5.NutritionOrder for use in FHIR R4, NutritionOrder, Cross-version Profile for R5.ServiceRequest for use in FHIR R4, ServiceRequest)) |
| 6. NutritionOrder.extension:groupIdentifier | |
| Slice Name | groupIdentifier |
| Definition | R5: |
| Short | R5: Composite Request ID (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Composite Request ID (new)) (Extension Type: Identifier) |
| 8. NutritionOrder.extension:priority | |
| Slice Name | priority |
| Definition | R5: |
| Short | R5: routine | urgent | asap | stat (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: routine | urgent | asap | stat (new)) (Extension Type: code) |
| 10. NutritionOrder.extension:supportingInformation | |
| Slice Name | supportingInformation |
| Definition | R5: |
| Short | R5: Information to support fulfilling of the nutrition order (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Information to support fulfilling of the nutrition order (new)) (Extension Type: Reference(Cross-version Profile for R5.Resource for use in FHIR R4, Resource)) |
| 12. NutritionOrder.extension:performer | |
| Slice Name | performer |
| Definition | R5: |
| Short | R5: Who is desired to perform the administration of what is being ordered (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Who is desired to perform the administration of what is being ordered (new)) (Complex Extension) |
| 14. NutritionOrder.extension:outsideFoodAllowed | |
| Slice Name | outsideFoodAllowed |
| Definition | R5: |
| Short | R5: Capture when a food item is brought in by the patient and/or family (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Capture when a food item is brought in by the patient and/or family (new)) (Extension Type: boolean) |
| 16. NutritionOrder.patient | |
| 18. NutritionOrder.patient.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.patient.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 20. NutritionOrder.patient.extension:subject | |
| Slice Name | subject |
| Definition | R5: |
| Short | R5: Who requires the diet, formula or nutritional supplement additional types |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(Alternate Reference) (Extension Type: Reference(Resource)) |
| 22. NutritionOrder.oralDiet | |
| 24. NutritionOrder.oralDiet.schedule | |
| 26. NutritionOrder.oralDiet.schedule.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.oralDiet.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 28. NutritionOrder.oralDiet.schedule.extension:timing | |
| Slice Name | timing |
| Definition | R5: |
| Short | R5: Scheduled frequency of diet (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Scheduled frequency of diet (new)) (Extension Type: Timing) |
| 30. NutritionOrder.oralDiet.schedule.extension:asNeeded | |
| Slice Name | asNeeded |
| Definition | R5: |
| Short | R5: Take 'as needed' (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) |
| 32. NutritionOrder.oralDiet.schedule.extension:asNeededFor | |
| Slice Name | asNeededFor |
| Definition | R5: |
| Short | R5: Take 'as needed' for x (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) |
| 34. NutritionOrder.supplement | |
| 36. NutritionOrder.supplement.type | |
| 38. NutritionOrder.supplement.type.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.supplement.type.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 40. NutritionOrder.supplement.type.extension:type | |
| Slice Name | type |
| Definition | R5: |
| Short | R5: type additional types |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: type additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) |
| 42. NutritionOrder.supplement.schedule | |
| 44. NutritionOrder.supplement.schedule.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.supplement.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 46. NutritionOrder.supplement.schedule.extension:timing | |
| Slice Name | timing |
| Definition | R5: |
| Short | R5: Scheduled frequency of diet (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Scheduled frequency of diet (new)) (Extension Type: Timing) |
| 48. NutritionOrder.supplement.schedule.extension:asNeeded | |
| Slice Name | asNeeded |
| Definition | R5: |
| Short | R5: Take 'as needed' (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) |
| 50. NutritionOrder.supplement.schedule.extension:asNeededFor | |
| Slice Name | asNeededFor |
| Definition | R5: |
| Short | R5: Take 'as needed' for x (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) |
| 52. NutritionOrder.enteralFormula | |
| 54. NutritionOrder.enteralFormula.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 56. NutritionOrder.enteralFormula.extension:deliveryDevice | |
| Slice Name | deliveryDevice |
| Definition | R5: |
| Short | R5: Intended type of device for the administration (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Intended type of device for the administration (new)) (Complex Extension) |
| 58. NutritionOrder.enteralFormula.extension:quantity | |
| Slice Name | quantity |
| Definition | R5: |
| Short | R5: Amount of additive to be given or mixed in (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Amount of additive to be given or mixed in (new)) (Extension Type: Quantity(SimpleQuantity)) |
| 60. NutritionOrder.enteralFormula.baseFormulaType | |
| 62. NutritionOrder.enteralFormula.baseFormulaType.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.baseFormulaType.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 64. NutritionOrder.enteralFormula.baseFormulaType.extension:baseFormulaType | |
| Slice Name | baseFormulaType |
| Definition | R5: |
| Short | R5: baseFormulaType additional types |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: baseFormulaType additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) |
| 66. NutritionOrder.enteralFormula.additiveType | |
| 68. NutritionOrder.enteralFormula.additiveType.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.additiveType.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 70. NutritionOrder.enteralFormula.additiveType.extension:type | |
| Slice Name | type |
| Definition | R5: |
| Short | R5: type additional types |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: type additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) |
| 72. NutritionOrder.enteralFormula.administration | |
| 74. NutritionOrder.enteralFormula.administration.schedule | |
| 76. NutritionOrder.enteralFormula.administration.schedule.extension | |
| Control | 0..* |
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.administration.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: |
| 78. NutritionOrder.enteralFormula.administration.schedule.extension:timing | |
| Slice Name | timing |
| Definition | R5: |
| Short | R5: Scheduled frequency of enteral formula (new) |
| Comments | Element |
| Control | 0..* |
| Type | Extension(R5: Scheduled frequency of enteral formula (new)) (Extension Type: Timing) |
| 80. NutritionOrder.enteralFormula.administration.schedule.extension:asNeeded | |
| Slice Name | asNeeded |
| Definition | R5: |
| Short | R5: Take 'as needed' (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) |
| 82. NutritionOrder.enteralFormula.administration.schedule.extension:asNeededFor | |
| Slice Name | asNeededFor |
| Definition | R5: |
| Short | R5: Take 'as needed' for x (new) |
| Comments | Element |
| Control | 0..1 |
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) |
Guidance on how to interpret the contents of this table can be foundhere
| 0. NutritionOrder | |||||
| Definition | A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. | ||||
| Short | Diet, formula or nutritional supplement request | ||||
| Comments | Referenced by an Order Request (workflow). | ||||
| Control | 0..* | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Nutrition Order, Diet Order, Diet, Nutritional Supplement, Enteral Nutrition | ||||
| Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())dom-4: 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())dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty())dom-6: A resource should have narrative for robust management ( text.`div`.exists())nor-1: Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class ( oralDiet.exists() or supplement.exists() or enteralFormula.exists()) | ||||
| 2. NutritionOrder.id | |||||
| Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | ||||
| Short | Logical id of this artifact | ||||
| Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. | ||||
| Control | 0..1 | ||||
| Type | id | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| 4. NutritionOrder.meta | |||||
| Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | ||||
| Short | Metadata about the resource | ||||
| Control | 0..1 | ||||
| Type | Meta | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 6. NutritionOrder.implicitRules | |||||
| Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
| Short | A set of rules under which this content was created | ||||
| Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
| Control | 0..1 | ||||
| Type | uri | ||||
| Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 8. NutritionOrder.language | |||||
| Definition | The base language in which the resource is written. | ||||
| Short | Language of the resource content | ||||
| Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from CommonLanguages ![]() (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)A human language.
| ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 10. NutritionOrder.text | |||||
| Definition | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Short | Text summary of the resource, for human interpretation | ||||
| Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. | ||||
| Control | 0..1 | ||||
| Type | Narrative | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | narrative, html, xhtml, display | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 12. NutritionOrder.contained | |||||
| Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
| Short | Contained, inline Resources | ||||
| Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
| Control | 0..* | ||||
| Type | Resource | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | inline resources, anonymous resources, contained resources | ||||
| 14. NutritionOrder.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 16. NutritionOrder.extension:basedOn | |||||
| Slice Name | basedOn | ||||
| Definition | R5: | ||||
| Short | R5: What this order fulfills (new) | ||||
| Comments | Element | ||||
| Control | 0..* This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: What this order fulfills (new)) (Extension Type: Reference(Cross-version Profile for R5.CarePlan for use in FHIR R4, CarePlan, Cross-version Profile for R5.NutritionOrder for use in FHIR R4, NutritionOrder, Cross-version Profile for R5.ServiceRequest for use in FHIR R4, ServiceRequest)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 18. NutritionOrder.extension:groupIdentifier | |||||
| Slice Name | groupIdentifier | ||||
| Definition | R5: | ||||
| Short | R5: Composite Request ID (new) | ||||
| Comments | Element | ||||
| Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Composite Request ID (new)) (Extension Type: Identifier) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 20. NutritionOrder.extension:priority | |||||
| Slice Name | priority | ||||
| Definition | R5: | ||||
| Short | R5: routine | urgent | asap | stat (new) | ||||
| Comments | Element | ||||
| Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: routine | urgent | asap | stat (new)) (Extension Type: code) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 22. NutritionOrder.extension:supportingInformation | |||||
| Slice Name | supportingInformation | ||||
| Definition | R5: | ||||
| Short | R5: Information to support fulfilling of the nutrition order (new) | ||||
| Comments | Element | ||||
| Control | 0..* This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Information to support fulfilling of the nutrition order (new)) (Extension Type: Reference(Cross-version Profile for R5.Resource for use in FHIR R4, Resource)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 24. NutritionOrder.extension:performer | |||||
| Slice Name | performer | ||||
| Definition | R5: | ||||
| Short | R5: Who is desired to perform the administration of what is being ordered (new) | ||||
| Comments | Element | ||||
| Control | 0..* This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Who is desired to perform the administration of what is being ordered (new)) (Complex Extension) | ||||
| Is Modifier | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 26. NutritionOrder.extension:outsideFoodAllowed | |||||
| Slice Name | outsideFoodAllowed | ||||
| Definition | R5: | ||||
| Short | R5: Capture when a food item is brought in by the patient and/or family (new) | ||||
| Comments | Element | ||||
| Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Capture when a food item is brought in by the patient and/or family (new)) (Extension Type: boolean) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 28. NutritionOrder.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
| Summary | false | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 30. NutritionOrder.identifier | |||||
| Definition | Identifiers assigned to this order by the order sender or by the order receiver. | ||||
| Short | Identifiers assigned to this order | ||||
| Comments | The Identifier.type element can be to indicate filler vs. placer if needed. This is explained in further detail here. | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..* | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 32. NutritionOrder.instantiatesCanonical | |||||
| Definition | The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. | ||||
| Short | Instantiates FHIR protocol or definition | ||||
| Comments | Note: This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number. | ||||
| Control | 0..* | ||||
| Type | canonical(ActivityDefinition, PlanDefinition) | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 34. NutritionOrder.instantiatesUri | |||||
| Definition | The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. | ||||
| Short | Instantiates external protocol or definition | ||||
| Comments | This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier. | ||||
| Control | 0..* | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 36. NutritionOrder.instantiates | |||||
| Definition | The URL pointing to a protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder. | ||||
| Short | Instantiates protocol or definition | ||||
| Control | 0..* | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 38. NutritionOrder.status | |||||
| Definition | The workflow status of the nutrition order/request. | ||||
| Short | draft | active | on-hold | revoked | completed | entered-in-error | unknown | ||||
| Comments | Typically the system placing the order sets the status to "requested". Thereafter, the order is maintained by the receiver that updates the status as the request is handled. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from RequestStatus (required to http://hl7.org/fhir/ValueSet/request-status|4.0.1)Codes identifying the lifecycle stage of the nutrition order. | ||||
| Type | code | ||||
| Is Modifier | true because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 40. NutritionOrder.intent | |||||
| Definition | Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain. | ||||
| Short | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option | ||||
| Comments | When resources map to this element, they are free to define as many codes as necessary to cover their space and will map to "proposal, plan or order". Can have multiple codes that map to one of these. E.g. "original order", "encoded order", "reflex order" would all map to "order". Expectation is that the set of codes is mutually exclusive or a strict all-encompassing hierarchy. | ||||
| Control | 1..1 | ||||
| Binding | The codes SHALL be taken from RequestIntent (required to http://hl7.org/fhir/ValueSet/request-intent|4.0.1)Codes indicating the degree of authority/intentionality associated with a nutrition order. | ||||
| Type | code | ||||
| Is Modifier | true because This element changes the interpretation of all descriptive attributes. For example "the time the request is recommended to occur" vs. "the time the request is authorized to occur" or "who is recommended to perform the request" vs. "who is authorized to perform the request | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain. | ||||
| Alternate Names | category | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 42. NutritionOrder.patient | |||||
| Definition | The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding. | ||||
| Short | The person who requires the diet, formula or nutritional supplement | ||||
| Control | 1..1 | ||||
| Type | Reference(Patient) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 44. NutritionOrder.patient.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 46. NutritionOrder.patient.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.patient.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 48. NutritionOrder.patient.extension:subject | |||||
| Slice Name | subject | ||||
| Definition | R5: | ||||
| Short | R5: Who requires the diet, formula or nutritional supplement additional types | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(Alternate Reference) (Extension Type: Reference(Resource)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 50. NutritionOrder.patient.reference | |||||
| Definition | A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. | ||||
| Short | Literal reference, Relative, internal or absolute URL | ||||
| Comments | Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server. | ||||
| Control | 0..1 This element is affected by the following invariants: ref-1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 52. NutritionOrder.patient.type | |||||
| Definition | The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent. The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources). | ||||
| Short | Type the reference refers to (e.g. "Patient") | ||||
| Comments | This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified. | ||||
| Control | 0..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from ResourceType ![]() (extensible to http://hl7.org/fhir/ValueSet/resource-types|4.0.1)Aa resource (or, for logical models, the URI of the logical model). | ||||
| Type | uri | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 54. NutritionOrder.patient.identifier | |||||
| Definition | An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference. | ||||
| Short | Logical reference, when literal reference is not known | ||||
| Comments | When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it. Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any). | ||||
| Note | This is a business identifier, not a resource identifier (see discussion) | ||||
| Control | 0..1 | ||||
| Type | Identifier | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 56. NutritionOrder.patient.display | |||||
| Definition | Plain text narrative that identifies the resource in addition to the resource reference. | ||||
| Short | Text alternative for the resource | ||||
| Comments | This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 58. NutritionOrder.encounter | |||||
| Definition | An encounter that provides additional information about the healthcare context in which this request is made. | ||||
| Short | The encounter associated with this nutrition order | ||||
| Control | 0..1 | ||||
| Type | Reference(Encounter) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 60. NutritionOrder.dateTime | |||||
| Definition | The date and time that this nutrition order was requested. | ||||
| Short | Date and time the nutrition order was requested | ||||
| Control | 1..1 | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 62. NutritionOrder.orderer | |||||
| Definition | The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings. | ||||
| Short | Who ordered the diet, formula or nutritional supplement | ||||
| Control | 0..1 | ||||
| Type | Reference(Practitioner, PractitionerRole) | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 64. NutritionOrder.allergyIntolerance | |||||
| Definition | A link to a record of allergies or intolerances which should be included in the nutrition order. | ||||
| Short | List of the patient's food and nutrition-related allergies and intolerances | ||||
| Comments | Information on a patient's food allergies and intolerances to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume. | ||||
| Control | 0..* | ||||
| Type | Reference(AllergyIntolerance) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 66. NutritionOrder.foodPreferenceModifier | |||||
| Definition | This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. | ||||
| Short | Order-specific modifier about the type of food that should be given | ||||
| Comments | Information on a patient's food preferences that inform healthcare personnel about the food that the patient should receive or consume. | ||||
| Control | 0..* | ||||
| Binding | For example codes, see Diet (example to http://hl7.org/fhir/ValueSet/encounter-diet|4.0.1)Medical, cultural or ethical food preferences to help with catering requirements. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 68. NutritionOrder.excludeFoodModifier | |||||
| Definition | This modifier is used to convey Order-specific modifier about the type of oral food or oral fluids that should not be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings. | ||||
| Short | Order-specific modifier about the type of food that should not be given | ||||
| Comments | Information on a patient's food allergies, intolerances and preferences to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume. | ||||
| Control | 0..* | ||||
| Binding | For example codes, see FoodTypeCodes (example to http://hl7.org/fhir/ValueSet/food-type|4.0.1)Codes used to indicate the type of food that should NOT be given to the patient. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 70. NutritionOrder.oralDiet | |||||
| Definition | Diet given orally in contrast to enteral (tube) feeding. | ||||
| Short | Oral diet components | ||||
| Control | 0..1 This element is affected by the following invariants: nor-1 | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 72. NutritionOrder.oralDiet.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 74. NutritionOrder.oralDiet.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 76. NutritionOrder.oralDiet.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 78. NutritionOrder.oralDiet.type | |||||
| Definition | The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet. | ||||
| Short | Type of oral diet or diet restrictions that describe what can be consumed orally | ||||
| Control | 0..* | ||||
| Binding | For example codes, see DietCodes (example to http://hl7.org/fhir/ValueSet/diet-type|4.0.1)Codes used to indicate the type of diet being ordered for a patient. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 80. NutritionOrder.oralDiet.schedule | |||||
| Definition | The time period and frequency at which the diet should be given. The diet should be given for the combination of all schedules if more than one schedule is present. | ||||
| Short | Scheduled frequency of diet | ||||
| Control | 0..* | ||||
| Type | Timing | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Frequency | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 82. NutritionOrder.oralDiet.schedule.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 84. NutritionOrder.oralDiet.schedule.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.oralDiet.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 86. NutritionOrder.oralDiet.schedule.extension:timing | |||||
| Slice Name | timing | ||||
| Definition | R5: | ||||
| Short | R5: Scheduled frequency of diet (new) | ||||
| Comments | Element | ||||
| Control | 0..* | ||||
| Type | Extension(R5: Scheduled frequency of diet (new)) (Extension Type: Timing) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 88. NutritionOrder.oralDiet.schedule.extension:asNeeded | |||||
| Slice Name | asNeeded | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 90. NutritionOrder.oralDiet.schedule.extension:asNeededFor | |||||
| Slice Name | asNeededFor | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' for x (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 92. NutritionOrder.oralDiet.schedule.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 94. NutritionOrder.oralDiet.schedule.event | |||||
| Definition | Identifies specific times when the event occurs. | ||||
| Short | When the event occurs | ||||
| Control | 0..* | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 96. NutritionOrder.oralDiet.schedule.repeat | |||||
| Definition | A set of rules that describe when the event is scheduled. | ||||
| Short | When the event is to occur | ||||
| Control | 0..1 | ||||
| Type | Element | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Many timing schedules are determined by regular repetitions. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))tim-1: if there's a duration, there needs to be duration units ( duration.empty() or durationUnit.exists())tim-2: if there's a period, there needs to be period units ( period.empty() or periodUnit.exists())tim-4: duration SHALL be a non-negative value ( duration.exists() implies duration >= 0)tim-5: period SHALL be a non-negative value ( period.exists() implies period >= 0)tim-6: If there's a periodMax, there must be a period ( periodMax.empty() or period.exists())tim-7: If there's a durationMax, there must be a duration ( durationMax.empty() or duration.exists())tim-8: If there's a countMax, there must be a count ( countMax.empty() or count.exists())tim-9: 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: If there's a timeOfDay, there cannot be a when, or vice versa ( timeOfDay.empty() or when.empty()) | ||||
| 98. NutritionOrder.oralDiet.schedule.repeat.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 100. NutritionOrder.oralDiet.schedule.repeat.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.oralDiet.schedule.repeat.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 102. NutritionOrder.oralDiet.schedule.repeat.bounds[x] | |||||
| Definition | Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule. | ||||
| Short | Length/Range of lengths, or (Start and/or end) limits | ||||
| Control | 0..1 | ||||
| Type | Choice of: Duration, Range, Period | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 104. NutritionOrder.oralDiet.schedule.repeat.count | |||||
| Definition | A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values. | ||||
| Short | Number of times to repeat | ||||
| Comments | If you have both bounds and count, then this should be understood as within the bounds period, until count times happens. | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Repetitions may be limited by end time or total occurrences. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 106. NutritionOrder.oralDiet.schedule.repeat.countMax | |||||
| Definition | If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times. | ||||
| Short | Maximum number of times to repeat | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 108. NutritionOrder.oralDiet.schedule.repeat.duration | |||||
| Definition | How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration. | ||||
| Short | How long when it happens | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 110. NutritionOrder.oralDiet.schedule.repeat.durationMax | |||||
| Definition | If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length. | ||||
| Short | How long when it happens (Max) | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 112. NutritionOrder.oralDiet.schedule.repeat.durationUnit | |||||
| Definition | The units of time for the duration, in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 114. NutritionOrder.oralDiet.schedule.repeat.frequency | |||||
| Definition | The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Meaning if Missing | If no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 116. NutritionOrder.oralDiet.schedule.repeat.frequencyMax | |||||
| Definition | If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range. | ||||
| Short | Event occurs up to frequencyMax times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 118. NutritionOrder.oralDiet.schedule.repeat.period | |||||
| Definition | Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 120. NutritionOrder.oralDiet.schedule.repeat.periodMax | |||||
| Definition | If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days. | ||||
| Short | Upper limit of period (3-4 hours) | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 122. NutritionOrder.oralDiet.schedule.repeat.periodUnit | |||||
| Definition | The units of time for the period in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 124. NutritionOrder.oralDiet.schedule.repeat.dayOfWeek | |||||
| Definition | If one or more days of week is provided, then the action happens only on the specified day(s). | ||||
| Short | mon | tue | wed | thu | fri | sat | sun | ||||
| Comments | If no days are specified, the action is assumed to happen every day as otherwise specified. The elements frequency and period cannot be used as well as dayOfWeek. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from DaysOfWeek (required to http://hl7.org/fhir/ValueSet/days-of-week|4.0.1) | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 126. NutritionOrder.oralDiet.schedule.repeat.timeOfDay | |||||
| Definition | Specified time of day for action to take place. | ||||
| Short | Time of day for action | ||||
| Comments | When time of day is specified, it is inferred that the action happens every day (as filtered by dayofWeek) on the specified times. The elements when, frequency and period cannot be used as well as timeOfDay. | ||||
| Control | 0..* | ||||
| Type | time | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 128. NutritionOrder.oralDiet.schedule.repeat.when | |||||
| Definition | An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur. | ||||
| Short | Code for time period of occurrence | ||||
| Comments | When more than one event is listed, the event is tied to the union of the specified events. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from EventTiming ![]() (required to http://hl7.org/fhir/ValueSet/event-timing|4.0.1)Real world event relating to the schedule. | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Timings are frequently determined by occurrences such as waking, eating and sleep. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 130. NutritionOrder.oralDiet.schedule.repeat.offset | |||||
| Definition | The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event. | ||||
| Short | Minutes from event (before or after) | ||||
| Control | 0..1 | ||||
| Type | unsignedInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 132. NutritionOrder.oralDiet.schedule.code | |||||
| Definition | A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code). | ||||
| Short | BID | TID | QID | AM | PM | QD | QOD | + | ||||
| Comments | BID etc. are defined as 'at institutionally specified times'. For example, an institution may choose that BID is "always at 7am and 6pm". If it is inappropriate for this choice to be made, the code BID should not be used. Instead, a distinct organization-specific code should be used in place of the HL7-defined BID code and/or a structured representation should be used (in this case, specifying the two event times). | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from TimingAbbreviation (preferred to http://hl7.org/fhir/ValueSet/timing-abbreviation|4.0.1)Code for a known / defined timing pattern. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 134. NutritionOrder.oralDiet.nutrient | |||||
| Definition | Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet. | ||||
| Short | Required nutrient modifications | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 136. NutritionOrder.oralDiet.nutrient.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 138. NutritionOrder.oralDiet.nutrient.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 140. NutritionOrder.oralDiet.nutrient.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 142. NutritionOrder.oralDiet.nutrient.modifier | |||||
| Definition | The nutrient that is being modified such as carbohydrate or sodium. | ||||
| Short | Type of nutrient that is being modified | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see NutrientModifierCodes (example to http://hl7.org/fhir/ValueSet/nutrient-code|4.0.1)Codes for types of nutrients that are being modified such as carbohydrate or sodium. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 144. NutritionOrder.oralDiet.nutrient.amount | |||||
| Definition | The quantity of the specified nutrient to include in diet. | ||||
| Short | Quantity of the specified nutrient | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 146. NutritionOrder.oralDiet.texture | |||||
| Definition | Class that describes any texture modifications required for the patient to safely consume various types of solid foods. | ||||
| Short | Required texture modifications | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 148. NutritionOrder.oralDiet.texture.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 150. NutritionOrder.oralDiet.texture.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 152. NutritionOrder.oralDiet.texture.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 154. NutritionOrder.oralDiet.texture.modifier | |||||
| Definition | Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed. | ||||
| Short | Code to indicate how to alter the texture of the foods, e.g. pureed | ||||
| Comments | Coupled with the foodType (Meat). | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see TextureModifierCodes (example to http://hl7.org/fhir/ValueSet/texture-code|4.0.1)Codes for food consistency types or texture modifications to apply to foods. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 156. NutritionOrder.oralDiet.texture.foodType | |||||
| Definition | The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types. | ||||
| Short | Concepts that are used to identify an entity that is ingested for nutritional purposes | ||||
| Comments | Coupled with the | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see TextureModifiedFoodTypeCodes (example to http://hl7.org/fhir/ValueSet/modified-foodtype|4.0.1)Codes for types of foods that are texture-modified. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 158. NutritionOrder.oralDiet.fluidConsistencyType | |||||
| Definition | The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient. | ||||
| Short | The required consistency of fluids and liquids provided to the patient | ||||
| Control | 0..* | ||||
| Binding | For example codes, see FluidConsistencyTypeCodes (example to http://hl7.org/fhir/ValueSet/consistency-type|4.0.1)Codes used to represent the consistency of fluids and liquids provided to the patient. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 160. NutritionOrder.oralDiet.instruction | |||||
| Definition | Free text or additional instructions or information pertaining to the oral diet. | ||||
| Short | Instructions or additional information about the oral diet | ||||
| Comments | Free text dosage instructions can be used for cases where the instructions are too complex to code. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 162. NutritionOrder.supplement | |||||
| Definition | Oral nutritional products given in order to add further nutritional value to the patient's diet. | ||||
| Short | Supplement components | ||||
| Control | 0..* This element is affected by the following invariants: nor-1 | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 164. NutritionOrder.supplement.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 166. NutritionOrder.supplement.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 168. NutritionOrder.supplement.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 170. NutritionOrder.supplement.type | |||||
| Definition | The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement. | ||||
| Short | Type of supplement product requested | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see SupplementTypeCodes (example to http://hl7.org/fhir/ValueSet/supplement-type|4.0.1)Codes for nutritional supplements to be provided to the patient. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 172. NutritionOrder.supplement.type.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 174. NutritionOrder.supplement.type.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.supplement.type.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 176. NutritionOrder.supplement.type.extension:type | |||||
| Slice Name | type | ||||
| Definition | R5: | ||||
| Short | R5: type additional types | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: type additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 178. NutritionOrder.supplement.type.coding | |||||
| Definition | A reference to a code defined by a terminology system. | ||||
| Short | Code defined by a terminology system | ||||
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
| Control | 0..* | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 180. NutritionOrder.supplement.type.text | |||||
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
| Short | Plain text representation of the concept | ||||
| Comments | Very often the text is the same as a displayName of one of the codings. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 182. NutritionOrder.supplement.productName | |||||
| Definition | The product or brand name of the nutritional supplement such as "Acme Protein Shake". | ||||
| Short | Product or brand name of the nutritional supplement | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 184. NutritionOrder.supplement.schedule | |||||
| Definition | The time period and frequency at which the supplement(s) should be given. The supplement should be given for the combination of all schedules if more than one schedule is present. | ||||
| Short | Scheduled frequency of supplement | ||||
| Control | 0..* | ||||
| Type | Timing | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Frequency | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 186. NutritionOrder.supplement.schedule.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 188. NutritionOrder.supplement.schedule.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.supplement.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 190. NutritionOrder.supplement.schedule.extension:timing | |||||
| Slice Name | timing | ||||
| Definition | R5: | ||||
| Short | R5: Scheduled frequency of diet (new) | ||||
| Comments | Element | ||||
| Control | 0..* | ||||
| Type | Extension(R5: Scheduled frequency of diet (new)) (Extension Type: Timing) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 192. NutritionOrder.supplement.schedule.extension:asNeeded | |||||
| Slice Name | asNeeded | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 194. NutritionOrder.supplement.schedule.extension:asNeededFor | |||||
| Slice Name | asNeededFor | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' for x (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 196. NutritionOrder.supplement.schedule.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 198. NutritionOrder.supplement.schedule.event | |||||
| Definition | Identifies specific times when the event occurs. | ||||
| Short | When the event occurs | ||||
| Control | 0..* | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 200. NutritionOrder.supplement.schedule.repeat | |||||
| Definition | A set of rules that describe when the event is scheduled. | ||||
| Short | When the event is to occur | ||||
| Control | 0..1 | ||||
| Type | Element | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Many timing schedules are determined by regular repetitions. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))tim-1: if there's a duration, there needs to be duration units ( duration.empty() or durationUnit.exists())tim-2: if there's a period, there needs to be period units ( period.empty() or periodUnit.exists())tim-4: duration SHALL be a non-negative value ( duration.exists() implies duration >= 0)tim-5: period SHALL be a non-negative value ( period.exists() implies period >= 0)tim-6: If there's a periodMax, there must be a period ( periodMax.empty() or period.exists())tim-7: If there's a durationMax, there must be a duration ( durationMax.empty() or duration.exists())tim-8: If there's a countMax, there must be a count ( countMax.empty() or count.exists())tim-9: 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: If there's a timeOfDay, there cannot be a when, or vice versa ( timeOfDay.empty() or when.empty()) | ||||
| 202. NutritionOrder.supplement.schedule.repeat.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 204. NutritionOrder.supplement.schedule.repeat.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.supplement.schedule.repeat.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 206. NutritionOrder.supplement.schedule.repeat.bounds[x] | |||||
| Definition | Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule. | ||||
| Short | Length/Range of lengths, or (Start and/or end) limits | ||||
| Control | 0..1 | ||||
| Type | Choice of: Duration, Range, Period | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 208. NutritionOrder.supplement.schedule.repeat.count | |||||
| Definition | A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values. | ||||
| Short | Number of times to repeat | ||||
| Comments | If you have both bounds and count, then this should be understood as within the bounds period, until count times happens. | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Repetitions may be limited by end time or total occurrences. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 210. NutritionOrder.supplement.schedule.repeat.countMax | |||||
| Definition | If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times. | ||||
| Short | Maximum number of times to repeat | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 212. NutritionOrder.supplement.schedule.repeat.duration | |||||
| Definition | How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration. | ||||
| Short | How long when it happens | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 214. NutritionOrder.supplement.schedule.repeat.durationMax | |||||
| Definition | If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length. | ||||
| Short | How long when it happens (Max) | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 216. NutritionOrder.supplement.schedule.repeat.durationUnit | |||||
| Definition | The units of time for the duration, in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 218. NutritionOrder.supplement.schedule.repeat.frequency | |||||
| Definition | The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Meaning if Missing | If no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 220. NutritionOrder.supplement.schedule.repeat.frequencyMax | |||||
| Definition | If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range. | ||||
| Short | Event occurs up to frequencyMax times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 222. NutritionOrder.supplement.schedule.repeat.period | |||||
| Definition | Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 224. NutritionOrder.supplement.schedule.repeat.periodMax | |||||
| Definition | If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days. | ||||
| Short | Upper limit of period (3-4 hours) | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 226. NutritionOrder.supplement.schedule.repeat.periodUnit | |||||
| Definition | The units of time for the period in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 228. NutritionOrder.supplement.schedule.repeat.dayOfWeek | |||||
| Definition | If one or more days of week is provided, then the action happens only on the specified day(s). | ||||
| Short | mon | tue | wed | thu | fri | sat | sun | ||||
| Comments | If no days are specified, the action is assumed to happen every day as otherwise specified. The elements frequency and period cannot be used as well as dayOfWeek. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from DaysOfWeek (required to http://hl7.org/fhir/ValueSet/days-of-week|4.0.1) | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 230. NutritionOrder.supplement.schedule.repeat.timeOfDay | |||||
| Definition | Specified time of day for action to take place. | ||||
| Short | Time of day for action | ||||
| Comments | When time of day is specified, it is inferred that the action happens every day (as filtered by dayofWeek) on the specified times. The elements when, frequency and period cannot be used as well as timeOfDay. | ||||
| Control | 0..* | ||||
| Type | time | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 232. NutritionOrder.supplement.schedule.repeat.when | |||||
| Definition | An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur. | ||||
| Short | Code for time period of occurrence | ||||
| Comments | When more than one event is listed, the event is tied to the union of the specified events. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from EventTiming ![]() (required to http://hl7.org/fhir/ValueSet/event-timing|4.0.1)Real world event relating to the schedule. | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Timings are frequently determined by occurrences such as waking, eating and sleep. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 234. NutritionOrder.supplement.schedule.repeat.offset | |||||
| Definition | The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event. | ||||
| Short | Minutes from event (before or after) | ||||
| Control | 0..1 | ||||
| Type | unsignedInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 236. NutritionOrder.supplement.schedule.code | |||||
| Definition | A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code). | ||||
| Short | BID | TID | QID | AM | PM | QD | QOD | + | ||||
| Comments | BID etc. are defined as 'at institutionally specified times'. For example, an institution may choose that BID is "always at 7am and 6pm". If it is inappropriate for this choice to be made, the code BID should not be used. Instead, a distinct organization-specific code should be used in place of the HL7-defined BID code and/or a structured representation should be used (in this case, specifying the two event times). | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from TimingAbbreviation (preferred to http://hl7.org/fhir/ValueSet/timing-abbreviation|4.0.1)Code for a known / defined timing pattern. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 238. NutritionOrder.supplement.quantity | |||||
| Definition | The amount of the nutritional supplement to be given. | ||||
| Short | Amount of the nutritional supplement | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 240. NutritionOrder.supplement.instruction | |||||
| Definition | Free text or additional instructions or information pertaining to the oral supplement. | ||||
| Short | Instructions or additional information about the oral supplement | ||||
| Comments | Free text dosage instructions can be used for cases where the instructions are too complex to code. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 242. NutritionOrder.enteralFormula | |||||
| Definition | Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity. | ||||
| Short | Enteral formula components | ||||
| Control | 0..1 This element is affected by the following invariants: nor-1 | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 244. NutritionOrder.enteralFormula.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 246. NutritionOrder.enteralFormula.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 248. NutritionOrder.enteralFormula.extension:deliveryDevice | |||||
| Slice Name | deliveryDevice | ||||
| Definition | R5: | ||||
| Short | R5: Intended type of device for the administration (new) | ||||
| Comments | Element | ||||
| Control | 0..* This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Intended type of device for the administration (new)) (Complex Extension) | ||||
| Is Modifier | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 250. NutritionOrder.enteralFormula.extension:quantity | |||||
| Slice Name | quantity | ||||
| Definition | R5: | ||||
| Short | R5: Amount of additive to be given or mixed in (new) | ||||
| Comments | Element | ||||
| Control | 0..1 This element is affected by the following invariants: ele-1 | ||||
| Type | Extension(R5: Amount of additive to be given or mixed in (new)) (Extension Type: Quantity(SimpleQuantity)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 252. NutritionOrder.enteralFormula.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 254. NutritionOrder.enteralFormula.baseFormulaType | |||||
| Definition | The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula. | ||||
| Short | Type of enteral or infant formula | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see EnteralFormulaTypeCodes (example to http://hl7.org/fhir/ValueSet/entformula-type|4.0.1)Codes for type of enteral formula to be administered to patient. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 256. NutritionOrder.enteralFormula.baseFormulaType.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 258. NutritionOrder.enteralFormula.baseFormulaType.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.baseFormulaType.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 260. NutritionOrder.enteralFormula.baseFormulaType.extension:baseFormulaType | |||||
| Slice Name | baseFormulaType | ||||
| Definition | R5: | ||||
| Short | R5: baseFormulaType additional types | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: baseFormulaType additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 262. NutritionOrder.enteralFormula.baseFormulaType.coding | |||||
| Definition | A reference to a code defined by a terminology system. | ||||
| Short | Code defined by a terminology system | ||||
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
| Control | 0..* | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 264. NutritionOrder.enteralFormula.baseFormulaType.text | |||||
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
| Short | Plain text representation of the concept | ||||
| Comments | Very often the text is the same as a displayName of one of the codings. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 266. NutritionOrder.enteralFormula.baseFormulaProductName | |||||
| Definition | The product or brand name of the enteral or infant formula product such as "ACME Adult Standard Formula". | ||||
| Short | Product or brand name of the enteral or infant formula | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 268. NutritionOrder.enteralFormula.additiveType | |||||
| Definition | Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula. | ||||
| Short | Type of modular component to add to the feeding | ||||
| Control | 0..1 | ||||
| Binding | For example codes, see EnteralFormulaAdditiveTypeCode (example to http://hl7.org/fhir/ValueSet/entformula-additive|4.0.1)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. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 270. NutritionOrder.enteralFormula.additiveType.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 272. NutritionOrder.enteralFormula.additiveType.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.additiveType.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 274. NutritionOrder.enteralFormula.additiveType.extension:type | |||||
| Slice Name | type | ||||
| Definition | R5: | ||||
| Short | R5: type additional types | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: type additional types) (Extension Type: Reference(Cross-version Profile for R5.NutritionProduct for use in FHIR R4, Basic)) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 276. NutritionOrder.enteralFormula.additiveType.coding | |||||
| Definition | A reference to a code defined by a terminology system. | ||||
| Short | Code defined by a terminology system | ||||
| Comments | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
| Control | 0..* | ||||
| Type | Coding | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 278. NutritionOrder.enteralFormula.additiveType.text | |||||
| Definition | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
| Short | Plain text representation of the concept | ||||
| Comments | Very often the text is the same as a displayName of one of the codings. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 280. NutritionOrder.enteralFormula.additiveProductName | |||||
| Definition | The product or brand name of the type of modular component to be added to the formula. | ||||
| Short | Product or brand name of the modular additive | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 282. NutritionOrder.enteralFormula.caloricDensity | |||||
| Definition | The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL. | ||||
| Short | Amount of energy per specified volume that is required | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 284. NutritionOrder.enteralFormula.routeofAdministration | |||||
| Definition | The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube. | ||||
| Short | How the formula should enter the patient's gastrointestinal tract | ||||
| Control | 0..1 | ||||
| Binding | Unless not suitable, these codes SHALL be taken from EnteralRouteCodes (extensible to http://hl7.org/fhir/ValueSet/enteral-route|4.0.1)Codes specifying the route of administration of enteral formula. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 286. NutritionOrder.enteralFormula.administration | |||||
| Definition | Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours. | ||||
| Short | Formula feeding instruction as structured data | ||||
| Comments | See implementation notes below for further discussion on how to order continuous vs bolus enteral feeding using this resource. | ||||
| Control | 0..* | ||||
| Type | BackboneElement | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 288. NutritionOrder.enteralFormula.administration.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 290. NutritionOrder.enteralFormula.administration.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 292. NutritionOrder.enteralFormula.administration.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 294. NutritionOrder.enteralFormula.administration.schedule | |||||
| Definition | The time period and frequency at which the enteral formula should be delivered to the patient. | ||||
| Short | Scheduled frequency of enteral feeding | ||||
| Control | 0..1 | ||||
| Type | Timing | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | Frequency | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 296. NutritionOrder.enteralFormula.administration.schedule.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 298. NutritionOrder.enteralFormula.administration.schedule.extension | |||||
| Definition | An Extension | ||||
| Short | Extension | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.administration.schedule.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 300. NutritionOrder.enteralFormula.administration.schedule.extension:timing | |||||
| Slice Name | timing | ||||
| Definition | R5: | ||||
| Short | R5: Scheduled frequency of enteral formula (new) | ||||
| Comments | Element | ||||
| Control | 0..* | ||||
| Type | Extension(R5: Scheduled frequency of enteral formula (new)) (Extension Type: Timing) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 302. NutritionOrder.enteralFormula.administration.schedule.extension:asNeeded | |||||
| Slice Name | asNeeded | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' (new)) (Extension Type: boolean) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 304. NutritionOrder.enteralFormula.administration.schedule.extension:asNeededFor | |||||
| Slice Name | asNeededFor | ||||
| Definition | R5: | ||||
| Short | R5: Take 'as needed' for x (new) | ||||
| Comments | Element | ||||
| Control | 0..1 | ||||
| Type | Extension(R5: Take 'as needed' for x (new)) (Extension Type: CodeableConcept) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 306. NutritionOrder.enteralFormula.administration.schedule.modifierExtension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Short | Extensions that cannot be ignored even if unrecognized | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Summary | true | ||||
| Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Alternate Names | extensions, user content, modifiers | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 308. NutritionOrder.enteralFormula.administration.schedule.event | |||||
| Definition | Identifies specific times when the event occurs. | ||||
| Short | When the event occurs | ||||
| Control | 0..* | ||||
| Type | dateTime | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 310. NutritionOrder.enteralFormula.administration.schedule.repeat | |||||
| Definition | A set of rules that describe when the event is scheduled. | ||||
| Short | When the event is to occur | ||||
| Control | 0..1 | ||||
| Type | Element | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Requirements | Many timing schedules are determined by regular repetitions. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))tim-1: if there's a duration, there needs to be duration units ( duration.empty() or durationUnit.exists())tim-2: if there's a period, there needs to be period units ( period.empty() or periodUnit.exists())tim-4: duration SHALL be a non-negative value ( duration.exists() implies duration >= 0)tim-5: period SHALL be a non-negative value ( period.exists() implies period >= 0)tim-6: If there's a periodMax, there must be a period ( periodMax.empty() or period.exists())tim-7: If there's a durationMax, there must be a duration ( durationMax.empty() or duration.exists())tim-8: If there's a countMax, there must be a count ( countMax.empty() or count.exists())tim-9: 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: If there's a timeOfDay, there cannot be a when, or vice versa ( timeOfDay.empty() or when.empty()) | ||||
| 312. NutritionOrder.enteralFormula.administration.schedule.repeat.id | |||||
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Short | Unique id for inter-element referencing | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| XML Format | In the XML format, this property is represented as an attribute. | ||||
| Summary | false | ||||
| 314. NutritionOrder.enteralFormula.administration.schedule.repeat.extension | |||||
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. | ||||
| Short | Additional content defined by implementations | ||||
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. | ||||
| Control | 0..* | ||||
| Type | Extension | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Alternate Names | extensions, user content | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | This element introduces a set of slices on NutritionOrder.enteralFormula.administration.schedule.repeat.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||
| 316. NutritionOrder.enteralFormula.administration.schedule.repeat.bounds[x] | |||||
| Definition | Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule. | ||||
| Short | Length/Range of lengths, or (Start and/or end) limits | ||||
| Control | 0..1 | ||||
| Type | Choice of: Duration, Range, Period | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 318. NutritionOrder.enteralFormula.administration.schedule.repeat.count | |||||
| Definition | A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values. | ||||
| Short | Number of times to repeat | ||||
| Comments | If you have both bounds and count, then this should be understood as within the bounds period, until count times happens. | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Repetitions may be limited by end time or total occurrences. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 320. NutritionOrder.enteralFormula.administration.schedule.repeat.countMax | |||||
| Definition | If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times. | ||||
| Short | Maximum number of times to repeat | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 322. NutritionOrder.enteralFormula.administration.schedule.repeat.duration | |||||
| Definition | How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration. | ||||
| Short | How long when it happens | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 324. NutritionOrder.enteralFormula.administration.schedule.repeat.durationMax | |||||
| Definition | If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length. | ||||
| Short | How long when it happens (Max) | ||||
| Comments | For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise). | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Some activities are not instantaneous and need to be maintained for a period of time. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 326. NutritionOrder.enteralFormula.administration.schedule.repeat.durationUnit | |||||
| Definition | The units of time for the duration, in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 328. NutritionOrder.enteralFormula.administration.schedule.repeat.frequency | |||||
| Definition | The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Meaning if Missing | If no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 330. NutritionOrder.enteralFormula.administration.schedule.repeat.frequencyMax | |||||
| Definition | If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range. | ||||
| Short | Event occurs up to frequencyMax times per period | ||||
| Control | 0..1 | ||||
| Type | positiveInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 332. NutritionOrder.enteralFormula.administration.schedule.repeat.period | |||||
| Definition | Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length. | ||||
| Short | Event occurs frequency times per period | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 334. NutritionOrder.enteralFormula.administration.schedule.repeat.periodMax | |||||
| Definition | If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days. | ||||
| Short | Upper limit of period (3-4 hours) | ||||
| Control | 0..1 | ||||
| Type | decimal | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 336. NutritionOrder.enteralFormula.administration.schedule.repeat.periodUnit | |||||
| Definition | The units of time for the period in UCUM units. | ||||
| Short | s | min | h | d | wk | mo | a - unit of time (UCUM) | ||||
| Control | 0..1 | ||||
| Binding | The codes SHALL be taken from UnitsOfTime (required to http://hl7.org/fhir/ValueSet/units-of-time|4.0.1)A unit of time (units from UCUM). | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 338. NutritionOrder.enteralFormula.administration.schedule.repeat.dayOfWeek | |||||
| Definition | If one or more days of week is provided, then the action happens only on the specified day(s). | ||||
| Short | mon | tue | wed | thu | fri | sat | sun | ||||
| Comments | If no days are specified, the action is assumed to happen every day as otherwise specified. The elements frequency and period cannot be used as well as dayOfWeek. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from DaysOfWeek (required to http://hl7.org/fhir/ValueSet/days-of-week|4.0.1) | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 340. NutritionOrder.enteralFormula.administration.schedule.repeat.timeOfDay | |||||
| Definition | Specified time of day for action to take place. | ||||
| Short | Time of day for action | ||||
| Comments | When time of day is specified, it is inferred that the action happens every day (as filtered by dayofWeek) on the specified times. The elements when, frequency and period cannot be used as well as timeOfDay. | ||||
| Control | 0..* | ||||
| Type | time | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 342. NutritionOrder.enteralFormula.administration.schedule.repeat.when | |||||
| Definition | An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur. | ||||
| Short | Code for time period of occurrence | ||||
| Comments | When more than one event is listed, the event is tied to the union of the specified events. | ||||
| Control | 0..* | ||||
| Binding | The codes SHALL be taken from EventTiming ![]() (required to http://hl7.org/fhir/ValueSet/event-timing|4.0.1)Real world event relating to the schedule. | ||||
| Type | code | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Requirements | Timings are frequently determined by occurrences such as waking, eating and sleep. | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 344. NutritionOrder.enteralFormula.administration.schedule.repeat.offset | |||||
| Definition | The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event. | ||||
| Short | Minutes from event (before or after) | ||||
| Control | 0..1 | ||||
| Type | unsignedInt | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 346. NutritionOrder.enteralFormula.administration.schedule.code | |||||
| Definition | A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code). | ||||
| Short | BID | TID | QID | AM | PM | QD | QOD | + | ||||
| Comments | BID etc. are defined as 'at institutionally specified times'. For example, an institution may choose that BID is "always at 7am and 6pm". If it is inappropriate for this choice to be made, the code BID should not be used. Instead, a distinct organization-specific code should be used in place of the HL7-defined BID code and/or a structured representation should be used (in this case, specifying the two event times). | ||||
| Control | 0..1 | ||||
| Binding | The codes SHOULD be taken from TimingAbbreviation (preferred to http://hl7.org/fhir/ValueSet/timing-abbreviation|4.0.1)Code for a known / defined timing pattern. | ||||
| Type | CodeableConcept | ||||
| Is Modifier | false | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 348. NutritionOrder.enteralFormula.administration.quantity | |||||
| Definition | The volume of formula to provide to the patient per the specified administration schedule. | ||||
| Short | The volume of formula to provide | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 350. NutritionOrder.enteralFormula.administration.rate[x] | |||||
| Definition | The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule. | ||||
| Short | Speed with which the formula is provided per period of time | ||||
| Comments | Ratio is used when the quantity value in the denominator is not "1", otherwise use Quantity. For example, the Ratio datatype is used for "200 mL/4 hrs" versus the Quantity datatype for "50 mL/hr". | ||||
| Control | 0..1 | ||||
| Type | Choice of: Quantity(SimpleQuantity), Ratio | ||||
| [x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 352. NutritionOrder.enteralFormula.maxVolumeToDeliver | |||||
| Definition | The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours. | ||||
| Short | Upper limit on formula volume per unit of time | ||||
| Control | 0..1 | ||||
| Type | Quantity(SimpleQuantity) | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 354. NutritionOrder.enteralFormula.administrationInstruction | |||||
| Definition | Free text formula administration, feeding instructions or additional instructions or information. | ||||
| Short | Formula feeding instructions expressed as text | ||||
| Comments | Free text dosage instructions can be used for cases where the instructions are too complex to code. | ||||
| Control | 0..1 | ||||
| Type | string | ||||
| Is Modifier | false | ||||
| Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||
| Summary | true | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 356. NutritionOrder.note | |||||
| Definition | Comments made about the {{title}} by the requester, performer, subject or other participants. | ||||
| Short | Comments | ||||
| Comments | This element SHALL NOT be used to supply free text instructions for the diet which are represented in the | ||||
| Control | 0..* | ||||
| Type | Annotation | ||||
| Is Modifier | false | ||||
| Summary | false | ||||
| Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||