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="AllergyIntoleranceExample7-alt"/>
<meta>
<profile
value="http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-FindingFocused"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample7-alt</b></p><a name="AllergyIntoleranceExample7-alt"> </a><a name="hcAllergyIntoleranceExample7-alt"> </a><a name="AllergyIntoleranceExample7-alt-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 confirmed}, {http://snomed.info/sct 410605003}">Confirmed</span></p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 1003755004}">Latex allergy</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>
</text>
<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>
<criticality value="high"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1003755004"/>
<display value="Allergy to Hevea brasiliensis latex protein (finding)"/>
</coding>
<text value="Latex allergy"/>
</code>
<patient>🔗
<reference value="Patient/PatientExample7"/>
</patient>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="271807003"/>
<display value="Eruption of skin (disorder)"/>
</coding>
</manifestation>
<severity value="mild"/>
<exposureRoute>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6064005"/>
<display value="Topical route (qualifier)"/>
</coding>
</exposureRoute>
</reaction>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="418363000"/>
<display value="Itching of skin (finding)"/>
</coding>
</manifestation>
<severity value="mild"/>
<exposureRoute>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6064005"/>
<display value="Topical route (qualifier)"/>
</coding>
</exposureRoute>
</reaction>
</AllergyIntolerance>