SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build
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
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="AllergyIntoleranceExample3"/>
<meta>
<profile
value="http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample3</b></p><a name="AllergyIntoleranceExample3"> </a><a name="hcAllergyIntoleranceExample3"> </a><a name="AllergyIntoleranceExample3-en-US"> </a><p><b>Allergy Intolerance Detailed Type Extension</b>: <span title="Codes:{http://snomed.info/sct 782197009}">Intolerance to substance (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>: Intolerance</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 412071004}">Wheat</span></p><p><b>patient</b>: <a href="Patient-PatientExample2.html">Janet B. Goode (official) Female, DoB: 1988-01-06 ( Medical Record Number: 9876543210 (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 116289008}">Abdominal bloating (finding)</span></p><p><b>severity</b>: Moderate</p><p><b>exposureRoute</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route (qualifier value)</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title="Codes:{http://snomed.info/sct 21522001}">Abdominal pain (finding)</span></p><p><b>severity</b>: Moderate</p><p><b>exposureRoute</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route (qualifier value)</span></p></blockquote></div>
</text>
<extension
url="http://snomed.info/fhir/StructureDefinition/allergy-intolerance-detailed-type">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="782197009"/>
<display value="Intolerance to substance (finding)"/>
</coding>
</valueCodeableConcept>
</extension>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="55561003"/>
<display value="Active (qualifier value)"/>
</coding>
<text value="Active"/>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="410605003"/>
<display value="Confirmed present (qualifier value)"/>
</coding>
<text value="Confirmed"/>
</verificationStatus>
<type value="intolerance"/>
<criticality value="low"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="412071004"/>
<display value="Wheat (substance)"/>
</coding>
<text value="Wheat"/>
</code>
<patient>🔗
<reference value="Patient/PatientExample2"/>
</patient>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="116289008"/>
<display value="Abdominal bloating (finding)"/>
</coding>
</manifestation>
<severity value="moderate"/>
<exposureRoute>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route (qualifier value)"/>
</coding>
</exposureRoute>
</reaction>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="21522001"/>
<display value="Abdominal pain (finding)"/>
</coding>
</manifestation>
<severity value="moderate"/>
<exposureRoute>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route (qualifier value)"/>
</coding>
</exposureRoute>
</reaction>
</AllergyIntolerance>