FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example NutritionProduct/high-protein-enteral-supplement (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

High Protein Formula

{
  "resourceType" : "NutritionProduct",
  "id" : "high-protein-enteral-supplement",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "443111000124101",
      "display" : "High protein Formula (product)"
    }]
  },
  "status" : "active",
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "346415002",
      "display" : "Enteral and supplement feeds (product)"
    }]
  }],
  "manufacturer" : [{
    "display" : "Abbott"
  }],
  "nutrient" : [{
    "item" : {
      "concept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "1354492001"
        }]
      }
    },
    "amountQuantity" : {
      "value" : 15,
      "unit" : "gm/serving"
    }
  }],
  "energy" : {
    "value" : 1,
    "unit" : "kcal/ml",
    "system" : "http://unitsofmeasure.org",
    "code" : "kcal/ml"
  },
  "instance" : [{
    "name" : "Promote"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.