{

"resourceType": "NutritionOrder",
"id": "proteinsupplement",
"identifier": [
  {
    "system": "http://goodhealthhospital.org/nutrition-requests",
    "value": "123"
  }
],
"status": "active",
"intent": "order",
"patient": {
  "reference": "Patient/example",
  "display": "Peter Chalmers"
},
"encounter": {
  "reference": "Encounter/example",
  "display": "Inpatient"
},
"dateTime": "2014-09-17",
"orderer": {
  "reference": "Practitioner/example",
  "display": "Dr Adam Careful"
},
"supplement": [
  {
    "type": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "442991000124104",
          "display": "Adult high protein formula"
        },
        {
          "system": "http://goodhealthhospital.org/supplement-type-codes",
          "code": "1000",
          "display": "High Protein Powder"
        }
      ],
      "text": "High Protein Powder"
    },
    "productName": "Beneprotein",
    "schedule": [
      {
        "repeat": {
          "boundsPeriod": {
            "start": "2015-02-10"
          },
          "when": [
            "C"
          ]
        }
      }
    ],
    "quantity": {
      "value": 1,
      "unit": "scoop",
      "system": "http://unitsofmeasure.org",
      "code": "{scoop}"
    },
    "instruction": "Beneprotein 1 scoop TID with meal.starting on  2015-02-10"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}