RIVO-Noord Zorgviewer Implementation Guide
1.4.0 - sprint39 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Chipsoft AllergyIntolerance Example - XML Representation

Raw xml | Download



<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> &#x27;Test Gestructureerd Vipp&#x27;</p></li><li><p><strong>Clinical status:</strong> &#x27;Active&#x27;</p></li><li><p><strong>Verification status:</strong> &#x27;Unconfirmed&#x27;</p></li><li><p><strong>Onset:</strong> &#x27;12-11-2019 14:02&#x2B;0100&#x27;</p></li><li><p><strong>Category:</strong> &#x27;Propensity to adverse reactions to drug&#x27;</p></li><li><p><strong>Criticality:</strong> &#x27;Mild&#x27;</p></li><li><p><strong>Code:</strong> &#x27;ALLE NSAID&#x27;S (INCL. SALICYLATEN)&#x27;</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>