Food Allergies FHIR Implementation Guide
0.1.0-test - CI Build
Food Allergies FHIR Implementation Guide, published by fnovillo. This guide is not an authorized publication; it is the continuous build for version 0.1.0-test built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/novillof/foodAllergy and changes regularly. See the Directory of published versions
Active as of 2025-07-08 |
{
"resourceType" : "ValueSet",
"id" : "FoodAllergyVS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FoodAllergyVS</b></p><a name=\"FoodAllergyVS\"> </a><a name=\"hcFoodAllergyVS\"> </a><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://example.com/fhir/example/ValueSet/FoodAllergyVS",
"version" : "0.1.0-test",
"name" : "FoodAllergyVS",
"title" : "Food Allergies",
"status" : "active",
"date" : "2025-07-08T08:50:37+00:00",
"publisher" : "fnovillo",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "mailto:fnovper@gmail.com"
}
]
}
],
"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"
}
]
}
]
}
}