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
@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#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AllergyIntoleranceExample7"] ; #
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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample7</b></p><a name=\"AllergyIntoleranceExample7\"> </a><a name=\"hcAllergyIntoleranceExample7\"> </a><a name=\"AllergyIntoleranceExample7-en-US\"> </a><p><b>Allergy Intolerance Detailed Type Extension</b>: <span title=\"Codes:{http://snomed.info/sct 609328004}\">Allergic disposition (finding)</span></p><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 confirmed}, {http://snomed.info/sct 410605003}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1003752001}\">Latex</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample7.html\">Mildred Ratched Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --> (ongoing)))</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Eruption of skin (disorder)</span></p><p><b>severity</b>: Mild</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 6064005}\">Topical route (qualifier)</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 418363000}\">Itching of skin (finding)</span></p><p><b>severity</b>: Mild</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 6064005}\">Topical route (qualifier)</span></p></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://snomed.info/fhir/StructureDefinition/allergy-intolerance-detailed-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:609328004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "609328004" ] ;
fhir:display [ fhir:v "Allergic disposition (finding)" ] ] ) ]
] ) ; #
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 "confirmed" ] ] [
a sct:410605003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410605003" ] ;
fhir:display [ fhir:v "Confirmed present (qualifier value)" ] ] ) ;
fhir:text [ fhir:v "Confirmed" ]
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:1003752001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1003752001" ] ;
fhir:display [ fhir:v "Hevea brasiliensis latex protein (substance)" ] ] ) ;
fhir:text [ fhir:v "Latex" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample7" ]
] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
a sct:271807003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271807003" ] ;
fhir:display [ fhir:v "Eruption of skin (disorder)" ] ] ) ] ) ;
fhir:severity [ fhir:v "mild" ] ;
fhir:exposureRoute [
( fhir:coding [
a sct:6064005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6064005" ] ;
fhir:display [ fhir:v "Topical route (qualifier)" ] ] ) ]
] [
( fhir:manifestation [
( fhir:coding [
a sct:418363000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418363000" ] ;
fhir:display [ fhir:v "Itching of skin (finding)" ] ] ) ] ) ;
fhir:severity [ fhir:v "mild" ] ;
fhir:exposureRoute [
( fhir:coding [
a sct:6064005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6064005" ] ;
fhir:display [ fhir:v "Topical route (qualifier)" ] ] ) ]
] ) . #
IG © 2020+ SNOMED on FHIR project group. Package snomed-ig#0.0.1 based on FHIR 4.0.1. Generated 2025-01-05
Links: Table of Contents |
QA Report