Cross-Version Extension for NutritionIntake.consumedItem.nutritionProduct in R5

URLhttp://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem.nutritionProduct
Version
Statusactive
Description

Cross-Version Extension for NutritionIntake.consumedItem.nutritionProduct. Valid in versions R2, R3, R4, R4B

This is a valid cross-version extension because it's counted as a new element

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 1..1ExtensionCode that identifies the food or fluid product that was consumed
... extension ..0
... value[x] 1..CodeableReference(NutritionProduct)
... url "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem.nutritionProduct"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r5-nin.con.nutritionProduct",
  "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem.nutritionProduct",
  "name" : "XVerExtensionNutritionIntake.consumedItem.nutritionProductR5",
  "title" : "Cross-Version Extension for NutritionIntake.consumedItem.nutritionProduct in R5",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Orders and Observations)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/orders/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for NutritionIntake.consumedItem.nutritionProduct. Valid in versions R2, R3, R4, R4B\r\n\r\nThis is a valid cross-version extension because it's counted as a new element",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Code that identifies the food or fluid product that was consumed",
      "definition" : "Identifies the food or fluid product that was consumed. This is potentially a link to a resource representing the details of the food product (TBD) or a simple attribute carrying a code that identifies the food from a known list of foods.",
      "comment" : "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of a new nutritionProduct resource is recommended.",
      "min" : 1,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "workflow",
        "map" : "Event.code"
      },
      {
        "identity" : "w5",
        "map" : "FiveWs.what[x]"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "CodeableReference",
        "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/NutritionProduct"]
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NutritionIntake.consumedItem.nutritionProduct"
    }]
  }
}