{

"resourceType": "NutritionOrder",
"id": "texturemodified",
"identifier": [
  {
    "system": "http://goodhealthhospital.org/nutrition-requests",
    "value": "123"
  }
],
"status": "active",
"intent": "order",
"patient": {
  "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": "435801000124108",
          "display": "Texture modified diet"
        },
        {
          "system": "http://goodhealthhospital.org/diet-type-codes",
          "code": "1010",
          "display": "Texture modified diet"
        }
      ],
      "text": "Texture modified diet"
    }
  ],
  "schedule": [
    {
      "repeat": {
        "boundsPeriod": {
          "start": "2015-02-10"
        },
        "frequency": 3,
        "period": 1,
        "periodUnit": "d"
      }
    }
  ],
  "texture": [
    {
      "modifier": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "228049004",
            "display": "Chopped food"
          }
        ],
        "text": "Regular, Chopped Meat"
      },
      "foodType": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "28647000",
            "display": "Meat"
          }
        ],
        "text": "Regular, Chopped Meat"
      }
    }
  ]
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}