QI-Core Implementation Guide
6.0.0-ballot - ballot United States of America flag

This page is part of the Quality Improvement Core Framework (v6.0.0-ballot: STU6 (v6.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

: Example Foods - JSON Representation

Active as of 2018-12-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "qicore-example-foods",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/762766007\">762766007</a></td><td>Edible substance</td></tr><tr><td><a href=\"http://snomed.info/id/7661006\">7661006</a></td><td>Fish bone</td></tr><tr><td><a href=\"http://snomed.info/id/10827009\">10827009</a></td><td>Milk protein</td></tr><tr><td><a href=\"http://snomed.info/id/226789007\">226789007</a></td><td>Breast milk</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/qicore/ValueSet/qicore-example-foods",
  "version" : "6.0.0-ballot",
  "name" : "ExampleFoods",
  "title" : "Example Foods",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-12-05T00:00:00+00:00",
  "publisher" : "http://www.hl7.org/Special/committees/cqi/index.cfm",
  "contact" : [
    {
      "name" : "Clinical Quality Information WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "This value set defines an example set of codes for edible substances.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "purpose" : " This is a subset of the full set of Edible Substances defined for the NutritionIntake resource in R5, but an example value set is defined here to avoid duplicating the definition of that value set, since it cannot be referenced from this R4 implementation guide.",
  "copyright" : "1. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.\n2. Current Procedural Terminology (CPT) is copyright 2020 American Medical Association. All rights reserved",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "762766007",
            "display" : "Edible substance"
          },
          {
            "code" : "7661006",
            "display" : "Fish bone"
          },
          {
            "code" : "10827009",
            "display" : "Milk protein"
          },
          {
            "code" : "226789007",
            "display" : "Breast milk"
          }
        ]
      }
    ]
  }
}