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 - TTL Representation

Active as of 2022-06-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "FoodAllergyVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:ValueSet.url [ fhir:value "http://ohie.org/fhir/food-allergy/ValueSet/FoodAllergyVS"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "FoodAllergyVS"];
  fhir:ValueSet.title [ fhir:value "Food Allergies"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2022-06-16T12:32:08+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "OpenHIE"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ohie.org" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Main Food allergies."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "91935009" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to peanut" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "48821000119104" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to tree nut" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "782555009" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to cow's milk protein" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "213020009" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to egg protein" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "417532002" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to fish" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "300913006" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to shellfish" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "782594005" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to soy protein" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "260167008" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Sesame seed" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "21191000122102" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to mustard" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "712843002" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to celery" ]       ], [
         fhir:index 10;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "782575000" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Allergy to lupine seed" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.