CH IPS (R4)
1.0.0-ci-build - ci-build
CH IPS (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ips/ and changes regularly. See the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="NoKnownAllergy"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-allergyintolerance"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance NoKnownAllergy</b></p><a name="NoKnownAllergy"> </a><a name="hcNoKnownAllergy"> </a><a name="NoKnownAllergy-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://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips no-known-allergies}">No known allergies</span></p><p><b>patient</b>: <a href="Patient-MonikaWegmueller.html">Monika Wegmüller Female, DoB: 1943-05-15 ( Medical record number: 11111111)</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"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<code>
<coding>
<system
value="http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"/>
<code value="no-known-allergies"/>
<display value="No known allergies"/>
</coding>
</code>
<patient>🔗
<reference value="Patient/MonikaWegmueller"/>
</patient>
<onsetDateTime>
<extension
url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="unknown"/>
</extension>
</onsetDateTime>
</AllergyIntolerance>