Food Allergies ImplementationGuide
0.1.0 - CI Build

Food Allergies ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions

: Food Allergies - JSON Representation

Active as of 2022-06-16

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "FoodAllergyVS",
  "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/91935009\">91935009</a></td><td>Allergy to peanut</td></tr><tr><td><a href=\"http://snomed.info/id/48821000119104\">48821000119104</a></td><td>Allergy to tree nut</td></tr><tr><td><a href=\"http://snomed.info/id/782555009\">782555009</a></td><td>Allergy to cow's milk protein</td></tr><tr><td><a href=\"http://snomed.info/id/213020009\">213020009</a></td><td>Allergy to egg protein</td></tr><tr><td><a href=\"http://snomed.info/id/417532002\">417532002</a></td><td>Allergy to fish</td></tr><tr><td><a href=\"http://snomed.info/id/300913006\">300913006</a></td><td>Allergy to shellfish</td></tr><tr><td><a href=\"http://snomed.info/id/782594005\">782594005</a></td><td>Allergy to soy protein</td></tr><tr><td><a href=\"http://snomed.info/id/260167008\">260167008</a></td><td>Sesame seed</td></tr><tr><td><a href=\"http://snomed.info/id/21191000122102\">21191000122102</a></td><td>Allergy to mustard</td></tr><tr><td><a href=\"http://snomed.info/id/712843002\">712843002</a></td><td>Allergy to celery</td></tr><tr><td><a href=\"http://snomed.info/id/782575000\">782575000</a></td><td>Allergy to lupine seed</td></tr></table></li></ul></div>"
  },
  "url" : "http://ohie.org/fhir/food-allergy/ValueSet/FoodAllergyVS",
  "version" : "0.1.0",
  "name" : "FoodAllergyVS",
  "title" : "Food Allergies",
  "status" : "active",
  "date" : "2022-06-16T12:32:08+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ohie.org"
        }
      ]
    }
  ],
  "description" : "Main Food allergies.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "91935009",
            "display" : "Allergy to peanut"
          },
          {
            "code" : "48821000119104",
            "display" : "Allergy to tree nut"
          },
          {
            "code" : "782555009",
            "display" : "Allergy to cow's milk protein"
          },
          {
            "code" : "213020009",
            "display" : "Allergy to egg protein"
          },
          {
            "code" : "417532002",
            "display" : "Allergy to fish"
          },
          {
            "code" : "300913006",
            "display" : "Allergy to shellfish"
          },
          {
            "code" : "782594005",
            "display" : "Allergy to soy protein"
          },
          {
            "code" : "260167008",
            "display" : "Sesame seed"
          },
          {
            "code" : "21191000122102",
            "display" : "Allergy to mustard"
          },
          {
            "code" : "712843002",
            "display" : "Allergy to celery"
          },
          {
            "code" : "782575000",
            "display" : "Allergy to lupine seed"
          }
        ]
      }
    ]
  }
}