RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="2.16.840.1.113883.2.4.3.124.7.48765.212340000000820"/>
<meta>
<profile
value="http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h3>Allergy resource:</h3><ul><li><p><strong>Patient:</strong> 'Test Gestructureerd Vipp'</p></li><li><p><strong>Clinical status:</strong> 'Active'</p></li><li><p><strong>Verification status:</strong> 'Unconfirmed'</p></li><li><p><strong>Onset:</strong> '12-11-2019 14:02+0100'</p></li><li><p><strong>Category:</strong> 'Propensity to adverse reactions to drug'</p></li><li><p><strong>Criticality:</strong> 'Mild'</p></li><li><p><strong>Code:</strong> 'ALLE NSAID'S (INCL. SALICYLATEN)'</p></li><li><table><thead><tr><th>Reaction</th><th>Manifestation</th></tr></thead><tbody><tr><td>Reaction 1</td><td>Other;</td></tr></tbody></table></li></ul></div>
</text>
<identifier>
<system value="urn:oid:2.16.840.1.113883.2.4.3.124.7.48765.2"/>
<value value="12340000000820"/>
</identifier>
<clinicalStatus value="active">
<extension
url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/v3/ActStatus"/>
<code value="active"/>
<display value="Active"/>
</coding>
<text value="Actief"/>
</valueCodeableConcept>
</extension>
</clinicalStatus>
<verificationStatus value="unconfirmed"/>
<category value="medication">
<extension
url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="419511003"/>
<display value="Propensity to adverse reactions to drug"/>
</coding>
<text value="Medicijn"/>
</valueCodeableConcept>
</extension>
</category>
<criticality value="low">
<extension
url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="255604002"/>
<display value="Mild"/>
</coding>
<text value="Licht"/>
</valueCodeableConcept>
</extension>
</criticality>
<code>
<coding>
<system value="urn:oid:2.16.840.1.113883.2.4.4.1.902.122"/>
<code value="000039"/>
<display value="ALLE NSAID'S (INCL. SALICYLATEN)"/>
</coding>
<text value="ALLE NSAID'S (INCL. SALICYLATEN)"/>
</code>
<patient>
<reference
value="https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36"/>
<display value="Test Gestructureerd Vipp"/>
</patient>
<onsetDateTime value="2019-11-12"/>
<reaction>
<manifestation>
<coding>
<system value="http://hl7.org/fhir/v3/NullFlavor"/>
<code value="OTH"/>
<display value="other"/>
</coding>
<text value="Huiduitslag"/>
</manifestation>
</reaction>
</AllergyIntolerance>