FHIR CI-Build

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

Example NutritionOrder/pureeddiet-simple (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner

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

Nutrition Order Pureed Diet and Energy/Protein Supplement Simple Example

{
  "resourceType" : "NutritionOrder",
  "id" : "pureeddiet-simple",
  "identifier" : [{
    "system" : "http://goodhealthhospital.org/nutrition-requests",
    "value" : "123"
  }],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Peter Chalmers"
  },
  "dateTime" : "2014-09-17",
  "orderer" : {
    "reference" : "Practitioner/example",
    "display" : "Dr Adam Careful"
  },
  "oralDiet" : {
    "type" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "226211001",
        "display" : "Pureed diet"
      },
      {
        "system" : "http://goodhealthhospital.org/diet-type-codes",
        "code" : "1010",
        "display" : "Pureed diet"
      }],
      "text" : "Pureed diet"
    }],
    "schedule" : {
      "timing" : [{
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2015-02-10"
          },
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      }]
    },
    "texture" : [{
      "modifier" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "228055009",
          "display" : "Liquidized food"
        }],
        "text" : "Pureed"
      }
    }]
  },
  "supplement" : [{
    "type" : {
      "concept" : {
        "coding" : [{
          "system" : "http://snomed.info/sct",
          "code" : "442971000124100",
          "display" : "Adult high energy formula"
        },
        {
          "system" : "http://goodhealthhospital.org/supplement-type-codes",
          "code" : "1040",
          "display" : "Adult high energy pudding"
        }],
        "text" : "Adult high energy pudding"
      }
    },
    "productName" : "Ensure Pudding 4 oz container",
    "instruction" : "Ensure Pudding at breakfast, lunch, supper"
  }]
}

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.