HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Refuted Allergy - XML Representation

(back to description)

Raw xml

Source view


<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="noel-allergy.v1"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-allergyintolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: noel-allergy.v1</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Resolved <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'resolved' = 'Resolved)</span></p><p><b>verificationStatus</b>: Refuted <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'refuted' = 'Refuted)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Allergic to Penicillin antibacterial <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '373270004' = 'Substance with penicillin structure and antibacterial mechanism of action', given as 'Penicillin antibacterial'})</span></p><p><b>patient</b>: <a href="Patient-noel.html">Generated Summary: id: noel; Social Beneficiary Identifier = 80010112344 (OFFICIAL); active; Noël Joyeux (OFFICIAL); noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME); gender: male; birthDate: 1980-01-10; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}, {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate 20}">Married</span></a></p><p><b>onset</b>: 01-Jan-2020 00:00:00</p><p><b>recordedDate</b>: 21-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href="Practitioner-lenoir.html">Generated Summary: id: lenoir; 60010112355 (OFFICIAL), 17535484332 (OFFICIAL); Katherine François (OFFICIAL); ph: 022675198(WORK), katherine.pulaski@enterprisehospital.be(WORK); gender: female; birthDate: 1979-12-11</a></p><p><b>note</b>: test results 21/02/2020</p><h3>Reactions</h3><table class="grid"><tr><td>-</td><td><b>Manifestation</b></td></tr><tr><td>*</td><td>Urticaria <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '126485001' = 'Urticaria', given as 'Urticaria'})</span></td></tr></table></div>
  </text>
  <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="refuted"/>
    </coding>
  </verificationStatus>
  <type value="allergy"/>
  <category value="medication"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="373270004"/>
      <display value="Penicillin antibacterial"/>
    </coding>
    <text value="Allergic to Penicillin antibacterial"/>
  </code>
  <patient>
    <reference value="Patient/noel"/>
  </patient>
  <onsetDateTime value="2020"/>
  <recordedDate value="2020-02-21T14:58:00+11:00"/>
  <recorder>
    <reference value="Practitioner/lenoir"/>
  </recorder>
  <note>
    <text value="test results 21/02/2020"/>
  </note>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="126485001"/>
        <display value="Urticaria"/>
      </coding>
    </manifestation>
  </reaction>
</AllergyIntolerance>