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-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="allergyintolerance-with-abatement"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance allergyintolerance-with-abatement</b></p><a name="allergyintolerance-with-abatement"> </a><a name="hcallergyintolerance-with-abatement"> </a><a name="allergyintolerance-with-abatement-en-US"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical resolved}">Resolved</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 256303006}">Ragweed pollen</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>
<extension
url="http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement">
<valueDateTime value="2010"/>
</extension>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="resolved"/>
</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="256303006"/>
<display value="Ragweed pollen"/>
</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>