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="AllergyIntoleranceExample1-2-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 AllergyIntoleranceExample1-2-alt</b></p><a name="AllergyIntoleranceExample1-2-alt"> </a><a name="hcAllergyIntoleranceExample1-2-alt"> </a><a name="AllergyIntoleranceExample1-2-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 unconfirmed}, {http://snomed.info/sct 415684004}">Unconfirmed</span></p><p><b>criticality</b>: Unable to Assess Risk</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 91936005}">Allergy to 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>
</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="unconfirmed"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="415684004"/>
<display value="Suspected (qualifier value)"/>
</coding>
<text value="Unconfirmed"/>
</verificationStatus>
<criticality value="unable-to-assess"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="91936005"/>
<display value="Allergy to penicillin (finding)"/>
</coding>
<text value="Allergy to penicillin"/>
</code>
<patient>🔗
<reference value="Patient/PatientExample1"/>
</patient>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="247472004"/>
<display value="Wheal (finding)"/>
</coding>
<text value="Hives"/>
</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>