DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-encounter-diet.json

Raw JSON (canonical form)

Definition for Value SetDiet

{
  "resourceType": "ValueSet",
  "id": "encounter-diet",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.142"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/encounter-diet",
  "version": "1.0.2",
  "name": "Diet",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date": "2015-10-24T07:41:03+11:00",
  "description": "This value set defines a set of codes that can be used to indicate dietary preferences or restrictions a patient may have.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.142"
      }
    ],
    "system": "http://hl7.org/fhir/diet",
    "caseSensitive": true,
    "concept": [
      {
        "code": "vegetarian",
        "display": "Vegetarian",
        "definition": "Food without meat, poultry or seafood."
      },
      {
        "code": "dairy-free",
        "display": "Dairy Free",
        "definition": "Excludes dairy products."
      },
      {
        "code": "nut-free",
        "display": "Nut Free",
        "definition": "Excludes ingredients containing nuts."
      },
      {
        "code": "gluten-free",
        "display": "Gluten Free",
        "definition": "Excludes ingredients containing gluten."
      },
      {
        "code": "vegan",
        "display": "Vegan",
        "definition": "Food without meat, poultry, seafood, eggs, dairy products and other animal-derived substances."
      },
      {
        "code": "halal",
        "display": "Halal",
        "definition": "Foods that conform to Islamic law."
      },
      {
        "code": "kosher",
        "display": "Kosher",
        "definition": "Foods that conform to Jewish dietary law."
      }
    ]
  }
}

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.