Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Codesystem-allergy-intolerance-category.ttl

Example CodeSystem/allergy-intolerance-category (Turtle)

Maturity Level : N/A
Responsible Owner: Patient Care Work Group Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code System AllergyIntoleranceCategory SystemAllergyIntoleranceCategory

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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


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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "allergy-intolerance-category"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "pc" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "3" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/allergy-intolerance-category"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.134" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "AllergyIntoleranceCategory"];
  fhir:CodeSystem.title [ fhir:value "AllergyIntoleranceCategory"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]

<http://hl7.org/fhir/CodeSystem/allergy-intolerance-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "allergy-intolerance-category"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-11-27T16:48:47.349+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem allergy-intolerance-category</b></p><a name=\"allergy-intolerance-category\"> </a><a name=\"hcallergy-intolerance-category\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/allergy-intolerance-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">food<a name=\"allergy-intolerance-category-food\"> </a></td><td>Food</td><td>Any substance consumed to provide nutritional support for the body.</td></tr><tr><td style=\"white-space:nowrap\">medication<a name=\"allergy-intolerance-category-medication\"> </a></td><td>Medication</td><td>Substances administered to achieve a physiological effect.</td></tr><tr><td style=\"white-space:nowrap\">environment<a name=\"allergy-intolerance-category-environment\"> </a></td><td>Environment</td><td>Any substances that are encountered in the environment, including any substance not already classified as food, medication, or biologic.</td></tr><tr><td style=\"white-space:nowrap\">biologic<a name=\"allergy-intolerance-category-biologic\"> </a></td><td>Biologic</td><td>A preparation that is synthesized from living organisms or their products, especially a human or animal protein, such as a hormone or antitoxin, that is used as a diagnostic, preventive, or therapeutic agent. Examples of biologic medications include: vaccines; allergenic extracts, which are used for both diagnosis and treatment (for example, allergy shots); gene therapies; cellular therapies.  There are other biologic products, such as tissues, which are not typically associated with allergies.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pc"

     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Category of an identified substance associated with allergies or intolerances."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/allergy-intolerance-category"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "food" ];
     fhir:CodeSystem.display [ fhir:value "Food" ];
     fhir:CodeSystem.definition [ fhir:value "Any substance consumed to provide nutritional support for the body." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "medication" ];
     fhir:CodeSystem.display [ fhir:value "Medication" ];
     fhir:CodeSystem.definition [ fhir:value "Substances administered to achieve a physiological effect." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "environment" ];
     fhir:CodeSystem.display [ fhir:value "Environment" ];
     fhir:CodeSystem.definition [ fhir:value "Any substances that are encountered in the environment, including any substance not already classified as food, medication, or biologic." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "biologic" ];
     fhir:CodeSystem.display [ fhir:value "Biologic" ];
     fhir:CodeSystem.definition [ fhir:value "A preparation that is synthesized from living organisms or their products, especially a human or animal protein, such as a hormone or antitoxin, that is used as a diagnostic, preventive, or therapeutic agent. Examples of biologic medications include: vaccines; allergenic extracts, which are used for both diagnosis and treatment (for example, allergy shots); gene therapies; cellular therapies.  There are other biologic products, such as tissues, which are not typically associated with allergies." ]
  ] .

  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "normative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 3
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/allergy-intolerance-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/allergy-intolerance-category>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.134" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.124" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.53" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceCategory"] ; # 
  fhir:title [ fhir:v "Allergy Intolerance Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Category of an identified substance associated with allergies or intolerances."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/allergy-intolerance-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/allergy-intolerance-category>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "food" ] ;
     fhir:display [ fhir:v "Food" ] ;
     fhir:definition [ fhir:v "Any substance consumed to provide nutritional support for the body." ]
  ] [
     fhir:code [ fhir:v "medication" ] ;
     fhir:display [ fhir:v "Medication" ] ;
     fhir:definition [ fhir:v "Substances administered to achieve a physiological effect." ]
  ] [
     fhir:code [ fhir:v "environment" ] ;
     fhir:display [ fhir:v "Environment" ] ;
     fhir:definition [ fhir:v "Any substances that are encountered in the environment, including any substance not already classified as food, medication, or biologic." ]
  ] [
     fhir:code [ fhir:v "biologic" ] ;
     fhir:display [ fhir:v "Biologic" ] ;
     fhir:definition [ fhir:v "A preparation that is synthesized from living organisms or their products, especially a human or animal protein, such as a hormone or antitoxin, that is used as a diagnostic, preventive, or therapeutic agent. Examples of biologic medications include: vaccines; allergenic extracts, which are used for both diagnosis and treatment (for example, allergy shots); gene therapies; cellular therapies.  There are other biologic products, such as tissues, which are not typically associated with allergies." ]
  ] ) . # 


# -------------------------------------------------------------------------------------


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.