International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="allergyintolerance-multiple-codings"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance allergyintolerance-multiple-codings</b></p><a name="allergyintolerance-multiple-codings"> </a><a name="hcallergyintolerance-multiple-codings"> </a><a name="allergyintolerance-multiple-codings-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 764146007}, {http://snomed.info/sct 91936005}, {http://www.nlm.nih.gov/research/umls/rxnorm 7984}, {http://www.whocc.no/atc N03AA02}">Penicillin (substance)</span></p><p><b>patient</b>: <a href="Patient-66033.html">Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)</a></p><p><b>onset</b>: Absent because : unknown</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="764146007"/>
<display value="Penicillin (substance)"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="91936005"/>
<display value="Allergy to penicillin (finding)"/>
</coding>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="7984"/>
<display value="penicillin V"/>
</coding>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="N03AA02"/>
<display value="phenobarbital"/>
</coding>
</code>
<patient>🔗
<reference value="Patient/66033"/>
</patient>
<onsetDateTime>
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="unknown"/>
</extension>
</onsetDateTime>
</AllergyIntolerance>