This page is part of the FHIR Core Extensions Registry (v5.1.0: Release 5.1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: AllergyIntolerance substance exposure risk codesystem - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "allerg-intol-substance-exp-risk"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/allerg-intol-substance-exp-risk</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\">known-reaction-risk<a name=\"allerg-intol-substance-exp-risk-known-reaction-risk\"> </a></td><td>Known Reaction Risk</td><td>Known risk of allergy or intolerance reaction upon exposure to the specified substance.</td></tr><tr><td style=\"white-space:nowrap\">no-known-reaction-risk<a name=\"allerg-intol-substance-exp-risk-no-known-reaction-risk\"> </a></td><td>No Known Reaction Risk</td><td>No known risk of allergy or intolerance reaction upon exposure to the specified substance.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pc" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/allerg-intol-substance-exp-risk"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1275" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.858" ]
] ) ; #
fhir:version [ fhir:v "5.1.0"] ; #
fhir:name [ fhir:v "AllergyIntoleranceSubstanceExposureRisk"] ; #
fhir:title [ fhir:v "AllergyIntolerance substance exposure risk codesystem"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-04-27T18:40:24+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] )
] ) ; #
fhir:description [ fhir:v "AllergyIntoleranceSubstanceExposureRisk"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "known-reaction-risk" ] ;
fhir:display [ fhir:v "Known Reaction Risk" ] ;
fhir:definition [ fhir:v "Known risk of allergy or intolerance reaction upon exposure to the specified substance." ]
] [
fhir:code [ fhir:v "no-known-reaction-risk" ] ;
fhir:display [ fhir:v "No Known Reaction Risk" ] ;
fhir:definition [ fhir:v "No known risk of allergy or intolerance reaction upon exposure to the specified substance." ]
] ) . #