SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions
: AllergyIntoleranceExample1-2 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AllergyIntoleranceExample1-2"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused"^^xsd:anyURI ;
fhir:link <http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused> ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample1-2</b></p><a name=\"AllergyIntoleranceExample1-2\"> </a><a name=\"hcAllergyIntoleranceExample1-2\"> </a><a name=\"AllergyIntoleranceExample1-2-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}, {http://snomed.info/sct 55561003}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification unconfirmed}, {http://snomed.info/sct 415684004}\">Unconfirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: Unable to Assess Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 764146007}\">Penicillin</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">Johnny B. Goode Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890 (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Hives</span></td><td>Moderate</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route (qualifier value)</span></td></tr></table></div>"
] ;
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] [
a sct:55561003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55561003" ] ;
fhir:display [ fhir:v "Active (qualifier value)" ] ] ) ;
fhir:text [ fhir:v "Active" ]
] ;
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unconfirmed" ] ] [
a sct:415684004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "415684004" ] ;
fhir:display [ fhir:v "Suspected (qualifier value)" ] ] ) ;
fhir:text [ fhir:v "Unconfirmed" ]
] ;
fhir:type [ fhir:v "allergy"] ;
fhir:criticality [ fhir:v "unable-to-assess"] ;
fhir:code [
( fhir:coding [
a sct:764146007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "764146007" ] ;
fhir:display [ fhir:v "Penicillin (substance)" ] ] ) ;
fhir:text [ fhir:v "Penicillin" ]
] ;
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample1" ]
] ;
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:247472004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "247472004" ] ;
fhir:display [ fhir:v "Wheal (finding)" ] ] ) ;
fhir:text [ fhir:v "Hives" ] ] ) ;
fhir:severity [ fhir:v "moderate" ] ;
fhir:exposureRoute [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route (qualifier value)" ] ] ) ]
] ) .